File: PKG-INFO

package info (click to toggle)
zope2.13 2.13.22-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 38,644 kB
  • ctags: 38,805
  • sloc: python: 196,395; xml: 90,515; ansic: 24,121; sh: 916; makefile: 333; perl: 37
file content (101 lines) | stat: -rw-r--r-- 3,139 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
Metadata-Version: 1.0
Name: AccessControl
Version: 2.13.13
Summary: Security framework for Zope2.
Home-page: http://pypi.python.org/pypi/AccessControl
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: Overview
        ========
        
        AccessControl provides a general security framework for use in Zope2.
        
        Changelog
        =========
        
        2.13.13 (2013-07-16)
        --------------------
        
        - LP #1159923:  ensure initialization of shared ``ImplPython`` state
          (used by ``ImplC``) when using the "C" security policy.  Thanks to
          Arnaud Fontaine for the patch.
        
        2.13.12 (2012-10-31)
        --------------------
        
        - LP #1071067: Use a stronger random number generator and a constant time
          comparison function.
        
        2.13.11 (2012-10-21)
        --------------------
        
        - LP #966101: Recognize special `zope2.Private` permission in ZCML
          role directive.
        
        2.13.10 (2012-09-09)
        --------------------
        
        - LP #1047318: Tighten import restrictions for restricted code.
        
        2.13.9 (2012-08-23)
        -------------------
        
        - Fix a bug in ZopeSecurityPolicy.py. Global variable `rolesForPermissionOn`
          could be overridden if `__role__` had custom rolesForPermissionOn.
        
        2.13.8 (2012-06-22)
        -------------------
        
        - Add Anonymous as a default role for Public permission.
        
        2.13.7 (2011-12-12)
        -------------------
        
        - Exclude compiled `.so` and `.dll` files from source distributions.
        
        2.13.6 (2011-12-12)
        -------------------
        
        - Added `manifest.in` to ensure the inclusion of the `include` directory into
          the release.
        
        2.13.5 (2011-12-12)
        -------------------
        
        - Apply changes made available in `Products.Zope_Hotfix_20111024` and make them
          more robust.
        
        2.13.4 (2011-01-11)
        -------------------
        
        - Return the created user in _doAddUser.
        
        - Added IUser interface.
        
        - LP #659968: Added support for level argument to the ``__import__`` function
          as introduced in Python 2.5. Currently only level=-1 is supported.
        
        2.13.3 (2010-08-28)
        -------------------
        
        - Added a ``role`` subdirective for the ``permission`` ZCML directive. If any
          roles are specified, they will override the default set of default roles
          (Manager).
        
        2.13.2 (2010-07-16)
        -------------------
        
        - Added ``override_existing_protection`` parameter to the protectName helper.
        
        2.13.1 (2010-06-19)
        -------------------
        
        - Restore security declarations for deprecated ``sets`` module.
        
        2.13.0 (2010-06-19)
        -------------------
        
        - Released as separate package.
        
Platform: UNKNOWN