| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix iteration of BTrees.items() in pure-python; and 3.6 support | Jason Madden | 2017-04-24 | 2 | -7/+68 |
* | Fix test failures on 64-bit Windows | Marius Gedminas | 2016-06-06 | 1 | -2/+4 |
* | Merge branch 'master' of https://github.com/zopefoundation/zope.security into... | Jason Madden | 2015-06-02 | 2 | -2/+2 |
|\ |
|
| * | Merge pull request #12 from NextThought/pypy-support | Tres Seaver | 2015-06-02 | 1 | -0/+16 |
| |\ |
|
| * | | Fix 'py27-pure'/'py33-pure' tox environments. | Tres Seaver | 2015-06-01 | 2 | -2/+2 |
* | | | Make iteration over security-proxied items work under Python3 using the pure-... | Jason Madden | 2015-06-02 | 2 | -7/+15 |
| |/
|/| |
|
* | | Skip the failing class-hashing tests under PyPy 2.5.0. Fixes #11. | Jason Madden | 2015-06-02 | 1 | -0/+16 |
|/ |
|
* | Restore dict access of __builtins__ for non-PyPy. Interesting that it doesn't... | Jason Madden | 2015-05-31 | 1 | -1/+4 |
* | If the very first call to removeSecurityProxy was given a proxy, the results ... | Jason Madden | 2015-05-31 | 2 | -11/+27 |
* | Let z.s.checker.Global objects be pickled when security-proxied under PyPy wi... | Jason Madden | 2015-05-27 | 1 | -3/+26 |
* | Merge the two duplicated _fmt_address() | Marius Gedminas | 2014-01-09 | 2 | -10/+3 |
* | Try to make the tests pass on Windows, harder | Marius Gedminas | 2014-01-08 | 1 | -1/+1 |
* | Typo in comment, PEP-8 spacing around assignment | Marius Gedminas | 2014-01-08 | 1 | -2/+2 |
* | Allow public access to CheckerPublic.__module__ | Marius Gedminas | 2014-01-08 | 1 | -0/+1 |
* | Fix typo in docstring | Marius Gedminas | 2013-03-27 | 1 | -1/+1 |
* | Bugfix: ZOPE_WATCH_CHECKERS=1 used to miss most of the checks | Marius Gedminas | 2013-03-27 | 2 | -0/+14 |
* | Fix a long-standing bug with ZOPE_WATCH_CHECKERS=2 | Marius Gedminas | 2013-03-27 | 2 | -1/+11 |
* | Add test environments for the PURE_PYTHON environment variable. | Tres Seaver | 2013-03-11 | 1 | -1/+5 |
* | - Make sure that __str__ and __repr__ never fail by catching all exceptions | Stephan Richter | 2013-03-11 | 5 | -15/+22 |
* | Changed strategy to hide wrapped to not use the secret anymore, but look | Stephan Richter | 2013-03-11 | 4 | -59/+80 |
* | Actually made the security proxy secure by not allowing access to | Stephan Richter | 2013-03-11 | 2 | -15/+30 |
* | Start of PyPy support. | Stephan Richter | 2013-03-11 | 5 | -17/+34 |
* | Implemented rich comparison operators as non-checked, which is what the C | Stephan Richter | 2013-03-10 | 1 | -16/+65 |
* | Change the test expectation that was failing for the C and Py proxy | Stephan Richter | 2013-03-10 | 1 | -1/+1 |
* | Fixed all attr access: __getattr__, __setattr__, __delattr__. | Stephan Richter | 2013-03-10 | 1 | -2/+11 |
* | Implemented proper handling when __str__ and __repr__ are not allowed. In | Stephan Richter | 2013-03-10 | 2 | -4/+32 |
* | Fixed power tests by disabling the ones for PyProxy that expected | Stephan Richter | 2013-03-10 | 1 | -12/+25 |
* | Make sure we use the API to create a new proxy. The tests depend on that | Stephan Richter | 2013-03-10 | 1 | -1/+1 |
* | Avoid overwriting of checked name when tests compare. Strangely, only the | Stephan Richter | 2013-03-08 | 1 | -1/+5 |
* | I think I fixed some tests. Tres, can you review? | Stephan Richter | 2013-03-08 | 2 | -4/+4 |
* | Restore 100% coverage. | Tres Seaver | 2013-03-08 | 2 | -3/+34 |
* | Merge branch 'master' into pure_python_proxy | Tres Seaver | 2013-03-08 | 7 | -23/+57 |
|\ |
|
| * | Fix ImportError: cannot import name _checkers | Marius Gedminas | 2013-03-08 | 1 | -5/+6 |
| * | Fix build error with MSVC++ on Python 3 | Adam Groszer | 2013-03-07 | 2 | -12/+12 |
| * | - Remove ``untrustedpython`` extra again, since we do not want to support | Stephan Richter | 2013-02-28 | 4 | -83/+0 |
| * | Python-3.3 compatibility for examples | Andrey Lebedev | 2013-02-20 | 1 | -1/+1 |
| * | Merge branch 'moretests' | Andrey Lebedev | 2013-02-19 | 2 | -3/+24 |
| |\ |
|
| | * | Use python3.3 to run documentation testsmoretests | Andrey Lebedev | 2013-02-19 | 1 | -2/+2 |
| | * | Dictionary views are not proxied | Andrey Lebedev | 2013-02-19 | 1 | -1/+5 |
| | * | More tests are running under python-3 | Andrey Lebedev | 2013-02-19 | 1 | -1/+18 |
| * | | Try to make the tests pass on Windows | Marius Gedminas | 2013-02-19 | 1 | -2/+14 |
| |/ |
|
| * | Fix test breakage under 4.0.0a2 due to deprecation strategy. | Tres Seaver | 2013-02-15 | 4 | -16/+28 |
| * | Restore deprecated BBB imports of z.s.untrustedpython modules. | Tres Seaver | 2013-02-15 | 4 | -0/+71 |
| * | Fix nondeterministic test failures | Marius Gedminas | 2013-02-15 | 1 | -2/+2 |
* | | Checkpoint to ask for help. | Tres Seaver | 2013-02-14 | 2 | -9/+205 |
|/ |
|
* | Coverage for C implementation of z.s.proxy.Proxy. | Tres Seaver | 2013-02-14 | 2 | -1/+1283 |
* | Suppress Py3k nannyisms. | Tres Seaver | 2013-02-13 | 5 | -107/+107 |
* | Get all tests passing (or suppressed) on Py3k. | Tres Seaver | 2013-02-13 | 9 | -55/+123 |
* | Fix module initialization. | Tres Seaver | 2013-02-13 | 1 | -2/+33 |
* | Get '_zope_security_checker.c' compiling under Py3k. | Tres Seaver | 2013-02-13 | 2 | -133/+188 |