summaryrefslogtreecommitdiff
path: root/docs/narr
AgeCommit message (Collapse)Author
2018-11-19One sentence per lineKarl O. Pinc
2018-11-19Put reference to startup in a seealsoKarl O. Pinc
2018-11-19Consitent use of .iniKarl O. Pinc
2018-11-19Shorter sentences are betterKarl O. Pinc
2018-11-19unpin webtest (missed in first pass)Steve Piercy
2018-11-19Make index entries for statup distinctKarl O. Pinc
2018-11-18Shorten sentenceKarl O. Pinc
2018-11-18Update to point to latest python docsKarl O. Pinc
2018-11-18Move sentence from project docs to logging docsKarl O. Pinc
2018-11-18More explaination of calling Configurator()Karl O. Pinc
2018-11-18Note what directive takes effect when conflits are resolved with commit()Karl O. Pinc
2018-11-18Fix so sentence has the right meaningKarl O. Pinc
2018-11-18More index entries for ini files and configurationKarl O. Pinc
2018-11-18Link to startup docs for more detailKarl O. Pinc
2018-11-18Simplify sentenceKarl O. Pinc
2018-11-18Revert "Describe the points at which ini files are processed"Karl O. Pinc
This reverts commit 87c8da5865c001ff0ca9ef2c923e26e323ccfcde.
2018-11-18Revert "mmerickel noted that add-ons may not get their settings from .ini files"Karl O. Pinc
This reverts commit 9ef620f65721aa8474e8bde2e6b13673ed980f73.
2018-11-18Revert "Remove unnecessary words"Karl O. Pinc
This reverts commit d5efd3c665952e67953405b794d0e2bb02689a86.
2018-11-18Remove unnecessary wordsKarl O. Pinc
2018-11-18mmerickel noted that add-ons may not get their settings from .ini filesKarl O. Pinc
Also, remove detail about Configurator returning a configuration.
2018-11-18Describe the points at which ini files are processedKarl O. Pinc
2018-11-16Remove virtualenv and explicit py3 mentionsSteve Piercy
2018-11-16Remove most Python 2 mentions from docs. Exclusions:Steve Piercy
- `docs/tutorials/wiki/*` was written for Python 2 and supposedly won't run on Python 3. - `docs/api/compat.rst` because it drops some stuff and moves other bits into `pyramid.util` and should be part of another PR. - Ignored a couple of times where `env27` and `Python 2.` appear in command output, but they are inconsequential.
2018-11-12Merge pull request #3420 from mmerickel/bare-route-prefix-2Michael Merickel
support inherit_slash=True on add_route
2018-11-11use inherit_slash=True on add_route to opt-in to no trailing slashMichael Merickel
2018-11-06Merge pull request #3414 from kpinc/indexupgradeSteve Piercy
Add "upgrading pyramid" to the index
2018-11-04Merge branch 'pr/1639' into bare-route-prefixMichael Merickel
2018-11-03Add "upgrading pyramid" to the indexKarl O. Pinc
2018-11-03fix wordingBert JW Regeer
Co-Authored-By: mmerickel <github@m.merickel.org>
2018-11-03change to use JSONSerializer for SignedCookieSessionFactoryMichael Merickel
2018-11-02remove deprecated media range support from add_view and add_routeMichael Merickel
2018-10-31remove the scaffolding chapterMichael Merickel
2018-10-31initial work removing pcreateMichael Merickel
2018-10-31move master to 2.0.dev0Michael Merickel
2018-10-15point cookiecutters at 1.10-branchMichael Merickel
2018-10-14Merge pull request #3326 from mmerickel/fix-deprecated-accept-predicateMichael Merickel
Overhaul HTTP Accept (mime type) handling in Pyramid
2018-10-14Update documentation for implementing custom authz policyBert JW Regeer
2018-10-10improve the language around unspecified match orderingMichael Merickel
2018-10-10sentence-per-lineMichael Merickel
2018-10-10fix up the docsMichael Merickel
2018-10-10deprecate range supportMichael Merickel
2018-10-08Remove EOLed versionsSteve Piercy
2018-10-08Add 2.7 and 3.7 EOL, update link to definitive source of EOL dates.Steve Piercy
2018-10-07Use proper case for Setuptools as a library name.Steve Piercy
Change Setuptools to a glossary term where useful.
2018-10-05Merge branch 'master' into one_ccSteve Piercy
2018-10-04Merge pull request #3367 from prcutler/update-pytest-docsSteve Piercy
Change all references of "py.test" to "pytest" in Pyramid documentation
2018-10-04Merge branch 'master' into fix-deprecated-accept-predicateMichael Merickel
2018-10-04Update Pyramid documentation pytest references with feedbackPaul Cutler
Update the pull request to update all Pyramid documentation to replace instances of "py.test" with "pytest" to include missing backticks where needed.
2018-10-03remove deprecated set_request_propertyMichael Merickel
2018-10-03Change references to "py.test" in narrative documentationPaul Cutler
Change reference of "py.test" to "pytest" per pytest 3.0 release in the project and testing pages of narrative documentation