index
:
delta/python-packages/zope-security.git
3.7
3.8
3.9
4.0.x
adamg-truediv-missing
all-repos_autofix_all-repos-sed
appveyor-py38
avoid-poisoning-wheel-cache-python-pure
config-with-c-code
config-with-c-code-template-7c934044
deprecated-setuptools-features
docs
drop-py26-py32-support
feature/system-user-regular-object
fix-ordered-dict-checker
fix-win64-maybe
issue-50
issue10
issue19
issue20
issue20-extension
issue27
issue33a
issue33b
issue40
issue48
issue7
issue8
issue9
master
mitchellrj-extended-setattr-behavior
more-wheels
moretests
public_permission_const
pure_python_proxy
re-enable-zope.untrustedpython
remove_u
sphinx-py23
update
github.com: zopefoundation/zope.security.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use Python 2.4-compatible maintenance branch of zope.proxy.
3.7
Tres Seaver
2012-06-11
0
-0
/
+0
*
Repository policy.
Tres Seaver
2012-06-11
49
-50
/
+95
*
Back to development: 3.7.5
Michael Howitz
2010-09-25
2
-1
/
+7
*
Preparing release 3.7.4
Michael Howitz
2010-09-25
2
-2
/
+2
*
- Added not declared, but needed test dependency on `zope.testing`.
Michael Howitz
2010-09-25
2
-2
/
+5
*
bring branch in shape
Michael Howitz
2010-09-25
2
-1
/
+7
*
maintenance branch for 3.7 line
Michael Howitz
2010-09-25
0
-0
/
+0
*
Tagged zope.security 3.7.3.
3.7.3
Hanno Schlichting
2010-04-30
0
-0
/
+0
*
Prepare zope.security 3.7.3.
Hanno Schlichting
2010-04-30
2
-3
/
+3
*
Prefer the standard libraries doctest module to the one from zope.testing.
Hanno Schlichting
2010-04-30
11
-46
/
+25
*
Update bootstrap
Hanno Schlichting
2010-04-30
1
-25
/
+78
*
Removed the dependency on the zope.exceptions package: zope.security.checker
Fabio Tranchitella
2010-01-06
3
-2
/
+11
*
Fixed directlyProvides IVocabularyFactory for PermissionIdsVocabulary in
Vincent Fretin
2010-01-02
2
-1
/
+8
*
fixed unit tests, zope.testing 3.8.4 broke them
Fabio Tranchitella
2009-12-22
6
-7
/
+7
*
Updated version.
Jim Fulton
2009-11-10
1
-1
/
+1
*
- Added compatibility with Python 2.6 abstract base classes.
Jim Fulton
2009-11-10
3
-4
/
+68
*
Mark as part of the ZTK
Martijn Faassen
2009-09-11
1
-0
/
+5
*
prepare trunk
Gary Poster
2009-08-13
2
-1
/
+4
*
prepare 3.7.1
Gary Poster
2009-08-13
2
-2
/
+2
*
fix for potential segfault (LP 181833)
Gary Poster
2009-08-11
2
-8
/
+12
*
svb
Tres Seaver
2009-05-13
2
-1
/
+6
*
Prep 3.7.0 release.
Tres Seaver
2009-05-13
2
-2
/
+2
*
Made ``pytz`` a soft dependency.
Tres Seaver
2009-05-13
5
-9
/
+25
*
revert 99070
Brian Sutherland
2009-04-10
3
-17
/
+1
*
Make UUIDs rocks, as (not) discussed on zope-dev http://mail.zope.org/piperma...
Brian Sutherland
2009-04-10
3
-1
/
+17
*
Added the new version to the change log.
Albertas Agejevas
2009-03-23
1
-0
/
+5
*
Bumping the dev version post-release.
Albertas Agejevas
2009-03-23
1
-1
/
+1
*
Bumping the version for release.
Albertas Agejevas
2009-03-23
1
-1
/
+1
*
Updated the changelog.
Albertas Agejevas
2009-03-23
1
-1
/
+6
*
Fixed a complicated bug where DecoratedSecurityCheckerDescriptor made
Albertas Agejevas
2009-03-20
1
-2
/
+14
*
Ensure that simple zope.schema's VocabularyRegistry is used for PermissionVoc...
Dan Korostelev
2009-03-15
2
-3
/
+12
*
Bump version.
Dan Korostelev
2009-03-14
2
-2
/
+7
*
Move common permissions definition here.
Dan Korostelev
2009-03-12
3
-13
/
+49
*
Fix zcml.
Dan Korostelev
2009-03-12
1
-2
/
+4
*
Add `addCheckerPublic` helper function in ``zope.security.testing`` module th...
Dan Korostelev
2009-03-12
2
-1
/
+19
*
Add zope.i18nmessage.Message to non-proxied basic types, as it's immutable an...
Dan Korostelev
2009-03-12
3
-1
/
+13
*
Add security declarations for the ``zope.security.permisson.Permission`` class.
Dan Korostelev
2009-03-12
2
-0
/
+6
*
Move PermissionsVocabulary and PermissionIdsVocabulary from ``zope.app.securi...
Dan Korostelev
2009-03-11
4
-3
/
+156
*
As 'setuptools' is a dependency 'pkg_resources' will be available always. Ref...
Baiju Muthukadan
2009-03-11
1
-8
/
+1
*
Bump version.
Dan Korostelev
2009-03-10
2
-2
/
+7
*
Improve docs formatting a bit.
Dan Korostelev
2009-03-10
1
-5
/
+2
*
import of zope.location is also only needed for monkey-patch, so move it down...
Dan Korostelev
2009-03-09
1
-1
/
+1
*
Change use of zope.deferredimport to from imports.
Dan Korostelev
2009-03-09
7
-33
/
+18
*
Add more keywords.
Dan Korostelev
2009-03-09
1
-1
/
+1
*
Raise NoInteraction when zope.security.checkPermission is called without inte...
Dan Korostelev
2009-03-05
3
-2
/
+12
*
Don't define checker for deprecated sets on Python 2.6.
Dan Korostelev
2009-03-05
7
-48
/
+41
*
Post release vb.
Martijn Faassen
2009-01-31
2
-1
/
+6
*
Release preps.
Martijn Faassen
2009-01-31
1
-1
/
+1
*
Shuffle code around again, to not make the test a self-fulfulling
Christian Theune
2009-01-30
5
-60
/
+77
*
whitespace
Christian Theune
2009-01-30
1
-2
/
+1
[next]