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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of https://github.com/zopefoundation/zope.security into...
Jason Madden
2015-06-02
5
-11
/
+23
|
\
|
*
Merge pull request #12 from NextThought/pypy-support
Tres Seaver
2015-06-02
1
-0
/
+16
|
|
\
|
*
|
svb
Tres Seaver
2015-06-02
2
-1
/
+6
|
*
|
Prep 4.0.2 release.
4.0.2
Tres Seaver
2015-06-02
2
-2
/
+2
|
*
|
Switch to using 'tox' on Travis.
Tres Seaver
2015-06-01
1
-7
/
+14
|
*
|
Fix 'py27-pure'/'py33-pure' tox environments.
Tres Seaver
2015-06-01
2
-2
/
+2
|
*
|
Merge pull request #11 from NextThought/pypy-support
Tres Seaver
2015-06-01
3
-15
/
+60
|
|
\
\
*
|
|
|
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
3
-12
/
+31
*
|
Let z.s.checker.Global objects be pickled when security-proxied under PyPy wi...
Jason Madden
2015-05-27
2
-4
/
+27
|
/
*
Add PyPI and RTD badges.
Tres Seaver
2015-01-28
1
-0
/
+8
*
Add RTD dependencies.
Tres Seaver
2015-01-28
1
-0
/
+8
*
Add hacking docs.
Tres Seaver
2015-01-24
2
-0
/
+370
*
Silence Sphinx warning.
Tres Seaver
2015-01-22
1
-0
/
+0
*
Add Travis badge, garden ReST.
Tres Seaver
2014-12-29
2
-2
/
+7
*
Bow to our new PEP 440 overlords.
Tres Seaver
2014-12-29
1
-1
/
+1
*
Ignore derived.
Tres Seaver
2014-12-20
1
-0
/
+1
*
Update to latest bootstrap.
Tres Seaver
2014-12-20
1
-7
/
+18
*
Speed up Travis start via 'sudo: false'.
Tres Seaver
2014-12-18
1
-0
/
+1
*
Update to latest bootstrap.py
Marius Gedminas
2014-11-06
1
-26
/
+34
*
svb
Tres Seaver
2014-03-19
2
-1
/
+6
*
Prep 4.0.1 release.
4.0.1
Tres Seaver
2014-03-19
2
-2
/
+2
*
Note explicit support for Python 3.4.
Tres Seaver
2014-03-17
3
-2
/
+3
*
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
*
svb
Tres Seaver
2013-07-09
2
-1
/
+6
*
Prepare 4.0.0 final release.
4.0.0
Tres Seaver
2013-07-09
2
-3
/
+3
*
Update to buildout 2.2's bootstrap.
Tres Seaver
2013-07-09
2
-169
/
+64
*
modernize bootstrap.py
Adam Groszer
2013-07-06
1
-53
/
+165
*
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
3
-0
/
+16
*
Fix a long-standing bug with ZOPE_WATCH_CHECKERS=2
Marius Gedminas
2013-03-27
3
-2
/
+14
*
Set more precise development version, some packages require 4.0.0a1
Gediminas Paulauskas
2013-03-14
1
-1
/
+1
*
svb
Tres Seaver
2013-03-11
2
-1
/
+6
*
Prep 4.0.0b1 release.
4.0.0b1
Tres Seaver
2013-03-11
2
-2
/
+2
*
Note support for PyPy.
pure_python_proxy
Tres Seaver
2013-03-11
2
-1
/
+4
*
Add test environments for the PURE_PYTHON environment variable.
Tres Seaver
2013-03-11
2
-2
/
+18
*
- 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
6
-18
/
+35
*
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
[next]