summaryrefslogtreecommitdiff
path: root/src/zope/security/proxy.py
Commit message (Expand)AuthorAgeFilesLines
* Fix TypeError handling for ProxyPy.issue7Jason Madden2017-09-071-1/+10
* Fix issue with __length_hint__ in pure Python 3. This is picked out of #29Jason Madden2017-09-071-1/+6
* Fix proxying of providedBy on Python 3 and fix __length_hint__Jason Madden2017-08-301-0/+5
* Fix test failures on 64-bit WindowsMarius Gedminas2016-06-061-2/+4
* Fix 'py27-pure'/'py33-pure' tox environments.Tres Seaver2015-06-011-1/+1
* 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-311-11/+5
* Let z.s.checker.Global objects be pickled when security-proxied under PyPy wi...Jason Madden2015-05-271-3/+26
* Merge the two duplicated _fmt_address()Marius Gedminas2014-01-091-1/+1
* - Make sure that __str__ and __repr__ never fail by catching all exceptionsStephan Richter2013-03-111-12/+16
* Changed strategy to hide wrapped to not use the secret anymore, but lookStephan Richter2013-03-111-18/+26
* Actually made the security proxy secure by not allowing access toStephan Richter2013-03-111-13/+18
* Start of PyPy support.Stephan Richter2013-03-111-12/+15
* Implemented rich comparison operators as non-checked, which is what the CStephan Richter2013-03-101-16/+65
* 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-101-3/+31
* Make sure we use the API to create a new proxy. The tests depend on thatStephan Richter2013-03-101-1/+1
* I think I fixed some tests. Tres, can you review?Stephan Richter2013-03-081-3/+3
* Restore 100% coverage.Tres Seaver2013-03-081-3/+2
* Checkpoint to ask for help.Tres Seaver2013-02-141-4/+181
* Coverage for C implementation of z.s.proxy.Proxy.Tres Seaver2013-02-141-1/+3
* TIghten 'getTestProxyITems' implementation.Tres Seaver2013-02-121-7/+2
* Consolidate tests of z.s.zcml.Tres Seaver2012-12-241-1/+4
* Convert doctests in 'zope.security.proxy' into Sphinx doctest snppets.Tres Seaver2012-12-231-26/+2
* whitespaceMichael Howitz2011-09-241-2/+0
* Fixed a regression introduced in 3.8.1: ``zope.location`` 's LocationProxy di...Michael Howitz2011-09-241-0/+8
* Fixed circular import beween ``zope.security.decorator`` and ``zope.security....Michael Howitz2011-05-031-11/+0
* Remove CVS-era Id fossils.Tres Seaver2010-06-031-2/+0
* Conform to repository policy.Tres Seaver2010-05-051-1/+1
* import of zope.location is also only needed for monkey-patch, so move it down...Dan Korostelev2009-03-091-1/+1
* Change use of zope.deferredimport to from imports.Dan Korostelev2009-03-091-1/+1
* Shuffle code around again, to not make the test a self-fulfullingChristian Theune2009-01-301-0/+11
* Moving code to satellite.Christian Theune2007-05-031-0/+73