summaryrefslogtreecommitdiff
path: root/docs/narr
AgeCommit message (Collapse)Author
2018-11-23fix a couple more doc stringsMichael Merickel
2018-11-20s/msgid/``msgid`` as neededSteve Piercy
2018-11-20moar proper spacing of interpreter output between a dict's colon and valueSteve Piercy
2018-11-20grammar fixesSteve Piercy
2018-11-20proper spacing of interpreter output between a dict's colon and valueSteve Piercy
2018-11-20proper hyphenation of UTF-8-decodedSteve Piercy
2018-11-19rip out moar unicode prefixesMichael Merickel
2018-11-19unpin webtest (missed in first pass)Steve Piercy
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
2018-10-02fix lintsMichael Merickel
2018-09-27Merge branch 'master' into fix-deprecated-accept-predicateMichael Merickel
2018-09-27fix docsMichael Merickel
2018-09-27Merge branch 'master' into deprecate-pickle-sessionsMichael Merickel
2018-09-27enable sorting of offersMichael Merickel
2018-09-25show how to use the serializerMichael Merickel
2018-09-22Update links to trypyramid.com, Grok, gunicornSteve Piercy
2018-09-17version cleanupStephen Martin
2018-09-17fix typoStephen Martin
2018-09-17doc fixesStephen Martin
2018-09-17name changeStephen Martin
2018-09-17cookiecutter version historyStephen Martin
2018-09-16ref after index apparentlyMichael Merickel