summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Actually made the security proxy secure by not allowing access toStephan Richter2013-03-112-15/+30
* Start of PyPy support.Stephan Richter2013-03-115-17/+34
* Implemented rich comparison operators as non-checked, which is what the CStephan Richter2013-03-101-16/+65
* Change the test expectation that was failing for the C and Py proxyStephan Richter2013-03-101-1/+1
* Fixed all attr access: __getattr__, __setattr__, __delattr__.Stephan Richter2013-03-101-2/+11
* Implemented proper handling when __str__ and __repr__ are not allowed. InStephan Richter2013-03-102-4/+32
* Fixed power tests by disabling the ones for PyProxy that expectedStephan Richter2013-03-101-12/+25
* Make sure we use the API to create a new proxy. The tests depend on thatStephan Richter2013-03-101-1/+1
* Avoid overwriting of checked name when tests compare. Strangely, only theStephan Richter2013-03-081-1/+5
* I think I fixed some tests. Tres, can you review?Stephan Richter2013-03-082-4/+4
* Restore 100% coverage.Tres Seaver2013-03-082-3/+34
* Merge branch 'master' into pure_python_proxyTres Seaver2013-03-087-23/+57
|\
| * Fix ImportError: cannot import name _checkersMarius Gedminas2013-03-081-5/+6
| * Fix build error with MSVC++ on Python 3Adam Groszer2013-03-072-12/+12
| * - Remove ``untrustedpython`` extra again, since we do not want to supportStephan Richter2013-02-284-83/+0
| * Python-3.3 compatibility for examplesAndrey Lebedev2013-02-201-1/+1
| * Merge branch 'moretests'Andrey Lebedev2013-02-192-3/+24
| |\
| | * Use python3.3 to run documentation testsmoretestsAndrey Lebedev2013-02-191-2/+2
| | * Dictionary views are not proxiedAndrey Lebedev2013-02-191-1/+5
| | * More tests are running under python-3Andrey Lebedev2013-02-191-1/+18
| * | Try to make the tests pass on WindowsMarius Gedminas2013-02-191-2/+14
| |/
| * 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
* | Checkpoint to ask for help.Tres Seaver2013-02-142-9/+205
|/
* 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