summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2017-08-14Add missing word to jinja2 tutorials pageLars Alexander Blumberg
2017-08-03Merge pull request #3141 from stevepiercy/masterSteve Piercy
update zodb wiki files to synch with its cookiecutter using context m…
2017-08-03update zodb wiki files to synch with its cookiecutter using context managerSteve Piercy
2017-08-02Merge pull request #3138 from stevepiercy/masterSteve Piercy
update zodb wiki files to synch with its cookiecutter
2017-07-27update zodb wiki files to synch with its cookiecutterSteve Piercy
2017-07-24Merge pull request #3135 from kdebowski/masterSteve Piercy
Fix typo
2017-07-24Fix typoKamil Dębowski
2017-07-20Merge pull request #3131 from stevepiercy/masterSteve Piercy
Update webob intersphinx
2017-07-20Update webob intersphinxSteve Piercy
2017-07-19add changelog for #3129Michael Merickel
2017-07-19Merge pull request #3129 from mmerickel/fix-request-module-nameMichael Merickel
fix the __module__ and import path of the request after custom proper…
2017-07-18fix 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-15Merge pull request #3127 from stevepiercy/masterSteve Piercy
Add more references about context manager and `with` statement
2017-07-15Add more references about context manager and `with` statementSteve Piercy
2017-07-12Merge pull request #3119 from stevepiercy/docs-context-managerMichael Merickel
Update docs to use a Configurator context manager
2017-07-10Add pyramid.interfaces.IRouter.request_context and pyramid.paster.bootstrapSteve Piercy
- sort all Pyramid context managers
2017-07-08fix the other link to pastedeployMichael Merickel
2017-07-08update link to pastedeployMichael Merickel
2017-07-08add changelog for #3122Michael Merickel
2017-07-08add _depth and _category arguments to all decoratorsMichael Merickel
``subscriber``, ``response_adapter``, ``exception_view_config``, ``notfound_view_config``, ``forbidden_view_config`` This is an extension of #3105 to add support to the remaining decorators.
2017-07-08add changelog for #3105Michael Merickel
2017-07-07Merge branch 'pr/3105'Michael Merickel
2017-07-03Add a term for context manager in Quick TutorialSteve Piercy
2017-07-03Add a term for context manager in Quick TourSteve Piercy
2017-07-03Update example apps to use config context manager in Quick TourSteve Piercy
- add missing EOF line ending
2017-07-03Update example apps to use config context managerSteve Piercy
2017-07-03Use lineno-match instead of linenosSteve Piercy
2017-07-03Update example apps to use config context managerSteve Piercy
2017-07-03Update example apps to use config context managerSteve Piercy
2017-07-03Link context manager term to glossarySteve Piercy
2017-07-03Add term "context manager"Steve Piercy