summaryrefslogtreecommitdiff
path: root/src/zope/security/checker.py
Commit message (Expand)AuthorAgeFilesLines
* - Make sure that __str__ and __repr__ never fail by catching all exceptionsStephan Richter2013-03-111-0/+2
* Start of PyPy support.Stephan Richter2013-03-111-2/+6
* Use python3.3 to run documentation testsmoretestsAndrey Lebedev2013-02-191-2/+2
* Dictionary views are not proxiedAndrey Lebedev2013-02-191-1/+5
* Get all tests passing (or suppressed) on Py3k.Tres Seaver2013-02-131-13/+20
* Py3k: remove Py3 syntax errors.Tres Seaver2013-02-131-5/+9
* 100% coverage for z.s.checker.Tres Seaver2013-02-111-3/+3
* Coverage for z.s.checker.BasicTypes.Tres Seaver2013-02-111-1/+1
* Coverage for z.s.checker.CheckerLoggingMixin.Tres Seaver2013-02-111-17/+22
* Coverage for z.s.checker.CombinedChecker.Tres Seaver2013-02-111-1/+1
* Coverage for z.s.checker.selectChecker (C and Python versions).Tres Seaver2013-02-111-1/+2
* Coverage for z.s.checker.Global.Tres Seaver2012-12-261-1/+1
* Coverage for z.s.checker.TracebackSupplement.Tres Seaver2012-12-261-4/+4
* wsTres Seaver2012-12-261-0/+1
* Make z.s.checker.Checker.check_setattr an alias for 'check'.Tres Seaver2012-12-241-3/+1
* Replace assertions with appropriate errors in non-test code.Tres Seaver2012-12-241-5/+7
* Coverage for z.s.checker.canWrite.Tres Seaver2012-12-241-2/+2
* Import cleanup.Tres Seaver2012-12-241-15/+14
* Drop support for Python 2.4 and 2.5.Tres Seaver2012-05-171-3/+3
* Remove CVS-era Id fossils.Tres Seaver2010-06-031-2/+0
* Conform to repository policy.Tres Seaver2010-05-051-1/+1
* Removed the dependency on the zope.exceptions package: zope.security.checkerFabio Tranchitella2010-01-061-1/+6
* - Added compatibility with Python 2.6 abstract base classes.Jim Fulton2009-11-101-1/+5
* Made ``pytz`` a soft dependency.Tres Seaver2009-05-131-4/+11
* revert 99070Brian Sutherland2009-04-101-7/+0
* Make UUIDs rocks, as (not) discussed on zope-dev http://mail.zope.org/piperma...Brian Sutherland2009-04-101-0/+7
* Add zope.i18nmessage.Message to non-proxied basic types, as it's immutable an...Dan Korostelev2009-03-121-1/+5
* Don't define checker for deprecated sets on Python 2.6.Dan Korostelev2009-03-051-3/+6
* Fixed bug:Jim Fulton2007-08-141-1/+1
* merge form the branch nikhil_n-py25: made zope.security work with python2.5nikhil n2007-07-171-0/+1
* Moving code to satellite.Christian Theune2007-05-031-0/+734