- 09 May, 2016 3 commits
-
-
Tres Seaver authored
Fix tests w/o zope security
-
Tres Seaver authored
Add a new testrunner, 'test-wo-zope-security', to exercise the 'skipUnless' added in d910979a.
-
Tres Seaver authored
-
- 05 May, 2016 5 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
Fix removing pure python security proxies
-
Brian Sutherland authored
-
Brian Sutherland authored
The test is simple but requires zope.security to be installed. I chose that over writing the test in zope.security
-
- 20 Apr, 2016 1 commit
-
-
Adam Groszer authored
-
- 15 Apr, 2016 1 commit
-
-
Tres Seaver authored
Don't use/poison global wheel cache when building w/ PURE_PYTHON.
-
- 14 Apr, 2016 1 commit
-
-
Tres Seaver authored
-
- 24 Mar, 2016 1 commit
-
-
Tres Seaver authored
Drop support for Python 2.6 and 3.2.
-
- 23 Mar, 2016 1 commit
-
-
Tres Seaver authored
-
- 06 Nov, 2015 5 commits
-
-
Marius Gedminas authored
Use shields.io for PyPI badge
-
Felix Yan authored
-
Marius Gedminas authored
-
Marius Gedminas authored
Note explicit support for Python 3.5
-
Felix Yan authored
-
- 02 Jun, 2015 3 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
- 28 May, 2015 3 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Make subclasses of ProxyBase delegate __module__ to the wrapped object. Also fix differences between the C and Python implementations in handling __module__, whether or not a subclass is involved.
-
- 19 May, 2015 6 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
git://github.com/NextThought/zope.proxyTres Seaver authored
Merge branch 'int-and-float' of git://github.com/NextThought/zope.proxy into NextThought-int-and-float
-
Tres Seaver authored
Handle descriptors defined in PyProxyBase subclasses like C
-
Jason Madden authored
Python 2.6 uses a "hack" to call __complex__ and so we lost coverage of that. 2.7 does it correctly. See https://github.com/zopefoundation/zope.proxy/pull/6#issuecomment-103618850
-
- 08 May, 2015 1 commit
-
-
Jason Madden authored
Make it easier to subclass PyProxyBase using multiple-inheritance. This will let zope.container._proxy reuse all the fixes in this branch.
-
- 07 May, 2015 5 commits
-
-
Jason Madden authored
-
Jason Madden authored
Make the C implementation proxy __unicode__, and make it use the standard methods to proxy int and float. Fixes #3 and Fixes #4.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Handle descriptors defined in PyProxyBase subclasses the same way the C version does. This fixes #5.
-
- 28 Jan, 2015 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
- 22 Jan, 2015 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-