summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Dictionary views are not proxiedAndrey Lebedev2013-02-191-1/+5
* More tests are running under python-3Andrey Lebedev2013-02-191-1/+18
* Fix test breakage under 4.0.0a2 due to deprecation strategy.Tres Seaver2013-02-154-16/+28
* Restore deprecated BBB imports of z.s.untrustedpython modules.Tres Seaver2013-02-154-0/+71
* Fix nondeterministic test failuresMarius Gedminas2013-02-151-2/+2
* Coverage for C implementation of z.s.proxy.Proxy.Tres Seaver2013-02-142-1/+1283
* Suppress Py3k nannyisms.Tres Seaver2013-02-135-107/+107
* Get all tests passing (or suppressed) on Py3k.Tres Seaver2013-02-139-55/+123
* Fix module initialization.Tres Seaver2013-02-131-2/+33
* Get '_zope_security_checker.c' compiling under Py3k.Tres Seaver2013-02-132-133/+188
* Get '_proxy.c' compiling under Py3k.Tres Seaver2013-02-131-124/+216
* Py3k: remove Py3 syntax errors.Tres Seaver2013-02-1312-65/+131
* 100% coverage for z.s.zcml.Tres Seaver2013-02-121-0/+199
* Normalize imports.Tres Seaver2013-02-121-5/+8
* 100% coverage for z.s.simplepolicies.Tres Seaver2013-02-121-0/+127
* 100% coverage for z.s.simplepolicies.Tres Seaver2013-02-121-1/+5
* TIghten 'getTestProxyITems' implementation.Tres Seaver2013-02-121-7/+2
* 100% coverage for z.s.proxy.Tres Seaver2013-02-121-2/+56
* Coverage for z.s.protectclass.Tres Seaver2013-02-121-135/+109
* Import normalization.Tres Seaver2013-02-121-4/+6
* Coverage for z.s.permission.PermissionIdsVocabulary.Tres Seaver2013-02-121-0/+46
* Coverage for z.s.permission.PermissionsVocabulary.Tres Seaver2013-02-121-0/+43
* Coverage for z.s.permission.allPermissions.Tres Seaver2013-02-121-0/+37
* Coverage for z.s.permission.checkPermission.Tres Seaver2013-02-121-0/+30
* Coverage for z.s.permission.Permission.Tres Seaver2013-02-121-0/+40
* Import normalization.Tres Seaver2013-02-121-3/+7
* Full unit test coverage for z.s.metaconfigure.ClassDirective.Tres Seaver2013-02-121-0/+382
* Normalize imports.Tres Seaver2013-02-121-2/+5
* Note redundancy.Tres Seaver2013-02-121-1/+1
* zope.security.untrustedpython moved to separate projectAndrey Lebedev2013-02-124-296/+0
* Coverage for z.s.metaconfigure.{allow,provide}.Tres Seaver2013-02-111-0/+204
* Coverage for z.s.metaconfigure.provideModule.Tres Seaver2013-02-111-7/+46
* FInish coverage for z.s.metaconfigure.ClasDirective.Tres Seaver2013-02-111-0/+16
* Begin coverage for z.s.metaconfigure.Tres Seaver2013-02-112-1/+34
* 100% coverage for z.s.management.Tres Seaver2013-02-112-37/+86
* Coverage for z.s.decorator.DecoratedSecurityCheckerDescriptor.Tres Seaver2013-02-111-0/+152
* PEP8, one line per import, unused import.Tres Seaver2013-02-111-4/+5
* 100% coverage for z.s.checker.Tres Seaver2013-02-111-3/+3
* Coverage for z.s.checker.BasicTypes.Tres Seaver2013-02-112-2/+49
* Coverage for z.s.checker.moduleChecker.Tres Seaver2013-02-111-0/+26
* Coverage for z.s.checker._instanceChecker.Tres Seaver2013-02-111-0/+28
* Coverage for z.s.checker.CheckerLoggingMixin.Tres Seaver2013-02-112-17/+166
* Coverage for z.s.checker.CombinedChecker.Tres Seaver2013-02-112-1/+226
* Coverage for z.s.checker.undefineChecker (testrunner).Tres Seaver2013-02-111-1/+1
* Coverage for z.s.checker.undefineChecker.Tres Seaver2013-02-111-0/+29
* Coverage for z.s.checker.defineChecker.Tres Seaver2013-02-111-0/+61
* Coverage for z.s.checker.getCheckerForInstancesOf.Tres Seaver2013-02-111-0/+28
* Coverage for z.s.checker.selectChecker (C and Python versions).Tres Seaver2013-02-112-1/+102
* Coverage for z.s.checker.MultiChecker.Tres Seaver2013-02-111-18/+98
* Coverage for z.s.checker.InterfaceChecker.Tres Seaver2013-02-111-0/+73