summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Collapse)Author
2018-10-14move package to src folderMichael Merickel
2018-10-10use webob's new offer normalizationMichael Merickel
2018-10-10fix up the docsMichael Merickel
2018-10-10deprecate range supportMichael Merickel
2018-10-04Merge branch 'master' into fix-deprecated-accept-predicateMichael Merickel
2018-10-03remove deprecated principal keyword argument to rememberMichael Merickel
2018-10-03remove deprecated set_request_propertyMichael Merickel
2018-10-02exercise some accept orderingMichael Merickel
2018-10-02copy integration tests from whiterosesMichael Merickel
2018-10-01fix coverageMichael Merickel
2018-09-27move sort_accept_offers to pyramid.config.utilMichael Merickel
keeping this code isolated for now as it's kind of crazy
2018-09-27Merge branch 'master' into fix-deprecated-accept-predicateMichael Merickel
2018-09-27fix docsMichael Merickel
2018-09-27Merge branch 'master' into deprecate-pickle-sessionsMichael Merickel
2018-09-27fix old testsMichael Merickel
2018-09-27enable sorting of offersMichael Merickel
2018-09-19Add a test with a different configurator instanceColin Dunklau
2018-09-19Add registry arg to pyramid.renderers.get_rendererColin Dunklau
2018-09-16deprecate signed_serialize and signed_deserializeMichael Merickel
2018-09-16deprecate pickleable sessions, recommend jsonMichael Merickel
2018-09-09grammar fixesSteve Piercy
2018-09-06Revert "support a list of media types in the accept predicate"Michael Merickel
This reverts commit 762bd9c5c7b8974d0927eeef8074c7ad1e248f70.
2018-09-03support a list of media types in the accept predicateMichael Merickel
2018-09-03fallback to __contains__ if a media range is suppliedMichael Merickel
2018-09-03support multiple types in the route predicateMichael Merickel
2018-09-03update docs and changelogMichael Merickel
2018-08-28fix deprecated usage of request.accept in AcceptPredicateMichael Merickel
2018-08-22add_notfound_view: use HTTPTemporaryRedirect as defaultDomen Kožar
2018-08-10Merge pull request #3325 from mmerickel/fix-unpickle-crashMichael Merickel
catch other pickle errors when loading content
2018-08-10Merge branch 'master' into feature/more-samesite-workMichael Merickel
2018-08-09address review comments by rayedoChris McDonough
2018-08-08catch other pickle errors when loading contentMichael Merickel
2018-08-07fix circular imports with predicate configMichael Merickel
fixes #3112
2018-08-04Merge pull request #3318 from mmerickel/pshell-setup-generatorMichael Merickel
enable the setup function in pshell to wrap the command lifecycle
2018-08-01ignore these tests on pypy, see ↵Chris McDonough
https://github.com/Pylons/pyramid/issues/3237 (#3320)
2018-08-01lolChris McDonough
2018-08-01implement samesite option for AuthTktAuthenticationPolicy and ↵Chris McDonough
CookieCSRFStoragePolicy
2018-07-29enable the setup function in pshell to wrap the command lifecycleMichael Merickel
2018-06-29Redoing some changes. My bad ;)Gerard
2018-06-28Typos changedGerard
2018-06-15Merge branch 'pr/3303'Michael Merickel
2018-06-14Update `request_param` kwarg documentation for `add_route` config methodBenjamin Gmurczyk
See: https://github.com/Pylons/pyramid/pull/705
2018-06-11Add httpexception for status code 308Jason Williams
2018-06-11Merge branch 'master' into feature/session-samesite-laxMichael Merickel
2018-06-11add versionchanged markersMichael Merickel
2018-06-05samesite no longer requires bytesBert JW Regeer
2018-05-25remove the permission arg from add_routeMichael Merickel
2018-05-24oops, py3 here tooAlex Gaynor
2018-05-24python 3 fixAlex Gaynor
2018-05-24fix testsAlex Gaynor