index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
narr
Age
Commit message (
Expand
)
Author
2016-09-01
drop support for python 3.3 and error on 2.6
Michael Merickel
2016-07-19
Change gendered language in examples
Jon Davidson
2016-07-02
fix overly aggressive refactor
Steve Piercy
2016-07-02
Update Windows installation instructions and related bits.
Steve Piercy
2016-06-20
typo fix within urldispatch narrative, example 2
dowwie
2016-06-09
grammar, spelling, wrapping fix
Steve Piercy
2016-06-08
Adding a warning discouraging use of __acl__ properties attributes
Julien MIOTTE
2016-05-09
use new trypyramid.com page. whee!
Steve Piercy
2016-05-07
update narr/project.rst with py.test and coverage defaults
Steve Piercy
2016-05-07
wordsmith py.test and coverage configuration
Steve Piercy
2016-05-06
doc: Update documentation for using ``py.test [--cov]`` for newly created pro...
Vincent Férotin
2016-04-25
fix explanation of require_csrf
Michael Merickel
2016-04-24
add sphinx doctests for hooks.rst
Steve Piercy
2016-04-24
Allow Sphinx doctests to run and pass with `make doctest SPHINXBUILD=$VENV/bi...
Steve Piercy
2016-04-24
update bad link
Steve Piercy
2016-04-23
Fix all the stinky linkie rot via `make linkcheck SPHINXBUILD=$VENV/bin/sphin...
Steve Piercy
2016-04-19
replace pyramid.require_default_csrf setting with config.set_default_csrf_opt...
Michael Merickel
2016-04-17
better explain view deriver options
Chris McDonough
2016-04-16
Merge pull request #2507 from stevepiercy/master
Steve Piercy
2016-04-16
In addition to CSRF token, verify the origin too
Donald Stufft
2016-04-15
Have Automatic CSRF on all unsafe HTTP methods
Donald Stufft
2016-04-15
Only Accept CSRF Tokens in headers or POST bodies
Donald Stufft
2016-04-12
Merge branch 'master' into feature/require-csrf
Michael Merickel
2016-04-12
Merge branch 'master' into feature/BeforeTraversal
Bert JW Regeer
2016-04-12
Remove note about -Wd flag
Bert JW Regeer
2016-04-12
Update introduction to testing
Bert JW Regeer
2016-04-12
Replace Python 2.6 with 2.7
Bert JW Regeer
2016-04-12
- zap easy_install straggler
Steve Piercy
2016-04-12
one does not simply "create a virtualenv". one should "create a virtual envir...
Steve Piercy
2016-04-12
update testing.rst
Steve 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
2016-04-12
- removed "now" per https://github.com/Pylons/pyramid/pull/2468#discussion_r5...
Steve Piercy
2016-04-12
- fix readme in narr/MyProject (used in project.rst and testing.rst)
Steve Piercy
2016-04-11
Merge branch 'master' into docs/easy-install-to-pip.2104
Michael Merickel
2016-04-11
remove theme.min.css, it serves no purpose
Michael Merickel
2016-04-11
- upgrade `BeforeTraversal` event in router.rst
Steve Piercy
2016-04-11
- add trailing line ending
Steve Piercy
2016-04-11
- update narr/project.rst to use pip instead of setup.py
Steve Piercy
2016-04-10
Update router documentation
Bert JW Regeer
2016-04-10
cleanup some references in the docs
Michael Merickel
2016-04-10
deprecate the check_csrf predicate
Michael Merickel
2016-04-10
rewrite csrf checks to support a global setting to turn it on
Michael Merickel
2016-04-10
add a csrf_view to the view pipeline supporting a require_csrf option
Michael Merickel
2016-04-10
- update installation.rst to use pip, pyvenv, Python 3.4
Steve Piercy
2016-04-10
Merge pull request #2021 from Pylons/feature/configurable-view-deriver
Michael Merickel
2016-04-10
- update extending.rst to use pip
Steve Piercy
2016-04-10
- update commandline.rst to use pip
Steve Piercy
2016-04-08
Add pyramid_jinja2 example to i18n docs. Fixes #2437.
Steve Piercy
[next]