| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Preparing release 4.7.24.7.2 | Marius Gedminas | 2020-03-10 | 1 | -1/+1 |
| | | |||||
| * | Remove deprecated use of setuptools features | Marius Gedminas | 2020-01-20 | 1 | -13/+10 |
| | | | | | | | | | | | The feature was used to optionally disable C extension modules used for speed optimizations. Nowadays we can disable this extension module by setting the PURE_PYTHON environment variable. Closes #30. | ||||
| * | Back to development: 4.7.2 | Marius Gedminas | 2019-11-11 | 1 | -1/+1 |
| | | |||||
| * | Preparing release 4.7.14.7.1 | Marius Gedminas | 2019-11-11 | 1 | -1/+1 |
| | | |||||
| * | Back to development: 4.7.1 | Marius Gedminas | 2019-11-11 | 1 | -1/+1 |
| | | |||||
| * | Preparing release 4.7.04.7.0 | Marius Gedminas | 2019-11-11 | 1 | -1/+1 |
| | | |||||
| * | Add support for Python 3.8 | Colin Watson | 2019-11-11 | 1 | -0/+1 |
| | | |||||
| * | Drop support for Python 3.4 | Marius Gedminas | 2019-08-17 | 1 | -6/+8 |
| | | |||||
| * | Back to development: 4.6.1 | Jason Madden | 2018-10-23 | 1 | -1/+1 |
| | | |||||
| * | Preparing release 4.6.04.6.0 | Jason Madden | 2018-10-23 | 1 | -1/+1 |
| | | |||||
| * | Switch to new Framework :: Zope :: 3 classifier | Marius Gedminas | 2018-10-19 | 1 | -1/+1 |
| | | | | | | See https://github.com/zopefoundation/z3c.authviewlet/pull/6#discussion_r226414566 for the background behind this. | ||||
| * | add py3.7 to setup.py classifier, tox.ini, and CHANGES | Forest Gregg | 2018-08-09 | 1 | -0/+1 |
| | | |||||
| * | Back to development: 4.5.1 | Michael Howitz | 2018-04-19 | 1 | -1/+1 |
| | | | | | [skip ci] | ||||
| * | Preparing release 4.5.04.5.0 | Michael Howitz | 2018-04-19 | 1 | -1/+1 |
| | | | | | [skip ci] | ||||
| * | Bump to 4.5.0. | Joni Orponen | 2017-12-14 | 1 | -1/+1 |
| | | |||||
| * | Declare python_requires in setup.py. | Joni Orponen | 2017-12-14 | 1 | -0/+7 |
| | | |||||
| * | Drop testing and pypi-declared support of Python 3.3. | Joni Orponen | 2017-12-14 | 1 | -1/+0 |
| | | |||||
| * | Back to development: 4.4.4 | Marius Gedminas | 2017-09-22 | 1 | -1/+1 |
| | | |||||
| * | Preparing release 4.4.34.4.3 | Marius Gedminas | 2017-09-22 | 1 | -1/+1 |
| | | |||||
| * | Back to development: 4.4.3 | Jason Madden | 2017-06-14 | 1 | -1/+1 |
| | | |||||
| * | Preparing release 4.4.24.4.2 | Jason Madden | 2017-06-14 | 1 | -1/+1 |
| | | |||||
| * | Back to development: 4.4.2 | Jim Fulton | 2017-05-13 | 1 | -1/+1 |
| | | |||||
| * | Preparing release 4.4.14.4.1 | Jim Fulton | 2017-05-13 | 1 | -1/+1 |
| | | |||||
| * | Improve pyroma | Jim Fulton | 2017-05-13 | 1 | -0/+1 |
| | | |||||
| * | svb | Tres Seaver | 2017-04-21 | 1 | -1/+1 |
| | | |||||
| * | Prep 4.4.0 release.4.4.0 | Tres Seaver | 2017-04-21 | 1 | -1/+1 |
| | | |||||
| * | Bump minor version due to new Python version support. | Tres Seaver | 2017-04-21 | 1 | -1/+1 |
| | | |||||
| * | Add support for Python 3.6. (#74) | Jason Madden | 2017-01-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | * Add support for Python 3.6. Also use macpython for all the mac builds. See zopefoundation/persistent#59 * Install the test extra with pip. hopefully this avoids the SSL issue seen in macpython 3.6 (https://travis-ci.org/zopefoundation/zope.interface/jobs/192367647) Also update appveyor.yml | ||||
| * | svb | Tres Seaver | 2016-12-13 | 1 | -1/+1 |
| | | |||||
| * | Prep 4.3.3 release.4.3.3 | Tres Seaver | 2016-12-13 | 1 | -1/+1 |
| | | |||||
| * | Back to development: 4.3.3 | Marius Gedminas | 2016-09-05 | 1 | -1/+1 |
| | | |||||
| * | Preparing release 4.3.24.3.2 | Marius Gedminas | 2016-09-05 | 1 | -1/+1 |
| | | |||||
| * | Back to development: 4.4.0 | Michael Howitz | 2016-08-31 | 1 | -1/+1 |
| | | |||||
| * | Preparing release 4.3.14.3.1 | Michael Howitz | 2016-08-31 | 1 | -1/+1 |
| | | |||||
| * | Back to development: 4.4.0 | Michael Howitz | 2016-08-31 | 1 | -1/+1 |
| | | |||||
| * | Preparing release 4.3.04.3.0 | Michael Howitz | 2016-08-31 | 1 | -1/+1 |
| | | |||||
| * | Make setuptools a hard dep of setup.pysetuptools-build | Jason Madden | 2016-08-04 | 1 | -52/+46 |
| | | | | | | Fixes #13 Fixes #14 | ||||
| * | svb | Tres Seaver | 2016-06-10 | 1 | -1/+1 |
| | | |||||
| * | Prep 4.2.0 release.4.2.0 | Tres Seaver | 2016-06-10 | 1 | -1/+1 |
| | | |||||
| * | Add support for building/testing w/ 'PURE_PYTHON' defined.add-pure-test-support | Tres Seaver | 2016-04-14 | 1 | -1/+2 |
| | | |||||
| * | Drop support for Python 3.2.drop-py32-support | Tres Seaver | 2016-03-23 | 1 | -2/+1 |
| | | |||||
| * | Drop support for Python 2.6. | Tres Seaver | 2016-03-09 | 1 | -1/+0 |
| | | | | | | | Note explicit support for Python 3.5. Bump next release for semver. | ||||
| * | Note explicit support for Python 3.5 | Felix Yan | 2015-11-03 | 1 | -0/+1 |
| | | |||||
| * | Back to development: 4.1.4 | Marius Gedminas | 2015-10-05 | 1 | -1/+1 |
| | | |||||
| * | Preparing release 4.1.34.1.3 | Marius Gedminas | 2015-10-05 | 1 | -1/+1 |
| | | |||||
| * | Make zope.interface installable on Py3.5 w/o a C compiler | Marius Gedminas | 2015-10-05 | 1 | -1/+1 |
| | | | | | Fixes #24. | ||||
| * | setup.py: Make URL on PyPI point to GitHub | Marc Abramowitz | 2015-01-26 | 1 | -1/+1 |
| | | | | | rather than pointing at itself, which isn't very useful. | ||||
| * | svb | Tres Seaver | 2014-12-27 | 1 | -1/+1 |
| | | |||||
| * | Prep 4.1.2 release.4.1.2 | Tres Seaver | 2014-12-27 | 1 | -1/+1 |
| | | |||||
| * | Bow to the new PEP 440 overlords. | Tres Seaver | 2014-12-27 | 1 | -1/+1 |
| | | |||||
