summaryrefslogtreecommitdiff
path: root/CHANGES.rst
Commit message (Expand)AuthorAgeFilesLines
* Add Python 3.8 to appveyor.ymlappveyor-py38Marius Gedminas2019-11-101-1/+1
* Properly declare dependency on zope.schema >= 4.2.0Colin Watson2019-10-251-0/+3
* Update to current Python versions. (#61)Michael Howitz2019-04-061-3/+5
* Back to development: 4.3.2Adam Groszer2019-01-031-0/+6
* Preparing release 4.3.14.3.1Adam Groszer2019-01-031-1/+1
* Decimal checker: __truediv__ was missing, also added tests, did some cleanupadamg-truediv-missingAdam Groszer2019-01-031-1/+2
* Back to development: 4.3.1Jason Madden2018-08-241-0/+6
* Preparing release 4.3.04.3.0Jason Madden2018-08-241-1/+1
* Add ``ISystemPrincipal`` and make ``system_user`` a regular object that imple...feature/system-user-regular-objectJason Madden2018-08-201-1/+4
* Back to development: 4.2.4Marius Gedminas2018-08-091-0/+6
* Preparing release 4.2.34.2.3Marius Gedminas2018-08-091-1/+1
* Back to development: 4.2.3Marius Gedminas2018-08-091-2/+6
* Reconcile git historyMarius Gedminas2018-08-091-1/+1
|\
| * Preparing release 4.2.24.2.2Jason Madden2018-01-111-1/+1
* | Add Python 3.7 supportMarius Gedminas2018-08-081-0/+2
|/
* Fixes #10: Pure-python proxies don't check __unicode__Jason Madden2018-01-111-1/+7
* Back to development: 4.2.2Jason Madden2017-11-301-0/+6
* Preparing release 4.2.14.2.1Jason Madden2017-11-301-1/+1
* Fix link in changelog.Jason Madden2017-11-301-1/+1
* Fix default values for Permission's title and description in Py2issue48Jason Madden2017-11-301-1/+7
* Back to development: 4.2.1Jason Madden2017-09-201-0/+6
* Preparing release 4.2.04.2.0Jason Madden2017-09-201-1/+1
* 100% coverage for testing.pyJason Madden2017-09-121-1/+4
* 100% coverage for proxy.pyJason Madden2017-09-121-0/+4
* Coverage for get/setslice, length_hint, and comparison methods in proxy.pyJason Madden2017-09-121-1/+6
* Badges and fixes for README and CHANGES.Jason Madden2017-09-111-47/+48
* Remove unused and broken zope.security.setup.Jason Madden2017-09-111-0/+2
* Remove unused internal files from tests/Jason Madden2017-09-111-0/+2
* Use features and an optional_build_extissue33bJason Madden2017-09-111-1/+3
* Merge pull request #37 from zopefoundation/issue35Jason Madden2017-09-111-0/+3
|\
| * call PyObject_GC_UnTrack() in tp_dealloc()KIMURA Chikahiro2017-09-111-0/+3
* | Fix ZOPE_WATCH_CHECKERS=1 in pure-Python mode.Jason Madden2017-09-111-0/+3
|/
* Respect PURE_PYTHON at runtime. Partial fix for #33.issue33aJason Madden2017-09-081-0/+3
* Use importlib.reload instead of imp.reload.Jason Madden2017-09-081-0/+3
* Merge pull request #31 from zopefoundation/issue7Jason Madden2017-09-081-0/+5
|\
| * Fix TypeError handling for ProxyPy.issue7Jason Madden2017-09-071-0/+5
* | Allow iteration of all the custom itertools types.issue9Jason Madden2017-09-071-1/+3
* | Fix issue 9: add default checkers for itertools.groupbyJason Madden2017-09-071-0/+4
|/
* Switch to modern 'coverage' environment and run doctests on all versionsJason Madden2017-09-071-0/+5
* Fix proxying of providedBy on Python 3 and fix __length_hint__Jason Madden2017-08-301-1/+8
* svbTres Seaver2017-05-171-0/+5
* Prep 4.1.1 release.4.1.1Tres Seaver2017-05-171-2/+2
* OrderedDict, BTree and dict all iterate the same way.fix-ordered-dict-checkerJason Madden2017-05-171-1/+6
* Be specific that BTrees.keys and .values also are fixed in the same way that ...issue20-extensionJason Madden2017-04-261-1/+1
* svbTres Seaver2017-04-241-0/+5
* Prep 4.1.0 release.4.1.0Tres Seaver2017-04-241-7/+4
* Fix iteration of BTrees.items() in pure-python; and 3.6 supportJason Madden2017-04-241-1/+8
* Don't use/poison global wheel cache when building w/ PURE_PYTHON.avoid-poisoning-wheel-cache-python-pureTres Seaver2016-04-141-0/+3
* Bump version in CHANGES.rst to match setup.py.drop-py26-py32-supportTres Seaver2016-03-231-1/+1
* Drop support for Python 2.6 and 3.2.Tres Seaver2016-03-231-1/+3