| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-28 | Fix linting errors | Bert JW Regeer | |
| 2020-05-28 | Pin minimum pytest version | Bert JW Regeer | |
| 2020-05-28 | Revert "Fix tests that depend on the test runner" | Bert JW Regeer | |
| This reverts commit 72eca2f8e82f1af20e433218719d99e7627d5650. | |||
| 2020-05-08 | Merge pull request #3576 from merwok/feature/multi-predicate-header | Michael Merickel | |
| Allow multiple values for header predicate | |||
| 2020-05-07 | better wording | Éric Araujo | |
| 2020-05-07 | fix merge | Éric Araujo | |
| 2020-05-07 | merge master | Éric Araujo | |
| 2020-05-07 | Merge pull request #3582 from Pylons/pyupgrade | Michael Merickel | |
| Some additional Py3 only cleanups | |||
| 2020-05-06 | Cleanup string formatting | Bert JW Regeer | |
| 2020-05-06 | Remove unnecessary coding lines | Bert JW Regeer | |
| 2020-05-06 | Remove object from class | Bert JW Regeer | |
| 2020-05-06 | set() -> {} | Bert JW Regeer | |
| 2020-05-06 | Update build status badge | Bert JW Regeer | |
| 2020-05-06 | Merge pull request #3513 from Pylons/workflows | Michael Merickel | |
| Add Github actions for CI | |||
| 2020-05-06 | Enable coverage on CPython test runs | Bert JW Regeer | |
| 2020-05-06 | ignore .gitattributes | Bert JW Regeer | |
| 2020-05-06 | Remove Travis and AppVeyor | Bert JW Regeer | |
| 2020-05-06 | Add github CI workflows | Bert JW Regeer | |
| 2020-05-06 | remove some unnecessary flags | Michael Merickel | |
| 2020-05-06 | Merge pull request #3578 from Pylons/switch-to-pytest | Michael Merickel | |
| Switch to pytest | |||
| 2020-05-06 | Disable coverage by default | Bert JW Regeer | |
| Use a special py38-cover testenv in tox to re-enable coverage reporting. | |||
| 2020-05-06 | Cleanup nosetest mentions in docs | Bert JW Regeer | |
| Co-authored-by: Steve Piercy <web@stevepiercy.com> | |||
| 2020-05-06 | Fix tests that depend on the test runner | Bert JW Regeer | |
| 2020-05-06 | Update tox.ini to run pytest instead | Bert JW Regeer | |
| 2020-05-06 | Add testing requires for pytest/pytest-cov | Bert JW Regeer | |
| 2020-05-06 | Add configuration for pytest | Bert JW Regeer | |
| 2020-05-06 | Update coveragerc to add an additional path | Bert JW Regeer | |
| 2020-05-06 | Merge pull request #3581 from merwok/fix-lint | Steve Piercy | |
| Fix lint check | |||
| 2020-05-06 | add test to validate doc assertion | Éric Araujo | |
| 2020-05-06 | fix lint check | Éric Araujo | |
| 2020-05-06 | fix lint check | Éric Araujo | |
| 2020-05-06 | more rewording | Éric Araujo | |
| 2020-05-05 | reword doc | Éric Araujo | |
| 2020-05-04 | support multiple values for header predicate | Éric Araujo | |
| 2020-05-04 | expand testing for predicate texts | Éric Araujo | |
| 2020-05-04 | Merge pull request #3577 from Pylons/fix-3573-sphinx-3.0 | Bert JW Regeer | |
| Fix Sphinx 3.0.x build | |||
| 2020-05-04 | Pyramid 2.x does not run on Python 2 | Bert JW Regeer | |
| 2020-04-24 | Suppress case-sensitivity warnings on terms in glossary | Steve Piercy | |
| 2020-04-24 | Exclude duplicate members `response` and `session` from `request` module to ↵ | Steve Piercy | |
| avoid Sphinx warnings: src/pyramid/request.py:docstring of pyramid.request.Request.response:1: WARNING: duplicate object description of pyramid.request.Request.response, other instance in api/request, use :noindex: for one of them src/pyramid/request.py:docstring of pyramid.request.Request.session:1: WARNING: duplicate object description of pyramid.request.Request.session, other instance in api/request, use :noindex: for one of them | |||
| 2020-04-23 | Sphinx 3.0 removed deprecated extra args in add_directive() | Steve Piercy | |
| 2020-04-23 | Merge pull request #3571 from slav0nic/py3features | Michael Merickel | |
| py3 features | |||
| 2020-04-19 | sign CONTRIBUTORS.txt | Sergey Maranchuk | |
| 2020-04-19 | Replace deprecated unittest alias assertEquals with assertEqual | Sergey Maranchuk | |
| https://docs.python.org/3/library/unittest.html#deprecated-aliases | |||
| 2020-04-19 | remove __unicode__ method | Sergey Maranchuk | |
| 2020-04-19 | predicate order must be integer | Sergey Maranchuk | |
| 2020-04-19 | invoke super() without arguments | Sergey Maranchuk | |
| 2020-04-19 | rename __nonzero__() to __bool__() | Sergey Maranchuk | |
| 2020-04-17 | inheriting from `object` not necessary in py3 | Sergey Maranchuk | |
| 2020-03-06 | Merge pull request #3567 from slobinger/master | Steve Piercy | |
| correct configuration.rst add missing route_name | |||
| 2020-03-06 | correct configuration.rst add missing route_name | slobinger | |
| Add missing route_name argument to the call of config.add_view in the imperative configuration example. | |||
