| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-03 | views.py: prevent exception on unknown user login | silum | |
| Attempting authentication without specifying a login, or when the login is not known, causes an unhandled exception to be raised in `security.py` because `None` is passed to `check_password()` as the hashed password to check against. | |||
| 2017-10-29 | Merge pull request #3192 from stevepiercy/master | Steve Piercy | |
| Synch source files with cookiecutter | |||
| 2017-10-29 | fix lint | Michael Merickel | |
| 2017-10-28 | Synch source files with cookiecutter | Steve Piercy | |
| 2017-10-22 | Merge branch 'pr/3140' | Michael Merickel | |
| 2017-10-22 | changelog for #3140 | Michael Merickel | |
| 2017-10-22 | Merge pull request #3188 from stevepiercy/master | Steve Piercy | |
| Move Quick Tutorial under Tutorials | |||
| 2017-10-22 | Move Quick Tutorial under Tutorials | Steve Piercy | |
| 2017-10-22 | Merge pull request #3180 from ↵ | Steve Piercy | |
| shentonfreude/feature/GH#2926_quick_tutorial_wsgiref_to_waitress Feature/gh#2926 quick tutorial wsgiref to waitress | |||
| 2017-10-22 | Merge pull request #3183 from Pylons/fix-pypy | Michael Merickel | |
| fix pypy by using a specific version | |||
| 2017-10-22 | fix pypy by using a specific version | Michael Merickel | |
| 2017-10-21 | Changes per stevepiercy review, thanks! | Chris Shenton | |
| 2017-10-21 | Force emacs not to add newlines gratuitously, un-add them | Chris Shenton | |
| 2017-10-21 | Merge branch 'feature/GH#2926_quick_tutorial_wsgiref_to_waitress' of ↵ | Chris Shenton | |
| github.com:shentonfreude/pyramid into feature/GH#2926_quick_tutorial_wsgiref_to_waitress | |||
| 2017-10-21 | Quick Tutorial: Replace wsgiref with waitress | Chris Shenton | |
| In setup.py add waitress import. In development.ini use waitress. Adjust line number highlighting. Mention that we're using it early in the tutorial. Addresses #2926 | |||
| 2017-10-21 | Quick Tutorial: Replace wsgiref with waitress | Chris Shenton | |
| In setup.py add waitress import. In development.ini use waitress. Adjust line number highlighting. Mention that we're using it early in the tutorial. Addresses #2926 | |||
| 2017-10-19 | Merge pull request #3177 from UnquietCode/patch-1 | Steve Piercy | |
| csrf documentation change | |||
| 2017-10-18 | csrf documentation change | Ben Fagin | |
| 2017-09-23 | Merge pull request #3171 from stevepiercy/master | Steve Piercy | |
| update comment to align with method | |||
| 2017-09-22 | update comment to align with method | Steve Piercy | |
| 2017-09-12 | Merge pull request #3168 from jinty/typo | Tres Seaver | |
| typo in docstring | |||
| 2017-09-12 | typo | Brian Sutherland | |
| 2017-08-30 | Merge pull request #3165 from jeremy886/master | Bert JW Regeer | |
| change cgi.escape to pyramid compat.escape | |||
| 2017-08-30 | change cgi.escape to pyramid compat.escape | Jeremy Chen | |
| 2017-08-15 | Merge pull request #3152 from larsblumberg/master | Steve Piercy | |
| Add a functional test for the static file | |||
| 2017-08-15 | Only include test code snippet that has been added | Lars Alexander Blumberg | |
| 2017-08-14 | Merge pull request #3160 from stevepiercy/master | Steve Piercy | |
| Fix typo in Mac OS X Python install instructinos | |||
| 2017-08-14 | Fix typo in Mac OS X Python install instructinos | Paul Cutler | |
| Replace "verion" with correct spelling: version (cherry picked from commit 0bc8888) | |||
| 2017-08-14 | Merge pull request #3153 from larsblumberg/change-wording | Steve Piercy | |
| Update wording on tutorial page | |||
| 2017-08-14 | Add my name to contributors list | Lars Blumberg | |
| 2017-08-14 | Add a functional test for the static file | Lars Alexander Blumberg | |
| 2017-08-14 | Update wording on tutorial page | Lars Blumberg | |
| 2017-08-14 | Add functional test for css file | Lars Alexander Blumberg | |
| Static files were introduced in this tutorial step. As the tutorials emphasise to write tests, this commits adds a test for the static file `app.css` that was introduced with this tutorial step. | |||
| 2017-08-14 | Merge pull request #3151 from larsblumberg/larsblumberg-patch-1 | Steve Piercy | |
| Add missing word to jinja2 tutorials page | |||
| 2017-08-14 | Add missing word to jinja2 tutorials page | Lars Alexander Blumberg | |
| 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-08-03 | Merge pull request #3141 from stevepiercy/master | Steve Piercy | |
| update zodb wiki files to synch with its cookiecutter using context m… | |||
| 2017-08-03 | update zodb wiki files to synch with its cookiecutter using context manager | Steve Piercy | |
| 2017-08-02 | Merge pull request #3138 from stevepiercy/master | Steve Piercy | |
| update zodb wiki files to synch with its cookiecutter | |||
| 2017-07-27 | update zodb wiki files to synch with its cookiecutter | Steve Piercy | |
| 2017-07-24 | Merge pull request #3135 from kdebowski/master | Steve Piercy | |
| Fix typo | |||
| 2017-07-24 | Fix typo | Kamil Dębowski | |
| 2017-07-20 | Merge pull request #3131 from stevepiercy/master | Steve Piercy | |
| Update webob intersphinx | |||
| 2017-07-20 | Update webob intersphinx | Steve Piercy | |
| 2017-07-19 | add changelog for #3129 | Michael Merickel | |
| 2017-07-19 | Merge pull request #3129 from mmerickel/fix-request-module-name | Michael Merickel | |
| fix the __module__ and import path of the request after custom proper… | |||
| 2017-07-18 | fix the __module__ and import path of the request after custom properties ↵ | Michael Merickel | |
| have been set previously anytime ``config.add_request_method`` was used the request would appear as ``pyramid.util.Request`` when displaying ``request.__class__``. This overwrites the ``__module__`` which fixes that issue so that it appears as ``pyramid.request.Request``. | |||
| 2017-07-15 | Merge pull request #3127 from stevepiercy/master | Steve Piercy | |
| Add more references about context manager and `with` statement | |||
| 2017-07-15 | Add more references about context manager and `with` statement | Steve Piercy | |
| 2017-07-12 | Merge pull request #3119 from stevepiercy/docs-context-manager | Michael Merickel | |
| Update docs to use a Configurator context manager | |||
