summaryrefslogtreecommitdiff
path: root/docs/narr
AgeCommit message (Expand)Author
2016-12-07Changed 'host' and 'port' configuration to a new 'listen' style that is now s...Martin
2016-12-06Revert "Changed 'host' and 'port' configuration to a new 'listen' style that ...Bert JW Regeer
2016-12-06Changed 'host' and 'port' configuration to a new 'listen' style that is now s...Martin
2016-11-26add 3.6 support to documentationSteve Piercy
2016-11-20link to documentation on hupperMichael Merickel
2016-11-19require tuple variants on IResourceURL as wellMichael Merickel
2016-11-19add warnings about how notfound/forbidden views are only invoked for raised e...Michael Merickel
2016-11-19improve view decorator return type documentationMichael Merickel
2016-10-06Add pyramid_nacl_session to session factoriesSteve Piercy
2016-09-29Clean up docstrings/narr docs from PR #2660Steve Piercy
2016-09-28Merge branch 'master' into exception_onlyMichael Merickel
2016-09-28derive exception views separately from normal viewsMichael Merickel
2016-09-26Revise Why use venv/bin/pip instead of source bin/activate then pip?Steve Piercy
2016-09-24Why use venv/bin/pip instead of source bin/activate then pip?Steve Piercy
2016-09-12document more clearly the ``__call__`` method on route and view predicatesMichael Merickel
2016-09-12Merge pull request #2759 from mmerickel/drop-py33Michael Merickel
2016-09-03update docs to support the bootstrap context manager from #2760Michael Merickel
2016-09-01drop support for python 3.3 and error on 2.6Michael Merickel
2016-07-19Change gendered language in examplesJon Davidson
2016-07-02fix overly aggressive refactorSteve Piercy
2016-07-02Update Windows installation instructions and related bits.Steve Piercy
2016-06-20typo fix within urldispatch narrative, example 2dowwie
2016-06-09grammar, spelling, wrapping fixSteve Piercy
2016-06-08Adding a warning discouraging use of __acl__ properties attributesJulien MIOTTE
2016-05-09use new trypyramid.com page. whee!Steve Piercy
2016-05-07update narr/project.rst with py.test and coverage defaultsSteve Piercy
2016-05-07wordsmith py.test and coverage configurationSteve Piercy
2016-05-06doc: Update documentation for using ``py.test [--cov]`` for newly created pro...Vincent Férotin
2016-04-25fix explanation of require_csrfMichael Merickel
2016-04-24add sphinx doctests for hooks.rstSteve Piercy
2016-04-24Allow Sphinx doctests to run and pass with `make doctest SPHINXBUILD=$VENV/bi...Steve Piercy
2016-04-24update bad linkSteve Piercy
2016-04-23Fix all the stinky linkie rot via `make linkcheck SPHINXBUILD=$VENV/bin/sphin...Steve Piercy
2016-04-19replace pyramid.require_default_csrf setting with config.set_default_csrf_opt...Michael Merickel
2016-04-17better explain view deriver optionsChris McDonough
2016-04-16Merge pull request #2507 from stevepiercy/masterSteve Piercy
2016-04-16In addition to CSRF token, verify the origin tooDonald Stufft
2016-04-15Have Automatic CSRF on all unsafe HTTP methodsDonald Stufft
2016-04-15Only Accept CSRF Tokens in headers or POST bodiesDonald Stufft
2016-04-12Merge branch 'master' into feature/require-csrfMichael Merickel
2016-04-12Merge branch 'master' into feature/BeforeTraversalBert JW Regeer
2016-04-12Remove note about -Wd flagBert JW Regeer
2016-04-12Update introduction to testingBert JW Regeer
2016-04-12Replace Python 2.6 with 2.7Bert JW Regeer
2016-04-12- zap easy_install stragglerSteve Piercy
2016-04-12one does not simply "create a virtualenv". one should "create a virtual envir...Steve Piercy
2016-04-12update testing.rstSteve Piercy
2016-04-12- use an environment variable and venv. See https://github.com/Pylons/pyramid...Steve Piercy
2016-04-12- replace `python -m` with `python3 -m`Steve Piercy
2016-04-12- replace `pyvenv` with `python3 -m venv`Steve Piercy