| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Made ``pytz`` a soft dependency. | Tres Seaver | 2009-05-13 | 2 | -6/+16 |
| * | revert 99070 | Brian Sutherland | 2009-04-10 | 2 | -15/+0 |
| * | Make UUIDs rocks, as (not) discussed on zope-dev http://mail.zope.org/piperma... | Brian Sutherland | 2009-04-10 | 2 | -0/+15 |
| * | 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 | 1 | -2/+8 |
| * | Move common permissions definition here. | Dan Korostelev | 2009-03-12 | 2 | -11/+43 |
| * | 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 | 1 | -1/+16 |
| * | Add zope.i18nmessage.Message to non-proxied basic types, as it's immutable an... | Dan Korostelev | 2009-03-12 | 2 | -1/+7 |
| * | Add security declarations for the ``zope.security.permisson.Permission`` class. | Dan Korostelev | 2009-03-12 | 1 | -0/+4 |
| * | Move PermissionsVocabulary and PermissionIdsVocabulary from ``zope.app.securi... | Dan Korostelev | 2009-03-11 | 2 | -1/+136 |
| * | As 'setuptools' is a dependency 'pkg_resources' will be available always. Ref... | Baiju Muthukadan | 2009-03-11 | 1 | -8/+1 |
| * | 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 | 5 | -32/+15 |
| * | Raise NoInteraction when zope.security.checkPermission is called without inte... | Dan Korostelev | 2009-03-05 | 2 | -2/+9 |
| * | Don't define checker for deprecated sets on Python 2.6. | Dan Korostelev | 2009-03-05 | 4 | -23/+15 |
| * | 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 |
| * | Install decorated security checker support on LocationProxy from the | Christian Theune | 2009-01-29 | 2 | -0/+53 |
| * | Added to zope.security the implementation of the simple <module> | Brandon Rhodes | 2009-01-28 | 5 | -0/+398 |
| * | Moved the <class> directive implementation from `zope.app.component` to | Brandon Rhodes | 2009-01-28 | 13 | -6/+1145 |
| * | Moved the "protectclass" module, a slender collection of three | Brandon Rhodes | 2009-01-28 | 5 | -0/+328 |
| * | Made compatible with Python 2.5 on 64 bit architectures. See PEP 353. | Shane Hathaway | 2008-07-14 | 1 | -11/+11 |
| * | Fixed a comment and silenced a misleading warning about incompatible pointer ... | Shane Hathaway | 2008-07-14 | 1 | -3/+3 |
| * | - Add `frozenset`, `set`, `reversed`, and `sorted` to the list of safe | Stephan Richter | 2008-06-05 | 1 | -5/+5 |
| * | Spelling and whitespace. | Stephan Richter | 2008-06-05 | 1 | -6/+6 |
| * | change system user (zope.security.management.system_user) to have a more | Benji York | 2008-03-05 | 2 | -2/+3 |
| * | Remove unused import | Baiju Muthukadan | 2008-03-03 | 1 | -1/+0 |
| * | Change an import to avoid a circular import problem. | Jim Fulton | 2007-08-15 | 1 | -1/+1 |
| * | Fixed buglet: system_user had an ugly id. | Jim Fulton | 2007-08-14 | 2 | -1/+9 |
| * | Fixed bug: | Jim Fulton | 2007-08-14 | 5 | -25/+50 |
| * | Fixed usage of doctest module, tests can be run multiple times now. | Christian Theune | 2007-08-12 | 2 | -3/+3 |
| * | merge form the branch nikhil_n-py25: made zope.security work with python2.5 | nikhil n | 2007-07-17 | 2 | -2/+8 |
| * | Inherit IUnauthorized and IForbidden from IException instead of just Interface | Dmitry Vasiliev | 2007-06-25 | 1 | -3/+3 |
| * | Removed unused import | Jürgen kartnaller | 2007-06-16 | 1 | -2/+0 |
| * | Removed stack extraction in newInteraction. When using eggs this is an | Jürgen kartnaller | 2007-06-15 | 1 | -6/+2 |
| * | Provided a temporary fix for a hidden (and accidental) dependency of the | Christian Theune | 2007-06-10 | 1 | -3/+8 |
| * | Moving code to satellite. | Christian Theune | 2007-05-03 | 39 | -0/+7479 |
| * | Changed the try, catch statement | Alexander Heavner | 2007-02-14 | 1 | -5/+6 |
| * | make more generic | Jim Fulton | 2006-03-01 | 8 | -765/+0 |
| * | Declare zope as a namespace package. | Nathan Yergler | 2006-02-28 | 1 | -1/+7 |
| * | Fixed up new project to perform tests as an independent project. | Nathan Yergler | 2006-02-28 | 1 | -0/+1 |
| * | Copying i18nmessage to new project. | Nathan Yergler | 2006-02-28 | 8 | -0/+765 |