| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-06 | Add testing requires for pytest/pytest-cov | Bert JW Regeer | |
| 2019-12-23 | restore py35 | Michael Merickel | |
| 2019-12-15 | Remove Python 3.4, Python 3.5, and add Python 3.8 | Steve Piercy | |
| 2019-12-15 | set the minimum supported version at py36 | Michael Merickel | |
| 2019-04-13 | lint | Steve Piercy | |
| 2019-04-12 | refactor major_version to branch_version | Steve Piercy | |
| 2019-04-11 | Don't play with _privates | Steve Piercy | |
| 2019-04-11 | Refactor base_version to major_version. | Steve Piercy | |
| - base_version includes the minor version number, and we want the major version which is only the first two bits of the version number. | |||
| 2019-03-21 | Add ignore_files to pserve configuration section | Eric Atkin | |
| 2019-01-05 | use the dict form of entry_points in setup.py | Michael Merickel | |
| 2018-11-18 | Add comments to setup.py docs_extras | Steve Piercy | |
| 2018-11-12 | initial work to remove py2 from the codebase | Michael Merickel | |
| 2018-10-31 | blackify | Michael Merickel | |
| 2018-10-31 | no longer need virtualenv | Michael Merickel | |
| 2018-10-31 | initial work removing pcreate | Michael Merickel | |
| 2018-10-31 | move master to 2.0.dev0 | Michael Merickel | |
| 2018-10-31 | prep 1.10 | Michael Merickel | |
| 2018-10-28 | Use https for wiki.python.org | Steve Piercy | |
| 2018-10-28 | prep 1.10b1 | Michael Merickel | |
| 2018-10-25 | add project_urls metadata to the package | Michael Merickel | |
| 2018-10-15 | prep 1.10a1 | Michael Merickel | |
| 2018-10-15 | format source using black | Michael Merickel | |
| 2018-10-14 | fix tests to run from the tests folder | Michael Merickel | |
| 2018-10-14 | pin to webob >= 1.8.3 | Michael Merickel | |
| 2018-09-22 | Bump Sphinx | Steve Piercy | |
| - See #3350 | |||
| 2018-09-21 | Use correct minimum version | Steve Piercy | |
| 2018-09-21 | Add support for RTD Ethical Ads | Steve Piercy | |
| 2018-09-14 | Pin Sphinx to <=1.7.9 to avoid Travis build failure | Steve Piercy | |
| See https://github.com/sphinx-doc/sphinx/issues/5433 and #3350 | |||
| 2018-08-22 | Bump Python version to 3.7 in docs and project meta files | Steve Piercy | |
| 2018-06-05 | Bump version of WebOb required | Bert JW Regeer | |
| 2018-05-18 | Depend on newer version of WebOb | Bert JW Regeer | |
| Also sort all of the dependencies | |||
| 2018-04-26 | pyramid no longer depends directly on pastedeploy | Michael Merickel | |
| 2018-04-25 | Bump sphinx to >=1.7.4 | Steve Piercy | |
| - Closes #3269 and #667 - Paves the way for #2572 | |||
| 2018-04-24 | pin to a non-pre version of venusian | Michael Merickel | |
| 2018-04-24 | pin to non-pre version of webob | Michael Merickel | |
| 2018-04-24 | blacklist sphinx 1.7.3 | Michael Merickel | |
| 2018-03-08 | Mark changelogs as ReST, for better Github rendering. | Tres Seaver | |
| 2017-10-22 | changelog for #3140 | Michael Merickel | |
| 2017-08-04 | Drop repoze.lru on Python 3 | Mathieu Bridon | |
| Starting with Python 3.2, the functools module grew a lru_cache function which can replace our usage of repoze.lru. | |||
| 2017-06-28 | add a manifest and a tox step to check it | Michael Merickel | |
| 2017-06-27 | prep 1.10.dev0 | Michael Merickel | |
| 2017-06-26 | prep 1.9 | Michael Merickel | |
| 2017-06-19 | prep 1.9b1 | Michael Merickel | |
| 2017-05-09 | prep 1.9a2 | Michael Merickel | |
| 2017-05-01 | prep 1.9a1 | Michael Merickel | |
| 2017-03-30 | depend on plaster_pastedeploy | Michael Merickel | |
| 2017-03-29 | rewrite low-level pyramid config functions to use plaster | Michael Merickel | |
| 2017-03-28 | depend on python_requires in pip 9+ to check runtime versions | Michael Merickel | |
| - The python_requires checks work when installing a wheel as well, which these checks did not affect. | |||
| 2017-03-28 | add python_requires metadata | Michael Merickel | |
| 2017-02-27 | Rewrite test without mock. | Rémy HUBSCHER | |
