index
:
delta/python-packages/zope-security.git
3.7
3.8
3.9
4.0.x
adamg-truediv-missing
all-repos_autofix_all-repos-sed
appveyor-py38
avoid-poisoning-wheel-cache-python-pure
config-with-c-code
config-with-c-code-template-7c934044
deprecated-setuptools-features
docs
drop-py26-py32-support
feature/system-user-regular-object
fix-ordered-dict-checker
fix-win64-maybe
issue-50
issue10
issue19
issue20
issue20-extension
issue27
issue33a
issue33b
issue40
issue48
issue7
issue8
issue9
master
mitchellrj-extended-setattr-behavior
more-wheels
moretests
public_permission_const
pure_python_proxy
re-enable-zope.untrustedpython
remove_u
sphinx-py23
update
github.com: zopefoundation/zope.security.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
zope
/
security
/
proxy.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix TypeError handling for ProxyPy.
issue7
Jason Madden
2017-09-07
1
-1
/
+10
*
Fix issue with __length_hint__ in pure Python 3. This is picked out of #29
Jason Madden
2017-09-07
1
-1
/
+6
*
Fix proxying of providedBy on Python 3 and fix __length_hint__
Jason Madden
2017-08-30
1
-0
/
+5
*
Fix test failures on 64-bit Windows
Marius Gedminas
2016-06-06
1
-2
/
+4
*
Fix 'py27-pure'/'py33-pure' tox environments.
Tres Seaver
2015-06-01
1
-1
/
+1
*
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
1
-11
/
+5
*
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
1
-1
/
+1
*
- Make sure that __str__ and __repr__ never fail by catching all exceptions
Stephan Richter
2013-03-11
1
-12
/
+16
*
Changed strategy to hide wrapped to not use the secret anymore, but look
Stephan Richter
2013-03-11
1
-18
/
+26
*
Actually made the security proxy secure by not allowing access to
Stephan Richter
2013-03-11
1
-13
/
+18
*
Start of PyPy support.
Stephan Richter
2013-03-11
1
-12
/
+15
*
Implemented rich comparison operators as non-checked, which is what the C
Stephan Richter
2013-03-10
1
-16
/
+65
*
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
1
-3
/
+31
*
Make sure we use the API to create a new proxy. The tests depend on that
Stephan Richter
2013-03-10
1
-1
/
+1
*
I think I fixed some tests. Tres, can you review?
Stephan Richter
2013-03-08
1
-3
/
+3
*
Restore 100% coverage.
Tres Seaver
2013-03-08
1
-3
/
+2
*
Checkpoint to ask for help.
Tres Seaver
2013-02-14
1
-4
/
+181
*
Coverage for C implementation of z.s.proxy.Proxy.
Tres Seaver
2013-02-14
1
-1
/
+3
*
TIghten 'getTestProxyITems' implementation.
Tres Seaver
2013-02-12
1
-7
/
+2
*
Consolidate tests of z.s.zcml.
Tres Seaver
2012-12-24
1
-1
/
+4
*
Convert doctests in 'zope.security.proxy' into Sphinx doctest snppets.
Tres Seaver
2012-12-23
1
-26
/
+2
*
whitespace
Michael Howitz
2011-09-24
1
-2
/
+0
*
Fixed a regression introduced in 3.8.1: ``zope.location`` 's LocationProxy di...
Michael Howitz
2011-09-24
1
-0
/
+8
*
Fixed circular import beween ``zope.security.decorator`` and ``zope.security....
Michael Howitz
2011-05-03
1
-11
/
+0
*
Remove CVS-era Id fossils.
Tres Seaver
2010-06-03
1
-2
/
+0
*
Conform to repository policy.
Tres Seaver
2010-05-05
1
-1
/
+1
*
import of zope.location is also only needed for monkey-patch, so move it down...
Dan Korostelev
2009-03-09
1
-1
/
+1
*
Change use of zope.deferredimport to from imports.
Dan Korostelev
2009-03-09
1
-1
/
+1
*
Shuffle code around again, to not make the test a self-fulfulling
Christian Theune
2009-01-30
1
-0
/
+11
*
Moving code to satellite.
Christian Theune
2007-05-03
1
-0
/
+73