summaryrefslogtreecommitdiff
path: root/CHANGES.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix tests on Python 3.10 + lint.config-with-c-codeMichael Howitz2021-11-231-1/+1
* Lint the code.Michael Howitz2021-08-301-3/+3
* Back to development: 5.1.2Jason Madden2020-03-231-0/+6
* Preparing release 5.1.15.1.1Jason Madden2020-03-231-1/+1
* Ensure all objects have consistent interface resolution orders.Jason Madden2020-03-231-2/+4
* Back to development: 5.2.0Michael Howitz2020-02-141-0/+6
* Preparing release 5.1.05.1.0Michael Howitz2020-02-141-1/+1
* Allow to use a common Sphinx version for Python 2 and 3. (#70)Michael Howitz2020-02-141-0/+2
* Let interfaces be iterated on Python 3Jason Madden2020-02-061-5/+7
* Back to development: 5.1Marius Gedminas2019-11-111-0/+6
* Preparing release 5.05.0Marius Gedminas2019-11-111-1/+1
* Update changelogMarius Gedminas2019-11-111-0/+2
* 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
|/