summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix indexing pure-Python proxies on Py3, and restore __getslice__ on Py2issue21Jason Madden2017-09-125-50/+132
* Merge pull request #19 from zopefoundation/doctest-all-the-thingsJason Madden2017-07-1112-160/+168
|\
| * Use the right security proxy when testing C removeAllProxiesdoctest-all-the-thingsJason Madden2017-07-111-2/+4
| * 100% coverageJason Madden2017-07-1112-160/+166
|/
* Back to development: 4.2.2Jason Madden2017-04-232-1/+7
* Preparing release 4.2.14.2.1Jason Madden2017-04-232-2/+2
* Fix manifest.in per check-manifestJason Madden2017-04-231-0/+3
* Merge pull request #17 from zopefoundation/python36Jason Madden2017-04-234-3/+15
|\
| * Try to workaround the circular dependency on zope.security during testing. Se...python36Jason Madden2017-04-221-0/+1
| * Add support for Python 3.6Jason Madden2017-04-224-3/+14
|/
* Merge pull request #16 from zopefoundation/issue15Jason Madden2017-04-226-44/+49
|\
| * Make py_sameProxiedObjects handle zope.security proxiesissue15Jason Madden2017-04-166-44/+49
|/
* Merge pull request #14 from zopefoundation/fix-tests-wo-zope-securityTres Seaver2016-05-092-2/+18
|\
| * Test normally with zope.security.Tres Seaver2016-05-091-2/+10
| * Skip tests dependent on zope.security if it is missing.Tres Seaver2016-05-091-0/+8
|/
* svbTres Seaver2016-05-052-1/+6
* Prep 4.2.0 release.4.2.0Tres Seaver2016-05-052-6/+6
* Merge pull request #13 from zopefoundation/fix-removeAllProxies-for-securityp...Tres Seaver2016-05-055-2/+16
|\
| * fix travis testsBrian Sutherland2016-05-051-0/+1
| * Fix removing pure python security proxiesBrian Sutherland2016-05-054-2/+15
|/
* update bootstrap.pyAdam Groszer2016-04-201-15/+36
* Merge pull request #12 from zopefoundation/avoid-poisoning-wheel-cache-python...Tres Seaver2016-04-152-1/+6
|\
| * Don't use/poison global wheel cache when building w/ PURE_PYTHON.avoid-poisoning-wheel-cache-python-pureTres Seaver2016-04-142-1/+6
|/
* Merge pull request #11 from zopefoundation/drop-py26-py32-supportTres Seaver2016-03-234-15/+13
|\
| * Drop support for Python 2.6 and 3.2.drop-py26-py32-supportTres Seaver2016-03-234-15/+13
|/
* Merge pull request #10 from felixonmars/masterMarius Gedminas2015-11-061-1/+1
|\
| * Use shields.io for PyPI badgeFelix Yan2015-11-061-1/+1
* | Mention 3.5 in the changelogMarius Gedminas2015-11-061-1/+1
* | Merge pull request #9 from felixonmars/masterMarius Gedminas2015-11-063-2/+5
|\ \ | |/
| * Note explicit support for Python 3.5Felix Yan2015-11-063-2/+5
|/
* svbTres Seaver2015-06-022-1/+6
* Prep 4.1.6 release.4.1.6Tres Seaver2015-06-022-2/+2
* Garden changelog.Tres Seaver2015-06-021-33/+34
* 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-283-3/+85
* Make subclasses of ProxyBase delegate __module__ to the wrapped object. Also ...Jason Madden2015-05-284-6/+97
* svbTres Seaver2015-05-192-1/+6
* Prep 4.1.5 release.4.1.5Tres Seaver2015-05-192-2/+2
* Changelog for PR #7.Tres Seaver2015-05-191-1/+6
* 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
* | Merge pull request #6 from NextThought/python-providedTres Seaver2015-05-195-37/+213
|\ \ | |/ |/|
| * Update the tox coverage environment to python2.7.Jason Madden2015-05-191-1/+1
| * 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-074-30/+161
|/
* Add PyPI and RTD badges.Tres Seaver2015-01-281-7/+8
* Add RTD dependencies.Tres Seaver2015-01-281-0/+1