summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/zopefoundation/zope.security into...Jason Madden2015-06-025-11/+23
|\
| * Merge pull request #12 from NextThought/pypy-supportTres Seaver2015-06-021-0/+16
| |\
| * | svbTres Seaver2015-06-022-1/+6
| * | Prep 4.0.2 release.4.0.2Tres Seaver2015-06-022-2/+2
| * | Switch to using 'tox' on Travis.Tres Seaver2015-06-011-7/+14
| * | Fix 'py27-pure'/'py33-pure' tox environments.Tres Seaver2015-06-012-2/+2
| * | Merge pull request #11 from NextThought/pypy-supportTres Seaver2015-06-013-15/+60
| |\ \
* | | | Make iteration over security-proxied items work under Python3 using the pure-...Jason Madden2015-06-022-7/+15
| |_|/ |/| |
* | | Skip the failing class-hashing tests under PyPy 2.5.0. Fixes #11.Jason Madden2015-06-021-0/+16
| |/ |/|
* | Restore dict access of __builtins__ for non-PyPy. Interesting that it doesn't...Jason Madden2015-05-311-1/+4
* | If the very first call to removeSecurityProxy was given a proxy, the results ...Jason Madden2015-05-313-12/+31
* | Let z.s.checker.Global objects be pickled when security-proxied under PyPy wi...Jason Madden2015-05-272-4/+27
|/
* Add PyPI and RTD badges.Tres Seaver2015-01-281-0/+8
* Add RTD dependencies.Tres Seaver2015-01-281-0/+8
* Add hacking docs.Tres Seaver2015-01-242-0/+370
* Silence Sphinx warning.Tres Seaver2015-01-221-0/+0
* Add Travis badge, garden ReST.Tres Seaver2014-12-292-2/+7
* Bow to our new PEP 440 overlords.Tres Seaver2014-12-291-1/+1
* Ignore derived.Tres Seaver2014-12-201-0/+1
* Update to latest bootstrap.Tres Seaver2014-12-201-7/+18
* Speed up Travis start via 'sudo: false'.Tres Seaver2014-12-181-0/+1
* Update to latest bootstrap.pyMarius Gedminas2014-11-061-26/+34
* svbTres Seaver2014-03-192-1/+6
* Prep 4.0.1 release.4.0.1Tres Seaver2014-03-192-2/+2
* Note explicit support for Python 3.4.Tres Seaver2014-03-173-2/+3
* Merge the two duplicated _fmt_address()Marius Gedminas2014-01-092-10/+3
* Try to make the tests pass on Windows, harderMarius Gedminas2014-01-081-1/+1
* Typo in comment, PEP-8 spacing around assignmentMarius Gedminas2014-01-081-2/+2
* Allow public access to CheckerPublic.__module__Marius Gedminas2014-01-081-0/+1
* svbTres Seaver2013-07-092-1/+6
* Prepare 4.0.0 final release.4.0.0Tres Seaver2013-07-092-3/+3
* Update to buildout 2.2's bootstrap.Tres Seaver2013-07-092-169/+64
* modernize bootstrap.pyAdam Groszer2013-07-061-53/+165
* Fix typo in docstringMarius Gedminas2013-03-271-1/+1
* Bugfix: ZOPE_WATCH_CHECKERS=1 used to miss most of the checksMarius Gedminas2013-03-273-0/+16
* Fix a long-standing bug with ZOPE_WATCH_CHECKERS=2Marius Gedminas2013-03-273-2/+14
* Set more precise development version, some packages require 4.0.0a1Gediminas Paulauskas2013-03-141-1/+1
* svbTres Seaver2013-03-112-1/+6
* Prep 4.0.0b1 release.4.0.0b1Tres Seaver2013-03-112-2/+2
* Note support for PyPy.pure_python_proxyTres Seaver2013-03-112-1/+4
* Add test environments for the PURE_PYTHON environment variable.Tres Seaver2013-03-112-2/+18
* - Make sure that __str__ and __repr__ never fail by catching all exceptionsStephan Richter2013-03-115-15/+22
* Changed strategy to hide wrapped to not use the secret anymore, but lookStephan Richter2013-03-114-59/+80
* Actually made the security proxy secure by not allowing access toStephan Richter2013-03-112-15/+30
* Start of PyPy support.Stephan Richter2013-03-116-18/+35
* 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