summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 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
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-10-02nah, just exclude all .DS_Store files, and delete a stray directorySteve Piercy
2018-10-02recursive-exclude all .DS_Store filesSteve Piercy
2018-10-02So that's what graft meansSteve Piercy
2018-10-02Is this "graft"?Steve Piercy
2018-10-02Shuffle .github .github/* from setup.cfg to MANIFEST.inSteve Piercy
2018-09-27Merge pull request #3353 from mmerickel/deprecate-pickle-sessionsBert JW Regeer
deprecate pickleable sessions, recommend json
2018-09-27Merge pull request #3366 from alqsin/patch-1Steve Piercy
Fix typo
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-22Merge pull request #3363 from stevepiercy/docs-bump-sphinx-gte-181Steve Piercy
Closes #3350
2018-09-22Bump SphinxSteve Piercy
- See #3350
2018-09-22Update links to trypyramid.com, Grok, gunicornSteve Piercy
2018-09-21ignore .github from sdistSteve Piercy
2018-09-21Add issue templates, first draft.Steve Piercy
2018-09-21Standardize contributing.mdSteve Piercy
- Add link to new PP Docs Style Guide - Add link to #pyramid on IRC - Use standard markdown syntax
2018-09-21Merge pull request #3361 from stevepiercy/docs-add-rtd-ethical-ads-supportSteve Piercy
Use correct minimum version
2018-09-21Use correct minimum versionSteve Piercy
2018-09-21Merge pull request #3360 from stevepiercy/docs-add-rtd-ethical-ads-supportSteve Piercy
Add support for RTD Ethical Ads
2018-09-21Add changelog entrySteve Piercy
2018-09-21Add support for RTD Ethical AdsSteve Piercy
2018-09-19Merge pull request #3358 from cdunklau/cdunklau-get-renderer-fromconfMichael Merickel
Add registry arg to pyramid.renderers.get_renderer
2018-09-19Add a test with a different configurator instanceColin Dunklau
2018-09-19Merge pull request #3356 from cdunklau/patch-2Steve Piercy
Tweak HACKING.txt - remove dead link, expunge reST markup
2018-09-19Rewrap paragraphColin Dunklau
2018-09-19Expunge reST markup, this is a plain text fileColin Dunklau
- Rework tox URLs - Use single graves (not two) to quote literal text - Use parens for inline URLs
2018-09-19Merge pull request #3359 from cdunklau/cdunklau-update-copyrightSteve Piercy
Update copyright
2018-09-19Update copyrightColin Dunklau
Fixes #3355