summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix outdent.Tres Seaver2015-01-221-1/+1
* Silence Sphinx warning.Tres Seaver2015-01-221-0/+0
* Remove SVN fossilTres Seaver2015-01-211-1/+1
* Add hacking docs.Tres Seaver2015-01-192-0/+312
* Add overlooked narrative docs.Tres Seaver2015-01-191-0/+1
* Bow to our new PEP 440 overlords.Tres Seaver2014-12-291-1/+1
* Add Travis badge, garden ReST.Tres Seaver2014-12-292-5/+6
* Update to latest bootstrap.Tres Seaver2014-12-201-7/+18
* Speed up Travis start via 'sudo: false'.Tres Seaver2014-12-181-0/+1
* Update to latest bootstrap.pyMarius Gedminas2014-11-061-26/+34
* svbTres Seaver2014-03-192-1/+6
* Prep 4.1.4 release.4.1.4Tres Seaver2014-03-192-2/+2
* Fix overwritten 4.1.3 notes.Tres Seaver2014-03-191-2/+9
* Prep 4.1.3 release.Tres Seaver2014-03-192-2/+2
* Note explicit support for Python 3.4.Tres Seaver2014-03-173-2/+5
* Mention some of the motivation for this packageMarius Gedminas2013-12-191-1/+5
* Update to buildout 2.2's bootstrap.Tres Seaver2013-07-092-170/+63
* Add a PURE_PYTHON env var to suppress compiling C extensions.Tres Seaver2013-03-132-2/+15
* Update to latest v1 bootstrapMarius Gedminas2013-03-121-63/+221
* Back to development: 4.1.3Stephan Richter2013-03-112-1/+7
* Preparing release 4.1.24.1.2Stephan Richter2013-03-112-2/+2
* - Fixed ``PyProxyBase.__iter__()`` to return the result ofStephan Richter2013-03-113-6/+44
* 'Updated Travis YAML.'Stephan Richter2013-03-041-0/+13
* Nest into Github.Tres Seaver2013-01-115-15/+11