summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-15Rename section from Prerequisites to DevelopingSteve Piercy
2018-10-15Remove documentation building section, now that we got a tox env for thatSteve Piercy
2018-10-15Remove by hand method. We use tox.Steve Piercy
Remove reference to hacking-tox.ini and let developer decide how to start a project. Update Coding Style for Black, removing previous style. Move nose testing instructions after tox, but before pytest. Update links.
2018-10-15disable build isolation in `tox -e build`Michael Merickel
2018-10-15Merge pull request #3388 from mmerickel/blackMichael Merickel
format source using black
2018-10-15fix lint on srcMichael Merickel
2018-10-15fix lint on testsMichael Merickel
2018-10-15remove bare exceptsMichael Merickel
2018-10-15format source using blackMichael Merickel
2018-10-15configure black and update flake8Michael Merickel
2018-10-15Merge pull request #3387 from mmerickel/src-folder-refactorMichael Merickel
refactor pyramid tests into a tests folder and package into a src folder
2018-10-15add a "tox -e build" for building the distributionMichael Merickel
2018-10-15only check the tests folder for testsMichael Merickel
2018-10-14fix up manifestMichael Merickel
2018-10-14fix tests to run from the tests folderMichael Merickel
2018-10-14fix the tests to import from the tests package instead of pyramid.testsMichael Merickel
2018-10-14get rid of sh scriptsMichael Merickel
2018-10-14move tests out of the packageMichael Merickel
2018-10-14move package to src folderMichael Merickel
2018-10-14Merge pull request #3326 from mmerickel/fix-deprecated-accept-predicateMichael Merickel
Overhaul HTTP Accept (mime type) handling in Pyramid
2018-10-14Merge pull request #3386 from Pylons/update-auth-policy-docsMichael Merickel
Update documentation for implementing custom authz policy
2018-10-14pin to webob >= 1.8.3Michael Merickel
2018-10-14Update documentation for implementing custom authz policyBert JW Regeer
2018-10-10improve the language around unspecified match orderingMichael Merickel
2018-10-10switch back to webob masterMichael Merickel
2018-10-10sentence-per-lineMichael Merickel
2018-10-10use webob's new offer normalizationMichael Merickel
2018-10-10track webob masterMichael Merickel
2018-10-10fix up the docsMichael Merickel
2018-10-10deprecate range supportMichael Merickel
2018-10-09Merge pull request #3380 from stevepiercy/docs-quick-tutorial-updateSteve Piercy
Revise Quick Tutorial `setup.py`s
2018-10-09Merge pull request #3382 from stevepiercy/docs-upgrade-policySteve Piercy
Add 2.7 and 3.7 EOL, update link to definitive source of EOL dates.
2018-10-09Rearrange introduction of Setuptools and move to debugtoolbar.Steve Piercy
Replace [testing] with [dev]. Make narrative text more descriptive of what is going on with `extras_require`
2018-10-09Align emphasize-lines with setup.py codeSteve Piercy
2018-10-08Use correct invocation of `pip install - e ".[dev]"` instead of [testing]Steve Piercy
2018-10-08Fix comments in `setup.py`sSteve Piercy
2018-10-08Revise `setup.py`sSteve Piercy
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-08Align emphasize-lines to setup.pySteve Piercy
2018-10-08Reformat numbered list.Steve Piercy
2018-10-08Align emphasize-lines to setup.pySteve Piercy
Reformat numbered list.
2018-10-08Align emphasize-lines to setup.pySteve Piercy
2018-10-08Emphasize the changes to setup.pySteve Piercy
2018-10-08Replace [test] with [testing], and quote as neededSteve Piercy
2018-10-08Emphasize the changes to setup.pySteve Piercy
Reformat numbered list.
2018-10-08Update all the `setup.py`sSteve Piercy
2018-10-08Some steps are not the previous, but earlier.Steve Piercy
Mention that we may now configure setup.py and run pip install variants.
2018-10-07Merge pull request #3379 from stevepiercy/docs-quick-tutorial-updateSteve Piercy
Docs quick tutorial update
2018-10-07Merge remote-tracking branch 'origin/docs-quick-tutorial-update' into ↵Steve Piercy
docs-quick-tutorial-update # Conflicts: # docs/quick_tutorial/forms.rst