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-27
Update all external links per `make linkcheck`
Steve Piercy
2017-06-26
change http://docs.pylonsproject.org to https
Steve Piercy
2017-06-19
Merge pull request #3086 from mmerickel/set-execution-context
Michael Merickel
2017-06-18
document changes and add tests
Michael Merickel
2017-06-18
Merge branch 'master' into pr/3034
Michael Merickel
2017-06-18
configure resource_url to use the same logic
Michael Merickel
2017-06-18
Merge pull request #3088 from drnextgis/quote_via
Michael Merickel
2017-06-18
document and test p.encode.urlencode(quote_via=...)
Michael Merickel
2017-06-17
add a router.request_context context manager
Michael Merickel
2017-06-15
remove trailing slash
Steve Piercy
2017-06-15
Use HTTPS for pylonsproject.org
Steve Piercy
2017-06-15
quote_via urlencode argument
drnextgis
2017-06-15
add a reraise argument to request.invoke_exception_view
Michael Merickel
2017-06-14
fix p.security.ACLPermitsResult to subclass p.security.PermitsResult
Michael Merickel
2017-06-12
typo
Michael Merickel
2017-06-12
apply request extensions within invoke_subrequest itself
Michael Merickel
2017-06-10
Merge pull request #3059 from chrismorales/pyramid_tm_3052
Steve Piercy
2017-06-09
Fix forbidden_view for BasicAuthAuthenticationPolicy (#3066)
Volker Diels-Grabsch
2017-06-08
Merge pull request #3074 from Pylons/3073-all_permissions_list-iterability
Michael Merickel
2017-06-07
add versionadded directive for invoke_exception_view
Michael Merickel
2017-06-05
Ensure that instances of 'AllPermissionsList' are iterable.
Tres Seaver
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-23
Merge branch 'master' of https://github.com/Pylons/pyramid into pyramid_tm_3052
Chris Morales
2017-05-23
pyramid_tm.explicit_manager set in the configuration.
Chris Morales
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-06
pep8 fix
russellballestrini
2017-05-06
make adjustments to make tests pass.
russellballestrini
2017-05-06
Update url.py | Refactor parse_url_overrides
Russell Ballestrini
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
[next]