| Age | Commit message (Expand) | Author |
| 2022-11-17 | Updated link to SQLAlchemy docs, as the old link was removed in 2.0 release | jonathan vanasco |
| 2022-11-14 | rename "master" to "main" | jonathan vanasco |
| 2022-08-12 | update SQLAlchemy logger in quick tutorial fixes #3706 | Camill Kaipf |
| 2022-05-26 | Remove extra comment left behind after removing the coding stanza | Bert JW Regeer |
| 2022-03-13 | pyupgrade --py37-plus | Michael Merickel |
| 2022-03-13 | stop overidding custom signatures defined in the docs | Michael Merickel |
| 2022-03-12 | get rid of deprecated getargspec and formatargspec | Michael Merickel |
| 2022-03-12 | Merge pull request #3674 from stevepiercy/master | Michael Merickel |
| 2022-02-05 | Cleanup remnants of Py3.6 support | Bert JW Regeer |
| 2022-01-07 | Remove Python 3.6 tests | Marcin Lulek |
| 2022-01-07 | Update docs/narr/install.rst | Steve Piercy |
| 2022-01-07 | Add support for Python 3.10 | Marcin Lulek |
| 2021-12-17 | Move IRC channel to Libera.Chat | Sergey Maranchuk |
| 2021-12-13 | Do not include segment_name in allowed values in doc example. | Ian Wilson |
| 2021-06-19 | Fix API documentation links to webob, and rename the objects with their full ... | Steve Piercy |
| 2021-02-28 | Make sentence general by removing explicit commands. | Steve Piercy |
| 2021-02-28 | add pre-commented forward | Michael Merickel |
| 2021-02-03 | Use the my_view object instead of a single line number | Steve Piercy |
| 2021-02-03 | Sync source files with update to cookiecutter. | Steve Piercy |
| 2021-01-10 | Revert "Remove **kw." | Steve Piercy |
| 2021-01-10 | grammar fix | Steve Piercy |
| 2021-01-09 | Update database step in Quick Tour | Steve Piercy |
| 2021-01-09 | Update logging and sessions steps in Quick Tour | Steve Piercy |
| 2021-01-09 | Update Quick Tour Testing step | Steve Piercy |
| 2021-01-09 | Update Quick Tutorial and Quick Tour cookiecutter steps | Steve Piercy |
| 2021-01-09 | Update Quick Tutorial cookiecutter step | Steve Piercy |
| 2021-01-09 | Update files from cookiecutter and output from commands | Steve Piercy |
| 2021-01-09 | Align code lines, revise authorization.rst view application sub-step | Steve Piercy |
| 2021-01-09 | Use ZODB instead of ZODB3 for latest version of ZODB without indirection | Steve Piercy |
| 2021-01-09 | Update conftest.py, pytest.ini, and README.txt for all steps where needed | Steve Piercy |
| 2021-01-09 | Update outputs of running tests with coverage | Steve Piercy |
| 2021-01-09 | Remove **kw. | Steve Piercy |
| 2021-01-08 | Descramble imports | Steve Piercy |
| 2021-01-08 | Synch viewing the app section with authentication.rst | Steve Piercy |
| 2021-01-08 | Add login link and view for viewing the app. Move credentials into login page... | Steve Piercy |
| 2021-01-08 | Update all steps pytest.ini, .gitignore, and README.txt | Steve Piercy |
| 2021-01-07 | Update output, .gitignore, and README.txt | Steve Piercy |
| 2021-01-07 | Use py39 env | Steve Piercy |
| 2021-01-07 | Layout now uses autoscroll, so no need to wrap lines | Steve Piercy |
| 2020-12-30 | Merge branch 'master' of https://github.com/Pylons/pyramid | Steve Piercy |
| 2020-12-30 | Add sphinx-copybutton to docs to make it easier to copy code blocks. | Steve Piercy |
| 2020-12-24 | docs: fix simple typo, thows -> throws | Tim Gates |
| 2020-12-12 | change identity checks to use request.is_authenticated | Michael Merickel |
| 2020-12-11 | Install new cookiecutter conftests. | Theron Luhn |
| 2020-12-11 | Revert "Remove `app_request` from wiki2 tests." | Theron Luhn |
| 2020-12-11 | Merge remote-tracking branch 'upstream/master' into wiki2-request-identity | Theron Luhn |
| 2020-11-29 | add a note and fix suggestions | Michael Merickel |
| 2020-11-28 | add the missing authenticated principal | Michael Merickel |
| 2020-11-28 | fix a few references | Michael Merickel |
| 2020-11-28 | add examples for upgrading | Michael Merickel |