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
2018-10-14
move package to src folder
Michael Merickel
2018-10-10
use webob's new offer normalization
Michael Merickel
2018-10-10
fix up the docs
Michael Merickel
2018-10-10
deprecate range support
Michael Merickel
2018-10-04
Merge branch 'master' into fix-deprecated-accept-predicate
Michael Merickel
2018-10-03
remove deprecated principal keyword argument to remember
Michael Merickel
2018-10-03
remove deprecated set_request_property
Michael Merickel
2018-10-02
exercise some accept ordering
Michael Merickel
2018-10-02
copy integration tests from whiteroses
Michael Merickel
2018-10-01
fix coverage
Michael Merickel
2018-09-27
move sort_accept_offers to pyramid.config.util
Michael Merickel
2018-09-27
Merge branch 'master' into fix-deprecated-accept-predicate
Michael Merickel
2018-09-27
fix docs
Michael Merickel
2018-09-27
Merge branch 'master' into deprecate-pickle-sessions
Michael Merickel
2018-09-27
fix old tests
Michael Merickel
2018-09-27
enable sorting of offers
Michael Merickel
2018-09-19
Add a test with a different configurator instance
Colin Dunklau
2018-09-19
Add registry arg to pyramid.renderers.get_renderer
Colin Dunklau
2018-09-16
deprecate signed_serialize and signed_deserialize
Michael Merickel
2018-09-16
deprecate pickleable sessions, recommend json
Michael Merickel
2018-09-09
grammar fixes
Steve Piercy
2018-09-06
Revert "support a list of media types in the accept predicate"
Michael Merickel
2018-09-03
support a list of media types in the accept predicate
Michael Merickel
2018-09-03
fallback to __contains__ if a media range is supplied
Michael Merickel
2018-09-03
support multiple types in the route predicate
Michael Merickel
2018-09-03
update docs and changelog
Michael Merickel
2018-08-28
fix deprecated usage of request.accept in AcceptPredicate
Michael Merickel
2018-08-22
add_notfound_view: use HTTPTemporaryRedirect as default
Domen Kožar
2018-08-10
Merge pull request #3325 from mmerickel/fix-unpickle-crash
Michael Merickel
2018-08-10
Merge branch 'master' into feature/more-samesite-work
Michael Merickel
2018-08-09
address review comments by rayedo
Chris McDonough
2018-08-08
catch other pickle errors when loading content
Michael Merickel
2018-08-07
fix circular imports with predicate config
Michael Merickel
2018-08-04
Merge pull request #3318 from mmerickel/pshell-setup-generator
Michael Merickel
2018-08-01
ignore these tests on pypy, see https://github.com/Pylons/pyramid/issues/3237...
Chris McDonough
2018-08-01
lol
Chris McDonough
2018-08-01
implement samesite option for AuthTktAuthenticationPolicy and CookieCSRFStora...
Chris McDonough
2018-07-29
enable the setup function in pshell to wrap the command lifecycle
Michael Merickel
2018-06-29
Redoing some changes. My bad ;)
Gerard
2018-06-28
Typos changed
Gerard
2018-06-15
Merge branch 'pr/3303'
Michael Merickel
2018-06-14
Update `request_param` kwarg documentation for `add_route` config method
Benjamin Gmurczyk
2018-06-11
Add httpexception for status code 308
Jason Williams
2018-06-11
Merge branch 'master' into feature/session-samesite-lax
Michael Merickel
2018-06-11
add versionchanged markers
Michael Merickel
2018-06-05
samesite no longer requires bytes
Bert JW Regeer
2018-05-25
remove the permission arg from add_route
Michael Merickel
2018-05-24
oops, py3 here too
Alex Gaynor
2018-05-24
python 3 fix
Alex Gaynor
2018-05-24
fix tests
Alex Gaynor
[next]