summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix more deprecation warnings.Michael Howitz2021-07-151-6/+3
* Lint the code.Michael Howitz2021-07-155-105/+221
* Don't set tp_print/tp_vectorcall_offset on Python 3.issue36Jason Madden2020-01-201-0/+7
* Fix error handling in the tp_setattro slotMarius Gedminas2019-06-271-1/+1
* Simplify getting the char* in get/setattro for clarity and performanceJason Madden2017-11-071-46/+11
* Untrack self when deallocating.KIMURA Chikahiro2017-09-131-0/+1
* Fix indexing pure-Python proxies on Py3, and restore __getslice__ on Py2issue21Jason Madden2017-09-123-43/+120
* Use the right security proxy when testing C removeAllProxiesdoctest-all-the-thingsJason Madden2017-07-111-2/+4
* 100% coverageJason Madden2017-07-113-108/+97
* Make py_sameProxiedObjects handle zope.security proxiesissue15Jason Madden2017-04-162-28/+28
* Skip tests dependent on zope.security if it is missing.Tres Seaver2016-05-091-0/+8
* Fix removing pure python security proxiesBrian Sutherland2016-05-052-1/+12
* Workaround bizarre bug in PyPy 2.5.0 where proxys around types cannot be corr...Jason Madden2015-05-281-5/+19
* Fix looking up interfaces implemented/providedBy proxies around builtin types...Jason Madden2015-05-282-2/+80
* Make subclasses of ProxyBase delegate __module__ to the wrapped object. Also ...Jason Madden2015-05-283-5/+95
* Merge branch 'int-and-float' of git://github.com/NextThought/zope.proxy into ...Tres Seaver2015-05-193-28/+94
|\
| * Move the new tests to try to avoid a conflict with the previous PR.Jason Madden2015-05-071-65/+64
| * Make the C implementation proxy __unicode__, and make it use the standard met...Jason Madden2015-05-073-29/+95
* | Make it easier to subclass PyProxyBase using multiple-inheritance. This will ...Jason Madden2015-05-082-13/+37
* | Fix getting methods as attributes.Jason Madden2015-05-072-2/+18
* | zope.container._proxy relied on the implementation detail of PyNonOverridable.Jason Madden2015-05-071-0/+5
* | Handle descriptors defined in PyProxyBase subclasses the same way the C versi...Jason Madden2015-05-073-29/+158
|/
* - Fixed ``PyProxyBase.__iter__()`` to return the result ofStephan Richter2013-03-112-3/+35
* Replace use of ``PyCObject`` APIs with equivalent ``PyCapsule`` APIs,Tres Seaver2012-12-192-4/+11
* Fix tests which break under Python 3.3 due to '__qualname__'.Tres Seaver2012-11-211-2/+2
* Avoid 'p' as a variable name for debugging ease.Tres Seaver2012-11-211-49/+50
* Add test for DSD providing both instances' interfaces and its own.Tres Seaver2012-06-071-14/+53
* Moar tests for lying about '__class__' in pure Python.Tres Seaver2012-06-061-6/+12
* Restore tests for lying about '__class__' in pure Python.Tres Seaver2012-06-062-14/+17
* Fix 'non_overridable' decorator under pure Python.Tres Seaver2012-06-062-3/+42
* Unused import.Tres Seaver2012-06-061-1/+0
* Moar Py3 compatibility.Tres Seaver2012-06-061-0/+3
* Py3 compatibility.Tres Seaver2012-06-061-1/+2
* Back out support for __reversed__.Tres Seaver2012-06-062-5/+10
* Neaten slot names.Tres Seaver2012-06-061-88/+91
* Detabify.Tres Seaver2012-06-061-137/+137
* Remove pre-Python-2.6 BBB cruft.Tres Seaver2012-06-062-17/+0
* Add pure-Python fallback implementations of the proxy module API functions.Tres Seaver2012-06-062-86/+282
* Add pure-Python fallback implementation of zope.proxy.ProxyBase.Tres Seaver2012-06-063-272/+741
* No splat imports.Tres Seaver2012-06-061-1/+8
* Suppress nannyism under Python3.Tres Seaver2012-06-061-49/+49
* Further test cleanup.Tres Seaver2012-06-061-19/+7
* Moar coverage.Tres Seaver2012-06-062-367/+440
* Moar coverage (by eye).Tres Seaver2012-06-061-0/+25
* 100% unit test coverage.Tres Seaver2012-06-061-4/+61
* Add Sphinx documentationTres Seaver2012-06-061-61/+0
* Drop support for Python 2.4 and 2.5.Tres Seaver2012-05-181-9/+15
* Support Python 3.2Gediminas Paulauskas2011-06-141-4/+8
* Python 3 supportLennart Regebro2011-03-142-49/+161
* typoGodefroid Chapelle2010-07-071-9/+9