Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Back to development: 4.7 | Michael Howitz | 2022-11-10 | 1 | -1/+1 |
| | |||||
* | Preparing release 4.64.6 | Michael Howitz | 2022-11-10 | 1 | -1/+1 |
| | |||||
* | Add official support for Python 3.11. | Maurits van Rees | 2022-11-08 | 1 | -0/+1 |
| | |||||
* | tox -e isort-apply | Maurits van Rees | 2022-11-08 | 1 | -1/+3 |
| | |||||
* | Back to development: 4.6 | Michael Howitz | 2022-02-11 | 1 | -1/+1 |
| | |||||
* | Preparing release 4.54.5 | Michael Howitz | 2022-02-11 | 1 | -1/+1 |
| | |||||
* | Add support for Python 3.10. | Michael Howitz | 2022-02-10 | 1 | -0/+1 |
| | | | | | This needs https://github.com/zopefoundation/zope.exceptions/pull/23 to be successful. | ||||
* | Config with pure python (#20) | Michael Howitz | 2021-06-01 | 1 | -25/+9 |
| | | | | | * Add official support for Python 3.9. * Undo dropping support for Python 3.5. * Drop support for running the tests using `python setup.py test`. | ||||
* | Back to development: 4.5 | Michael Howitz | 2020-07-16 | 1 | -1/+1 |
| | |||||
* | Preparing release 4.44.4 | Michael Howitz | 2020-07-16 | 1 | -1/+1 |
| | |||||
* | Add preliminary support for Python 3.9 (#16) | Michael Howitz | 2020-07-16 | 1 | -1/+0 |
| | | | | * Adapt tests to Python 3.9. * Drop support for Python 3.5 as its sunset is in some months. | ||||
* | Add tox -e flake8, fix flake8 errors | Marius Gedminas | 2020-04-10 | 1 | -47/+50 |
| | |||||
* | Add Python 3.8, drop 3.4.py38 | Marius Gedminas | 2020-04-10 | 1 | -3/+3 |
| | |||||
* | 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. | ||||
* | Back to development: 4.4 | Michael Howitz | 2018-10-04 | 1 | -1/+1 |
| | | | | [skip ci] | ||||
* | Preparing release 4.34.3 | Michael Howitz | 2018-10-04 | 1 | -1/+1 |
| | | | | [skip ci] | ||||
* | Added support for python 3.7 (#12) | Jeremy Kolbe | 2018-10-03 | 1 | -0/+1 |
| | | | | | | * Added support for python 3.7 * Fix .travis.yml mixup | ||||
* | Back to development: 4.2.1 | Jason Madden | 2017-09-12 | 1 | -1/+1 |
| | |||||
* | Preparing release 4.2.04.2.0 | Jason Madden | 2017-09-12 | 1 | -1/+1 |
| | |||||
* | Fix non-ASCII supplement info under Python 2 and drop Py3.3.issue1 | Jason Madden | 2017-09-11 | 1 | -3/+1 |
| | | | | | | | | | | Fixes #1. Fix the coverage environment using zope.testrunner (nose no longer works, that same namespace path issue). Also run the doctests on all supported versions. This requires dropping Python 3.3 because sphinx needs 3.4+. | ||||
* | Add support for Python 3.6 | Jason Madden | 2017-04-24 | 1 | -15/+23 |
| | | | | | | | | | | | | | | Switch to using zope-testrunner instead of setup.py test because of the namespace package issues. Enable pip caching on travis. Stop testing pypy3 on travis since it implements Python 3.2 and is not supported by pip anymore. There is a 3.3-alpha available on travis, but that's a dead end and not developed anymore since 3.5-beta is out (but not available on Travis AFAIK). Fixes #6. | ||||
* | Back to development: 4.1.1 | Adam Groszer | 2017-04-12 | 1 | -1/+1 |
| | |||||
* | Preparing release 4.1.04.1.0 | Adam Groszer | 2017-04-12 | 1 | -1/+1 |
| | |||||
* | Drop support for Python 2.6 and 3.2.drop-py26-py32-support | Tres Seaver | 2016-03-23 | 1 | -3/+1 |
| | |||||
* | Note explicit support for Python 3.5 | Felix Yan | 2015-11-07 | 1 | -0/+1 |
| | |||||
* | Back to development: 4.0.9 | Adam Groszer | 2015-08-13 | 1 | -1/+1 |
| | |||||
* | Preparing release 4.0.84.0.8 | Adam Groszer | 2015-08-13 | 1 | -1/+1 |
| | |||||
* | Bow to our new PEP 440 overlords. | Tres Seaver | 2014-12-29 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | svb | Tres Seaver | 2014-03-19 | 1 | -1/+1 |
| | |||||
* | Prep 4.0.7 release.4.0.7 | Tres Seaver | 2014-03-19 | 1 | -1/+1 |
| | |||||
* | Note explicit support for Python 3.4. | Tres Seaver | 2014-03-17 | 1 | -1/+2 |
| | |||||
* | Back to development: 4.0.7 | Stephan Richter | 2013-02-28 | 1 | -1/+1 |
| | |||||
* | Preparing release 4.0.64.0.6 | Stephan Richter | 2013-02-28 | 1 | -1/+1 |
| | |||||
* | - Make sure that ``setup.py`` finds all tests. Now tox runs them all as well. | Stephan Richter | 2013-02-28 | 1 | -1/+18 |
| | | | | | - Fix failing test under Python 3. - Made buildout work under Python 3 and Buildout 2. | ||||
* | Nest into Github. | Tres Seaver | 2013-01-11 | 1 | -2/+2 |
| | | | | | | | | - Denominate files to indicate ReST. - Drop .bzrignore. - Add MANIFEST.in FBO users w/o setuptools_git. | ||||
* | svb | Tres Seaver | 2012-12-31 | 1 | -1/+1 |
| | |||||
* | Prep 4.0.5 release. | Tres Seaver | 2012-12-31 | 1 | -1/+1 |
| | |||||
* | Normalize Python classifiers. | Tres Seaver | 2012-12-31 | 1 | -0/+1 |
| | |||||
* | Back to development: 4.0.5 | Adam Groszer | 2012-12-13 | 1 | -1/+1 |
| | |||||
* | Preparing release 4.0.4 | Adam Groszer | 2012-12-13 | 1 | -1/+1 |
| | |||||
* | Back to development: 4.0.4 | Marius Gedminas | 2012-12-10 | 1 | -1/+1 |
| | |||||
* | Preparing release 4.0.3 | Marius Gedminas | 2012-12-10 | 1 | -1/+1 |
| | |||||
* | svb | Tres Seaver | 2012-11-21 | 1 | -1/+1 |
| | |||||
* | Prep 4.0.2 release. | Tres Seaver | 2012-11-21 | 1 | -1/+1 |
| | |||||
* | vb | Hanno Schlichting | 2012-08-20 | 1 | -1/+1 |
| | |||||
* | prepare | Hanno Schlichting | 2012-08-20 | 1 | -1/+2 |
| | |||||
* | svb | Tres Seaver | 2012-05-16 | 1 | -1/+1 |
| | |||||
* | Prep 4.0.0.1 release. | Tres Seaver | 2012-05-16 | 1 | -1/+1 |
| | |||||
* | svb | Tres Seaver | 2012-05-16 | 1 | -1/+1 |
| | |||||
* | Prep 4.0.0 release. | Tres Seaver | 2012-05-16 | 1 | -9/+6 |
| |