| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-18 | Remove `docs/api/compat.rst`. The remaining items were moved into ↵ | Steve Piercy | |
| `pyramid.util`, but we don't want to document anything in that module. | |||
| 2018-11-18 | Unpin webtest and pytest | Steve Piercy | |
| 2018-11-17 | Remove explicit mention of Python 3 | Steve Piercy | |
| 2018-11-17 | Remove mention of py3 compat | Steve Piercy | |
| 2018-11-17 | Update Python source files in docs to use `from html import escape`, now ↵ | Steve Piercy | |
| that we ripped it out from `pyramid.compat`. | |||
| 2018-11-17 | Remove long type (should have been removed with other type aliases) | Steve Piercy | |
| 2018-11-17 | Remove native_, rename ascii_native_ to ascii_ | Steve Piercy | |
| 2018-11-17 | Remove urllib.parse shims | Steve Piercy | |
| 2018-11-17 | Remove is_nonstr_iter | Steve Piercy | |
| 2018-11-17 | Remove reraise | Steve Piercy | |
| 2018-11-17 | Remove SimpleCookie and escape shims | Steve Piercy | |
| 2018-11-17 | Remove iter*, configparser, input_, map_ | Steve Piercy | |
| 2018-11-17 | Remove pickle and exec aliases | Steve Piercy | |
| 2018-11-17 | Remove *_types per b1a257bacc1c4ac2c1401ed02c51d9c6c03685d2 | Steve Piercy | |
| - Remove Python 2 items, and remove explicit mention of Python 3. | |||
| 2018-11-16 | Remove virtualenv and explicit py3 mentions | Steve Piercy | |
| 2018-11-16 | Remove most Python 2 mentions from docs. Exclusions: | Steve Piercy | |
| - `docs/tutorials/wiki/*` was written for Python 2 and supposedly won't run on Python 3. - `docs/api/compat.rst` because it drops some stuff and moves other bits into `pyramid.util` and should be part of another PR. - Ignored a couple of times where `env27` and `Python 2.` appear in command output, but they are inconsequential. | |||
| 2018-11-12 | Merge pull request #3420 from mmerickel/bare-route-prefix-2 | Michael Merickel | |
| support inherit_slash=True on add_route | |||
| 2018-11-11 | use inherit_slash=True on add_route to opt-in to no trailing slash | Michael Merickel | |
| 2018-11-06 | Merge pull request #3414 from kpinc/indexupgrade | Steve Piercy | |
| Add "upgrading pyramid" to the index | |||
| 2018-11-04 | Merge branch 'pr/1639' into bare-route-prefix | Michael Merickel | |
| 2018-11-03 | Add "upgrading pyramid" to the index | Karl O. Pinc | |
| 2018-11-03 | fix wording | Bert JW Regeer | |
| Co-Authored-By: mmerickel <github@m.merickel.org> | |||
| 2018-11-03 | change to use JSONSerializer for SignedCookieSessionFactory | Michael Merickel | |
| 2018-11-02 | remove deprecated media range support from add_view and add_route | Michael Merickel | |
| 2018-11-01 | remove deprecated security functions | Michael Merickel | |
| 2018-10-31 | remove the scaffolding chapter | Michael Merickel | |
| 2018-10-31 | remove docs/api/scaffolds.rst | 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-17 | fix the dummy request to support the new accept apis | Michael Merickel | |
| 2018-10-16 | change webtest link to https | Michael Merickel | |
| 2018-10-16 | comma | Michael Merickel | |
| 2018-10-15 | add route_prefix_context to api docs | Michael Merickel | |
| 2018-10-15 | fix whatsnew syntax | Michael Merickel | |
| 2018-10-15 | typo | Michael Merickel | |
| 2018-10-15 | point cookiecutters at 1.10-branch | Michael Merickel | |
| 2018-10-15 | add changes for #3387 and #3388 | Michael Merickel | |
| 2018-10-15 | prep 1.10a1 | Michael Merickel | |
| 2018-10-14 | Merge pull request #3326 from mmerickel/fix-deprecated-accept-predicate | Michael Merickel | |
| Overhaul HTTP Accept (mime type) handling in Pyramid | |||
| 2018-10-14 | Update documentation for implementing custom authz policy | Bert JW Regeer | |
| 2018-10-10 | improve the language around unspecified match ordering | Michael Merickel | |
| 2018-10-10 | sentence-per-line | Michael Merickel | |
| 2018-10-10 | fix up the docs | Michael Merickel | |
| 2018-10-10 | deprecate range support | Michael Merickel | |
| 2018-10-09 | Merge pull request #3380 from stevepiercy/docs-quick-tutorial-update | Steve Piercy | |
| Revise Quick Tutorial `setup.py`s | |||
| 2018-10-09 | Rearrange introduction of Setuptools and move to debugtoolbar. | Steve Piercy | |
| Replace [testing] with [dev]. Make narrative text more descriptive of what is going on with `extras_require` | |||
| 2018-10-09 | Align emphasize-lines with setup.py code | Steve Piercy | |
| 2018-10-08 | Use correct invocation of `pip install - e ".[dev]"` instead of [testing] | Steve Piercy | |
| 2018-10-08 | Fix comments in `setup.py`s | Steve Piercy | |
