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
2017-06-05
Merge pull request #3060 from Pylons/push_threadlocals_exception_view
Michael Merickel
2017-06-05
Always push the threadlocals
Bert JW Regeer
2017-05-23
Merge pull request #3061 from Pylons/render-last-exception
Bert JW Regeer
2017-05-23
Make coverage happy again
Bert JW Regeer
2017-05-23
When invoking an exception view, push the new threadlocals
Bert JW Regeer
2017-05-23
allow the execution policy to perform a last-ditch effort to render an except...
Michael Merickel
2017-05-22
Fix #2548, add SRI has for script tags
Fang-Pen Lin
2017-05-22
Load difflib on-demand so that it won’t take message proactively
Fang-Pen Lin
2017-05-22
Fix #1603, add closest predicate name in error message
Fang-Pen Lin
2017-05-22
Add test for closest predicate error message
Fang-Pen Lin
2017-05-12
Merge branch 'master' into change-to-localhost
Steve Piercy
2017-05-04
add changelog for #3031
Michael Merickel
2017-05-03
normalize excview tween to use ``request.invoke_exception_view``
Michael Merickel
2017-05-02
clean request.exception if the excview fails to handle the error
Michael Merickel
2017-04-30
Merge pull request #2985 from mmerickel/plaster
Michael Merickel
2017-04-30
standardize "non-standard"
Steve Piercy
2017-04-30
Merge branch 'master' into pr/2854
Michael Merickel
2017-04-30
restore the ``ICSRFStoragePolicy.check_csrf_token`` api
Michael Merickel
2017-04-29
Merge pull request #2874 from mmerickel/config-context-manager
Michael Merickel
2017-04-29
final cleanup of csrf decoupling in #2854
Michael Merickel
2017-04-26
Move CSRF storage policy registration out of PHASE_1 config and simplify test...
Matthew Wilkes
2017-04-26
Apply drafting changes to documentation.
Matthew Wilkes
2017-04-16
Fix typo in comment.
Ira Lun
2017-04-16
Fix #2927 - Change to listen = localhost:6543.
Aleph Melo
2017-04-15
Fix a typo in a comment.
Ira Lun
2017-04-12
add version tags on set_default_csrf_options
Michael Merickel
2017-04-12
docs syntax fix
Michael Merickel
2017-04-12
Use the webob CookieProfile in the Cookie implementation, rename some impleme...
Matthew Wilkes
2017-04-12
Fix a bug where people that didn't configure CSRF protection but did configur...
Matthew Wilkes
2017-04-12
Rename implementation to ICSRFStoragePolicy
Matthew Wilkes
2017-04-12
Fix tests and documentation in various places, and feedback following review
Jure Cerjak
2017-04-12
Create a new ICSRF implementation for getting CSRF tokens, split out from the...
Matthew Wilkes
2017-04-02
turn the Configurator into a context manager
Michael Merickel
2017-04-02
push the threadlocal registry while config.include executes
Michael Merickel
2017-04-02
add a failing test checking whether the threadlocal registry is active during...
Michael Merickel
2017-03-29
update pserve
Michael Merickel
2017-03-29
update pshell
Michael Merickel
2017-03-29
update prequest, proutes, ptweens and pviews
Michael Merickel
2017-03-29
rewrite low-level pyramid config functions to use plaster
Michael Merickel
2017-03-28
support opening the browser via pserve.open_url config setting
Michael Merickel
2017-03-28
require "open_url" setting in order to know what browser to open
Michael Merickel
2017-03-12
update twitter handle
Steve Piercy
2017-03-05
Merge pull request #2962 from Natim/2961-hupper-call-broken
Michael Merickel
2017-03-03
@mmerickel review.
Rémy HUBSCHER
2017-03-02
Reverted useless changes in tests.
Kirill Kuzminykh
2017-03-02
Reverted couple useless fixes of memory leaks.
Kirill Kuzminykh
2017-03-01
The memory leaks test skipped for platform 'pypy'.
Kirill Kuzminykh
2017-03-01
Fixed several reference cycles to prevent memory leaks. Added simple test for...
Kirill Kuzminykh
2017-02-27
Rewrite test without mock.
Rémy HUBSCHER
2017-02-25
add an IExecutionPolicy that can wrap the router
Michael Merickel
[next]