summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2017-07-02Merge pull request #3116 from cacarrara/fix-typo-in-docSteve Piercy
Fix simple doc typo
2017-07-02Fix doc typoCaio Carrara
2017-06-29Merge pull request #3111 from mmerickel/check-manifestMichael Merickel
add a manifest and a tox step to check it
2017-06-29avoid installing the sdist in certain tox environmentsMichael Merickel
2017-06-29combine tox steps into lintMichael Merickel
2017-06-28add a manifest and a tox step to check itMichael Merickel
2017-06-27add tosh lyons to contributors.txt filetosh
2017-06-27rename view_config argmuent category to _categorytosh
2017-06-27documentation updatestosh
link to relevant venusian docs improved grammer
2017-06-27Merge pull request #3109 from stevepiercy/masterSteve Piercy
Update all external links per `make linkcheck`
2017-06-27Update all external links per `make linkcheck`Steve Piercy
- Most are changing http to https, or readthedocs.org to readthedocs.io, and some for Python packaging reorganizing some docs into tutorials, as well as miscellaneous changes.
2017-06-26add a section for cookiecuttersSteve Piercy
2017-06-26remove 1.10 alpha branch until it is actually releasedSteve Piercy
2017-06-26add 1.10 alpha branchSteve Piercy
2017-06-27prep 1.10.dev0Michael Merickel
2017-06-27leave whatsnew-1.9 linkMichael Merickel
2017-06-26docs are latestMichael Merickel
2017-06-26prep 1.9Michael Merickel
2017-06-26explain more clearly the exception view changesMichael Merickel
2017-06-26Merge pull request #3106 from stevepiercy/masterSteve Piercy
Fix link to Venusian docs
2017-06-26Fix link to Venusian docsSteve Piercy
2017-06-26documentation for view_config category argumenttosh
2017-06-26add support for custom category in view_config decoratortosh
2017-06-26Merge pull request #3103 from stevepiercy/masterSteve Piercy
change http://docs.pylonsproject.org to https
2017-06-26change http://docs.pylonsproject.org to httpsSteve Piercy
- use correct URL for code style - use correct Pyramid version for zodb wiki src file template
2017-06-20Merge pull request #3099 from stevepiercy/masterSteve Piercy
update intersphinx for pytest and repoze.who
2017-06-20update intersphinx for pytest and repoze.whoSteve Piercy
- Closes #3098
2017-06-19mention check_csrf_origin moving to the pyramid.csrf moduleMichael Merickel
2017-06-19use readme_renderer to check the README syntaxMichael Merickel
2017-06-19prep 1.9b1Michael Merickel
2017-06-19update the whatsnew-1.9 with changes from #3034Michael Merickel
2017-06-19add changelog for #3086Michael Merickel
2017-06-19Merge pull request #3086 from mmerickel/set-execution-contextMichael Merickel
add a router.request_context context manager