summaryrefslogtreecommitdiff
path: root/src/zope/proxy/tests/test_proxy.py
Commit message (Expand)AuthorAgeFilesLines
* - improve code coverage by testing `__reduce__` and `__reduce_ex__`Jens Vagelpohl2023-01-171-0/+36
* - `__getslice__` and `__setslice__` are Python 2 onlyJens Vagelpohl2023-01-171-9/+1
* - Remove proxying code for names that no longer exist in Python 3Jens Vagelpohl2023-01-161-1/+1
* - incorporate suggestions and remove changes I am not sure about myselfJens Vagelpohl2023-01-041-3/+2
* - Drop support for Python 2.7, 3.5, 3.6.Jens Vagelpohl2023-01-031-199/+70
* Fix PyPy2 run on GHA. (#52)Michael Howitz2022-07-081-2/+4
* Python 3.11 foreward compatibilty.Michael Howitz2021-11-191-2/+3
* Fix more deprecation warnings.Michael Howitz2021-07-151-6/+3
* Lint the code.Michael Howitz2021-07-151-74/+146
* Fix indexing pure-Python proxies on Py3, and restore __getslice__ on Py2issue21Jason Madden2017-09-121-21/+92
* Use the right security proxy when testing C removeAllProxiesdoctest-all-the-thingsJason Madden2017-07-111-2/+4
* 100% coverageJason Madden2017-07-111-88/+84
* Make py_sameProxiedObjects handle zope.security proxiesissue15Jason Madden2017-04-161-26/+26
* Skip tests dependent on zope.security if it is missing.Tres Seaver2016-05-091-0/+8
* Fix removing pure python security proxiesBrian Sutherland2016-05-051-0/+11
* 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-281-1/+48
* Make subclasses of ProxyBase delegate __module__ to the wrapped object. Also ...Jason Madden2015-05-281-1/+87
* Merge branch 'int-and-float' of git://github.com/NextThought/zope.proxy into ...Tres Seaver2015-05-191-0/+64
|\
| * 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-071-1/+65
* | Make it easier to subclass PyProxyBase using multiple-inheritance. This will ...Jason Madden2015-05-081-1/+1
* | Fix getting methods as attributes.Jason Madden2015-05-071-0/+12
* | Handle descriptors defined in PyProxyBase subclasses the same way the C versi...Jason Madden2015-05-071-3/+73
|/
* - Fixed ``PyProxyBase.__iter__()`` to return the result ofStephan Richter2013-03-111-0/+27
* 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
* 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-061-11/+14
* Fix 'non_overridable' decorator under pure Python.Tres Seaver2012-06-061-1/+12
* Back out support for __reversed__.Tres Seaver2012-06-061-3/+7
* Add pure-Python fallback implementations of the proxy module API functions.Tres Seaver2012-06-061-74/+210
* Add pure-Python fallback implementation of zope.proxy.ProxyBase.Tres Seaver2012-06-061-263/+403
* Suppress nannyism under Python3.Tres Seaver2012-06-061-49/+49
* Further test cleanup.Tres Seaver2012-06-061-19/+7
* Moar coverage.Tres Seaver2012-06-061-367/+436
* Python 3 supportLennart Regebro2011-03-141-5/+22
* typoGodefroid Chapelle2010-07-071-9/+9
* Make tests compatible with Python 2.7.Hanno Schlichting2010-07-061-4/+7
* Remove CVS-era Id fossils.Tres Seaver2010-06-031-2/+0
* Conform to repository policy.Tres Seaver2010-05-051-1/+1
* Removed use of 'zope.testing.doctestunit' in favor of stdlib's 'doctest.Tres Seaver2010-04-161-1/+1
* - Bug: Updated `setup.py` script to conform to common layout. Also updatedStephan Richter2008-06-241-0/+66
* Moving code to satellite.Christian Theune2007-05-031-0/+658