summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-07grammarSteve Piercy
2018-10-07PEP8 setup.py'sSteve Piercy
2018-10-07Add pyramid_debugtoolbar to setup.py, and update narrative text accordingly.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-07One more py.test to pytestSteve Piercy
2018-10-07Carry forward previous setup.py changes.Steve Piercy
2018-10-07Carry forward previous setup.py changes.Steve Piercy
Add emphasize lines to highlight what changed. Improve instructions for when to run `pip install -e .` Standardize numbered list format.
2018-10-07Fix grammar and standardize numbered listSteve Piercy
2018-10-07Carry forward previous setup.py changes.Steve Piercy
2018-10-07Not previous step, but templating stepSteve Piercy
2018-10-07Carry forward previous setup.py changes.Steve Piercy
2018-10-07Add pyramid_jinja2 as a requirement.Steve Piercy
Carry forward previous setup.py changes.
2018-10-07Carry forward previous setup.py changes.Steve Piercy
2018-10-07Carry forward previous setup.py changes.Steve Piercy
2018-10-07Carry forward previous setup.py changes.Steve Piercy
2018-10-07Make webtest an extra dependency in setup.py.Steve Piercy
Carry forward previous setup.py changes.
2018-10-07Make pytest an extra dependency in setup.py.Steve Piercy
Add paragraph on Setuptools extras. Carry forward previous setup.py changes.
2018-10-07grammarSteve Piercy
2018-10-07PEP8 setup.py'sSteve Piercy
2018-10-07Add pyramid_debugtoolbar to setup.py, and update narrative text accordingly.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-07One more py.test to pytestSteve Piercy
2018-10-06add changelog for #3375Michael Merickel
2018-10-06Merge pull request #3375 from WilliamTakeshi/1736-add-forms-and-validation-testsMichael Merickel
1736 add forms and validation tests
2018-10-06update the forms.rst to display the new testsWill
2018-10-06add new tests in the forms and validation in quick tutorialWill
2018-10-05Merge pull request #3374 from ayharano/masterMichael Merickel
Adjust virtual env instruction line range reference.
2018-10-05note why the docs are pinnedMichael Merickel
2018-10-05Adjust virtual env instruction line range reference.Alexandre Harano
2018-10-05Merge pull request #3346 from stloma/one_ccSteve Piercy
updating docs for merging cookiecutters
2018-10-05Merge branch 'master' into one_ccSteve Piercy
2018-10-04Merge pull request #3373 from prcutler/update-pytest-docsMichael Merickel
Update hacking.txt to replace py.test with pytest
2018-10-04Update hacking.txt to replace py.test with pytestPaul Cutler
Replace "py.test" with "pytest" to match all other documentation
2018-10-04Merge pull request #3372 from stevepiercy/masterSteve Piercy
One more py.test to pytest
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-04Merge branch 'master' into fix-deprecated-accept-predicateMichael Merickel
2018-10-04Merge pull request #3369 from mmerickel/remove-deprecated-principalMichael Merickel
remove deprecated principal argument to remember
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 principal keyword argument to rememberMichael Merickel
2018-10-03Merge pull request #3368 from mmerickel/remove-set-request-propertyMichael Merickel
remove deprecated set_request_property
2018-10-03remove deprecated set_request_propertyMichael Merickel
2018-10-03Merge pull request #3362 from Pylons/docs-prep-style-guideMichael Merickel
Docs prep style guide
2018-10-03spit and polishSteve Piercy
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