summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Prefer the standard libraries doctest module to the one from zope.testing.Hanno Schlichting2010-04-3010-46/+23
* Removed the dependency on the zope.exceptions package: zope.security.checkerFabio Tranchitella2010-01-061-1/+6
* Fixed directlyProvides IVocabularyFactory for PermissionIdsVocabulary inVincent Fretin2010-01-021-1/+1
* fixed unit tests, zope.testing 3.8.4 broke themFabio Tranchitella2009-12-226-7/+7
* - Added compatibility with Python 2.6 abstract base classes.Jim Fulton2009-11-102-3/+65
* fix for potential segfault (LP 181833)Gary Poster2009-08-111-4/+2
* Made ``pytz`` a soft dependency.Tres Seaver2009-05-132-6/+16
* revert 99070Brian Sutherland2009-04-102-15/+0
* Make UUIDs rocks, as (not) discussed on zope-dev http://mail.zope.org/piperma...Brian Sutherland2009-04-102-0/+15
* Fixed a complicated bug where DecoratedSecurityCheckerDescriptor madeAlbertas Agejevas2009-03-201-2/+14
* Ensure that simple zope.schema's VocabularyRegistry is used for PermissionVoc...Dan Korostelev2009-03-151-2/+8
* Move common permissions definition here.Dan Korostelev2009-03-122-11/+43
* Fix zcml.Dan Korostelev2009-03-121-2/+4
* Add `addCheckerPublic` helper function in ``zope.security.testing`` module th...Dan Korostelev2009-03-121-1/+16
* Add zope.i18nmessage.Message to non-proxied basic types, as it's immutable an...Dan Korostelev2009-03-122-1/+7
* Add security declarations for the ``zope.security.permisson.Permission`` class.Dan Korostelev2009-03-121-0/+4
* Move PermissionsVocabulary and PermissionIdsVocabulary from ``zope.app.securi...Dan Korostelev2009-03-112-1/+136
* As 'setuptools' is a dependency 'pkg_resources' will be available always. Ref...Baiju Muthukadan2009-03-111-8/+1
* import of zope.location is also only needed for monkey-patch, so move it down...Dan Korostelev2009-03-091-1/+1
* Change use of zope.deferredimport to from imports.Dan Korostelev2009-03-095-32/+15
* Raise NoInteraction when zope.security.checkPermission is called without inte...Dan Korostelev2009-03-052-2/+9
* Don't define checker for deprecated sets on Python 2.6.Dan Korostelev2009-03-054-23/+15
* Shuffle code around again, to not make the test a self-fulfullingChristian Theune2009-01-305-60/+77
* whitespaceChristian Theune2009-01-301-2/+1
* Install decorated security checker support on LocationProxy from theChristian Theune2009-01-292-0/+53
* Added to zope.security the implementation of the simple <module>Brandon Rhodes2009-01-285-0/+398
* Moved the <class> directive implementation from `zope.app.component` toBrandon Rhodes2009-01-2813-6/+1145
* Moved the "protectclass" module, a slender collection of threeBrandon Rhodes2009-01-285-0/+328
* Made compatible with Python 2.5 on 64 bit architectures. See PEP 353.Shane Hathaway2008-07-141-11/+11
* Fixed a comment and silenced a misleading warning about incompatible pointer ...Shane Hathaway2008-07-141-3/+3
* - Add `frozenset`, `set`, `reversed`, and `sorted` to the list of safeStephan Richter2008-06-051-5/+5
* Spelling and whitespace.Stephan Richter2008-06-051-6/+6
* change system user (zope.security.management.system_user) to have a moreBenji York2008-03-052-2/+3
* Remove unused importBaiju Muthukadan2008-03-031-1/+0
* Change an import to avoid a circular import problem.Jim Fulton2007-08-151-1/+1
* Fixed buglet: system_user had an ugly id.Jim Fulton2007-08-142-1/+9
* Fixed bug:Jim Fulton2007-08-145-25/+50
* Fixed usage of doctest module, tests can be run multiple times now.Christian Theune2007-08-122-3/+3
* merge form the branch nikhil_n-py25: made zope.security work with python2.5nikhil n2007-07-172-2/+8
* Inherit IUnauthorized and IForbidden from IException instead of just InterfaceDmitry Vasiliev2007-06-251-3/+3
* Removed unused importJürgen kartnaller2007-06-161-2/+0
* Removed stack extraction in newInteraction. When using eggs this is anJürgen kartnaller2007-06-151-6/+2
* Provided a temporary fix for a hidden (and accidental) dependency of theChristian Theune2007-06-101-3/+8
* Moving code to satellite.Christian Theune2007-05-0339-0/+7479
* Changed the try, catch statementAlexander Heavner2007-02-141-5/+6
* make more genericJim Fulton2006-03-018-765/+0
* Declare zope as a namespace package.Nathan Yergler2006-02-281-1/+7
* Fixed up new project to perform tests as an independent project.Nathan Yergler2006-02-281-0/+1
* Copying i18nmessage to new project.Nathan Yergler2006-02-288-0/+765