summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-01Merge pull request #3208 from stevepiercy/masterSteve Piercy
Clarify when and how waitress is installed.
2017-12-01Clarify when and how waitress is installed.Steve Piercy
- see #3204
2017-11-25Merge pull request #3205 from Pylons/revert-3204-patch-2Steve Piercy
Revert "setup.py: add waitress requirement"
2017-11-25Revert "setup.py: add waitress requirement"Steve Piercy
2017-11-25Merge pull request #3204 from silum/patch-2Tres Seaver
setup.py: add waitress requirement
2017-11-25setup.py: add waitress requirementsilum
2017-11-16Merge pull request #3203 from tjwudi/patch-3Steve Piercy
Clarify property descriptor in add_request_method
2017-11-16Update factories.pyJohn Wu
2017-11-15Clarify property descriptor in add_request_methodJohn Wu
Fix #3202 - Doc change.
2017-11-10Merge pull request #3201 from tjwudi/patch-2Steve Piercy
Fix type
2017-11-10Fix typeJohn Wu
2017-11-09Merge pull request #3199 from tjwudi/patch-1Tres Seaver
Minor fix - Indentation issue
2017-11-09Minor fix - Indentation issueJohn Wu
2017-11-04Merge pull request #3196 from silum/patch-1Steve Piercy
views.py: prevent exception on unknown user login
2017-11-03CONTRIBUTORS.txt: add my namesilum
2017-11-03views.py: prevent exception on unknown user loginsilum
2017-11-03views.py: prevent exception on unknown user loginsilum
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-29Merge pull request #3192 from stevepiercy/masterSteve Piercy
Synch source files with cookiecutter
2017-10-29fix lintMichael Merickel
2017-10-28Synch source files with cookiecutterSteve Piercy
2017-10-22Merge branch 'pr/3140'Michael Merickel
2017-10-22changelog for #3140Michael Merickel
2017-10-22Merge pull request #3188 from stevepiercy/masterSteve Piercy
Move Quick Tutorial under Tutorials
2017-10-22Move Quick Tutorial under TutorialsSteve Piercy
2017-10-22Merge 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-22Merge pull request #3183 from Pylons/fix-pypyMichael Merickel
fix pypy by using a specific version
2017-10-22fix pypy by using a specific versionMichael Merickel
2017-10-21Changes per stevepiercy review, thanks!Chris Shenton
2017-10-21Force emacs not to add newlines gratuitously, un-add themChris Shenton
2017-10-21Merge 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-21Quick Tutorial: Replace wsgiref with waitressChris 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-21Quick Tutorial: Replace wsgiref with waitressChris 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-19Merge pull request #3177 from UnquietCode/patch-1Steve Piercy
csrf documentation change
2017-10-18csrf documentation changeBen Fagin
2017-09-23Merge pull request #3171 from stevepiercy/masterSteve Piercy
update comment to align with method
2017-09-22update comment to align with methodSteve Piercy
2017-09-12Merge pull request #3168 from jinty/typoTres Seaver
typo in docstring
2017-09-12typoBrian Sutherland
2017-08-30Merge pull request #3165 from jeremy886/masterBert JW Regeer
change cgi.escape to pyramid compat.escape
2017-08-30change cgi.escape to pyramid compat.escapeJeremy Chen
2017-08-15Merge pull request #3152 from larsblumberg/masterSteve Piercy
Add a functional test for the static file
2017-08-15Only include test code snippet that has been addedLars Alexander Blumberg
2017-08-14Merge pull request #3160 from stevepiercy/masterSteve Piercy
Fix typo in Mac OS X Python install instructinos
2017-08-14Fix typo in Mac OS X Python install instructinosPaul Cutler
Replace "verion" with correct spelling: version (cherry picked from commit 0bc8888)
2017-08-14Merge pull request #3153 from larsblumberg/change-wordingSteve Piercy
Update wording on tutorial page
2017-08-14Add my name to contributors listLars Blumberg
2017-08-14Add a functional test for the static fileLars Alexander Blumberg
2017-08-14Update wording on tutorial pageLars Blumberg
2017-08-14Add functional test for css fileLars 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-14Merge pull request #3151 from larsblumberg/larsblumberg-patch-1Steve Piercy
Add missing word to jinja2 tutorials page