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
/
pyramid
Age
Commit message (
Expand
)
Author
2016-04-16
drop py27-only features at least temporarily
Michael Merickel
2016-04-16
add docs and backward incompatibility notices for #2501
Michael Merickel
2016-04-16
fix format string to work on py26
Michael Merickel
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-14
Update documentation
Bert JW Regeer
2016-04-14
Remove unused import
Bert JW Regeer
2016-04-14
Switch to sha512 in AuthTktAuthenticationPolicy
Bert JW Regeer
2016-04-14
Merge branch 'master' into feature/json_exceptions
Bert JW Regeer
2016-04-14
We don't use default_match, so remove it
Bert JW Regeer
2016-04-14
Update test to verify the default is text/html
Bert JW Regeer
2016-04-14
Make text/html the preferred server return
Bert JW Regeer
2016-04-12
For */* case, MIMEAccept picks first server offer
Bert JW Regeer
2016-04-12
PEP8
Bert JW Regeer
2016-04-12
We don't need to explicitly set charset for text/*
Bert JW Regeer
2016-04-12
Test that JSON responses are actually JSON
Bert JW Regeer
2016-04-12
Add new tests to verify we get what we ask for
Bert JW Regeer
2016-04-12
Update tests to verif Content-Type header
Bert JW Regeer
2016-04-12
Explicit set Accept header to text/html
Bert JW Regeer
2016-04-12
Use MIMEAccept not Accept
Bert JW Regeer
2016-04-12
Using WebOb's acceptparse find best mimetype to use
Bert JW Regeer
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
- use an environment variable and venv. See https://github.com/Pylons/pyramid...
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
fix readme to show directions in both alchemy and zodb
Michael Merickel
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
Fix whitespace
Bert JW Regeer
2016-04-10
Add explicit tests for IBeforeTraversal/BeforeTraversal
Bert JW Regeer
2016-04-10
Update documentation in event.py for BeforeTraversal
Bert JW Regeer
2016-04-10
Update doc in interfaces.py for BeforeTraversal
Bert JW Regeer
2016-04-10
Move event to the appropriate location
Bert JW Regeer
2016-04-10
Rename RouteFound to BeforeTraversal
Bert JW Regeer
2016-04-10
Merge branch 'route-found' of dstufft/pyramid
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
Merge pull request #2021 from Pylons/feature/configurable-view-deriver
Michael Merickel
2016-04-10
- update definingviews and its src files
Steve Piercy
2016-04-09
- use pytest, pip
Steve Piercy
2016-04-09
update alchemy scaffold's setup.py to allow use of pip. See #2104.
Steve Piercy
2016-04-08
update constraints for derivers as well as docs
Michael Merickel
2016-04-07
separate the viewderiver module and allow overriding the mapper
Michael Merickel
2016-04-06
rename pyramid.config.derivations to pyramid.viewderivers
Michael Merickel
2016-04-06
Simplify setup_logging global_conf handling
Marc Abramowitz
2016-04-06
Merge pull request #2432 from msabramo/setup_logging_intersphinx_link_to_file...
Michael Merickel
[next]