summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2018-10-04One more py.test to pytestSteve 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-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-03Change references to "py.test" in Quick TourPaul Cutler
Change reference of "py.test" to "pytest" per pytest 3.0 release in the Quick Tour documentation page
2018-10-03Change references to "py.test" in Typographical ConventionsPaul Cutler
Change reference of "py.test" to "pytest" per pytest 3.0 release in the Typographical Conventions documentation page
2018-10-03Change references to "py.test" in all Quick Tutorial documentationPaul Cutler
Change all references of "py.test" to "pytest" per pytest 3.0 release in the Quick Tutorial documentation
2018-10-03Change references to "py.test" in Quick Tutorial Unit Test pagePaul Cutler
Change the references of "py.test" to "pytest" per pytest 3.0 release in the Unit Test and pytest page of the documentation in quick tutorial
2018-10-03Change references to "py.test" in SQLAlchemy tutorial test pagePaul Cutler
Change the references of "py.test" to "pytest" per pytest 3.0 release in the Jinja2 template page of the documentation in quick tutorial
2018-10-03Change references to "py.test" in SQLAlchemy tutorial test pagePaul Cutler
Change all references of "py.test" to "pytest" per pytest 3.0 release in the test page of the ZODB + URL Dispatch tutorial test documentation
2018-10-03Change references to "py.test" to "pytest" in ZODB tutorial test pagePaul Cutler
Change all references of "py.test" to "pytest" per pytest 3.0 release in the test page of the ZODB + Traversal tutorial
2018-10-03Change references to "py.test" to "pytest" in SQLAlchemy tutorialPaul Cutler
Change all references of "py.test" to "pytest" per pytest 3.0 release in the SQLAlchemy + URL Dispatch tutorial
2018-10-03Change references to "py.test" to "pytest" in installation.rstPaul Cutler
Remove :term: from pytest as it is not in the glossary.
2018-10-03Change references to "py.test" to "pytest" in installation.rstPaul Cutler
As of pytest 3.0 (Aug 16) the recommended way to call pytest is using the "pytest" command and not "py.test"
2018-09-27Merge pull request #3353 from mmerickel/deprecate-pickle-sessionsBert JW Regeer
deprecate pickleable sessions, recommend json
2018-09-27Fix typoAlexander Lin
2018-09-27Merge branch 'master' into deprecate-pickle-sessionsMichael Merickel
2018-09-25show how to use the serializerMichael Merickel
2018-09-22Update links to trypyramid.com, Grok, gunicornSteve Piercy
2018-09-21Add support for RTD Ethical AdsSteve Piercy
2018-09-16ref after index apparentlyMichael Merickel
2018-09-16tweak some docsMichael Merickel
2018-09-16deprecate signed_serialize and signed_deserializeMichael Merickel
2018-09-16deprecate pickleable sessions, recommend jsonMichael Merickel
2018-09-14Fix tiny typo in glossary doc ("l10" -> "l10n")Colin Dunklau
2018-09-07Add missing waitress dependencyKuzma
Waitress is needed in the code used in this tutorial step: https://docs.pylonsproject.org/projects/pyramid/en/latest/quick_tutorial/package.html
2018-09-04fix spelling errorStephen Martin
2018-09-04clarify session factory warningsStephen Martin
2018-09-01Remove extra "the"Steve Piercy
2018-08-30Update narr/testing.rst to updated files in narr/myproject/Steve Piercy
2018-08-30Update narr/project.rst and /myproject starter cookiecutter source filesSteve Piercy
2018-08-30Update quick_tutorial with starter cookiecutter source filesSteve Piercy
2018-08-30Update quick_tour with starter and alchemy cookiecutters source filesSteve Piercy
2018-08-30Update wiki2 with alchemy cookiecutter source filesSteve Piercy
2018-08-30Remove unused templateSteve Piercy
2018-08-30Update wiki with zodb cookiecutter source filesSteve Piercy
2018-08-30Update wiki with zodb cookiecutter source filesSteve Piercy
2018-08-30Update wiki with zodb cookiecutter source filesSteve Piercy
2018-08-28Add label to :ref: to make Sphinx happySteve Piercy
2018-08-28Clarify $VENV convention with references.Steve Piercy
2018-08-27Use correct terminology for running p-scripts in PythonSteve Piercy
2018-08-27Improve instructions of how to run p-scriptsSteve Piercy
- add link in each script usage to the instructions
2018-08-25Remove extra "that"Steve Piercy
2018-08-22Just Python 3 is fineSteve Piercy
2018-08-22venv is for Python 3.3+, and we support 3.4, so just 3 is fineSteve Piercy
2018-08-22Bump Python version to 3.7 in docs and project meta filesSteve Piercy
2018-08-21Synch Hello World app with canonical version on trypyramid.com and elsewhereSteve Piercy
2018-08-21Merge pull request #3330 from stevepiercy/docs-code-styleMichael Merickel
Docs code style
2018-08-19Fix broken links from linkcheck, exclude localhost from checkSteve Piercy