| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-18 | Merge pull request #5 from stevepiercy/drop-py2 | Michael Merickel | |
| Drop py2 | |||
| 2018-11-18 | Remove scaffolds testing instructions | Steve Piercy | |
| 2018-11-18 | Remove Python 2 and explicit mention of Python 3 | Steve Piercy | |
| 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 | Add comments to setup.py docs_extras | Steve Piercy | |
| 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-14 | move WIN and PYPY tests into pyramid.util | Michael Merickel | |
| 2018-11-14 | move text_, bytes_ and ascii_ to pyramid.util and remove native_ | Michael Merickel | |
| 2018-11-14 | remove several places supporting bytes for py2 | Michael Merickel | |
| 2018-11-14 | rely on webob for request.path_info and request.scheme | Michael Merickel | |
| 2018-11-14 | remove urllib.parse shims | Michael Merickel | |
| 2018-11-14 | move is_nonstr_iter to pyramid.util | Michael Merickel | |
| 2018-11-14 | move reraise to pyramid.util | Michael Merickel | |
| 2018-11-14 | remove SimpleCookie and escape shims | Michael Merickel | |
| 2018-11-14 | move is_unbound_method to pyramid.util | Michael Merickel | |
| 2018-11-13 | get rid of some unnecessary constants | Michael Merickel | |
| 2018-11-12 | get rid of NativeIO alias and a few others | Michael Merickel | |
| 2018-11-12 | remove exec alias | Michael Merickel | |
| 2018-11-12 | get rid of pickle alias | Michael Merickel | |
| 2018-11-12 | get rid of type aliases | Michael Merickel | |
| 2018-11-12 | initial work to remove py2 from the codebase | Michael Merickel | |
| 2018-11-12 | Merge pull request #3420 from mmerickel/bare-route-prefix-2 | Michael Merickel | |
| support inherit_slash=True on add_route | |||
| 2018-11-12 | use code blocks | Michael Merickel | |
| 2018-11-12 | try to fix docs | Michael Merickel | |
| 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 #3417 from mmerickel/fix-registry | Michael Merickel | |
| call fix_registry so that queryAdapterOrSelf is available | |||
| 2018-11-06 | call fix_registry so that queryAdapterOrSelf is available | Michael Merickel | |
| fixes #3416 | |||
| 2018-11-06 | Merge pull request #3414 from kpinc/indexupgrade | Steve Piercy | |
| Add "upgrading pyramid" to the index | |||
| 2018-11-04 | add changelog for #3414 | Michael Merickel | |
| 2018-11-04 | Merge branch 'pr/1639' into bare-route-prefix | Michael Merickel | |
| 2018-11-04 | Merge pull request #3413 from mmerickel/json-sessions | Michael Merickel | |
| change to use JSONSerializer for SignedCookieSessionFactory | |||
| 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-03 | Merge pull request #3412 from mmerickel/remove-unencrypted-session-config | Michael Merickel | |
| remove UnencryptedCookieSessionFactoryConfig and signed_(de)serialize | |||
| 2018-11-03 | remove UnencryptedCookieSessionFactoryConfig and signed_(de)serialize | Michael Merickel | |
