summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Back to development: 5.1HEADmasterMichael Howitz2023-03-272-1/+7
|
* Preparing release 5.05.0Michael Howitz2023-03-272-2/+2
|
* Drop support for deprecated `python setup.py test` + add python_requires.Michael Howitz2023-03-272-2/+3
|
* Config with pure python template (#11)Michael Howitz2023-01-109-32/+23
| | | | | * Drop support for Python 2.7, 3.5, 3.6. * Add support for Python 3.11.
* Back to development: 4.7Michael Howitz2022-09-072-1/+7
|
* Preparing release 4.64.6Michael Howitz2022-09-072-2/+2
|
* Bumped version for feature release.Michael Howitz2022-09-072-3/+3
|
* Fix badge.Michael Howitz2022-09-071-2/+2
|
* Add support for Python 3.9, 3.10; drop support for Python 3.4.Michael Howitz2022-09-074-2/+15
|
* Lint the code.Michael Howitz2022-09-076-10/+16
|
* Isort imports.Michael Howitz2022-09-073-3/+9
|
* Configuring for pure-pythonMichael Howitz2022-09-0711-277/+279
|
* Merge pull request #9 from zopefoundation/all-repos_autofix_all-repos-sedJens Vagelpohl2020-10-281-2/+2
|\ | | | | Update badge URL for Travis
| * Update badge URL for Travisall-repos_autofix_all-repos-sedJürgen Gmach2020-10-281-2/+2
|/ | | | Committed via https://github.com/asottile/all-repos
* Back to development: 4.5.1Jason Madden2019-12-192-1/+7
|
* Preparing release 4.5.04.5.0Jason Madden2019-12-192-3/+3
|
* Merge pull request #8 from cjwatson/py38Colin Watson2019-12-195-9/+11
|\ | | | | Add support for Python 3.8
| * Add support for Python 3.8Colin Watson2019-12-184-2/+6
| |
| * Drop dist: xenial and sudo: trueColin Watson2019-12-181-5/+1
| | | | | | | | Neither is necessary any more.
| * Fix tests on Python 3.8Colin Watson2019-12-182-2/+4
|/ | | | | | | | | | Marius Gedminas worked out that the fix for https://bugs.python.org/issue4963 in Python 3.8 (also backported to 3.7) meant that `mimetypes.init` now modifies `mimetypes.types_map` in place. Work around this by remembering the length of `types_map` at the start of each test. Fixes #7.
* Back to development: 4.5Michael Howitz2018-10-052-1/+7
|
* Preparing release 4.44.4Michael Howitz2018-10-052-3/+3
|
* Add support for Python 3.7Jeremy Kolbe2018-10-054-4/+10
|
* Use SVG icon for TravisMarius Gedminas2017-10-051-1/+1
|
* Back to development: 4.3.1Jason Madden2017-08-102-1/+7
|
* Preparing release 4.3.04.3.0Jason Madden2017-08-102-2/+2
|
* Merge pull request #5 from zopefoundation/docsJason Madden2017-08-0914-14/+761
|\ | | | | Enable Sphinx for RTD
| * Enable Sphinx for RTDdocsJason Madden2017-08-0814-14/+761
|/ | | | Also fix usage of zope.contenttype as a main module.
* Merge pull request #3 from zopefoundation/py36Jason Madden2017-08-0814-60/+98
|\ | | | | Add Python 3.6, drop Python 3.3.
| * Add Python 3.6, drop Python 3.3.py36Jason Madden2017-08-0314-60/+98
|/ | | | | | | | | | | - Badges - Add coverage environment and coveralls - 100% coverage - Some simplifications to help that, including using print_function for simpler parity on Py2/Py3, and not rewriting the _token_match function at runtime (presumably this was to delay compiling a regex at import time, but other regexes are already being compiled now at import time, so the hit is minor)
* Back to development: 4.3.0Michael Howitz2016-08-262-1/+7
|
* Preparing release 4.2.04.2.0Michael Howitz2016-08-262-2/+2
|
* Check manifest.Michael Howitz2016-08-261-0/+1
|
* update bootstrap.pyAdam Groszer2016-04-201-15/+36
|
* Merge pull request #2 from zopefoundation/add-py35-supportTres Seaver2016-04-134-3/+5
|\ | | | | Add support for Python 3.5.
| * Add support for Python 3.5.add-py35-supportTres Seaver2016-04-124-3/+5
|/
* Merge pull request #1 from zopefoundation/drop-py26-supportTres Seaver2016-03-244-6/+4
|\ | | | | Drop support for Python 2.6.
| * Drop support for Python 2.6.drop-py26-supportTres Seaver2016-03-234-6/+4
|/
* Ignore coverage artifacts.Tres Seaver2015-02-231-0/+3
| | | | [ci skip]
* Overlooked config.Tres Seaver2015-02-231-0/+8
|
* Require 100% coverage.Tres Seaver2015-02-233-7/+11
|
* Polish coverage testing.Tres Seaver2015-02-231-6/+2
|
* Silence setuptools chatter during tests.Tres Seaver2015-02-231-1/+1
|
* svbTres Seaver2014-12-262-1/+6
|
* Prep 4.1.0 release.4.1.0Tres Seaver2014-12-262-2/+2
|
* Add support for Python 3.4 and PyPy3.Tres Seaver2014-12-264-5/+10
|
* Ignore tox artifacts.Tres Seaver2014-12-261-0/+1
|
* GardenTres Seaver2014-12-261-25/+21
|
* Nest into Github.Tres Seaver2014-12-264-15/+11
|
* Speed up Travis builds via 'sudo: false'Tres Seaver2014-12-201-0/+1
|