summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2018-09-09grammar fixesSteve Piercy
2018-08-22add_notfound_view: use HTTPTemporaryRedirect as defaultDomen Kožar
2018-08-10Merge pull request #3325 from mmerickel/fix-unpickle-crashMichael Merickel
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
2018-08-04Merge pull request #3318 from mmerickel/pshell-setup-generatorMichael Merickel
2018-08-01ignore these tests on pypy, see https://github.com/Pylons/pyramid/issues/3237...Chris McDonough
2018-08-01lolChris McDonough
2018-08-01implement samesite option for AuthTktAuthenticationPolicy and CookieCSRFStora...Chris McDonough
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
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
2018-05-24Set the samesite flag to Lax by default on session cookiesAlex Gaynor
2018-05-18Replace MIMEAccept with acceptparse.create_accept_headerBert JW Regeer
2018-05-18Add failing test for MIMEAccept in httpexceptionsBert JW Regeer
2018-05-15Merge pull request #3279 from huntcsg/masterMichael Merickel
2018-05-15Updated CHANGES.rst and fixed versionadded to be correctHunter Senft-Grupp
2018-05-15Add Configurator context manager 'route_prefix_context' to allow for adding r...Hunter Senft-Grupp
2018-05-14Sets, when you absolutely, positively want those extra microseconds backCris Ewing
2018-05-14Update the building of status_dict, now that both the base server and client ...Cris Ewing
2018-05-14Move base server and client error codes and titles to the base classes. Add a...Cris Ewing
2018-04-23use the RequestContext instead of app.threadlocal_manager for scriptingMichael Merickel
2018-04-16document the current query behavior on url generationMichael Merickel
2018-04-11updated unset_cookiejonathan vanasco
2018-04-11updated `delete_cookie` docs with `name` instead of `key`jonathan vanasco
2018-04-11updated docs/interfaces to note change in webob 1.7 of `set_cookie(key` to `s...jonathan vanasco
2018-03-16Fix secret length in doc of SignedCookieSessionFactoryHong Yuan
2018-03-13remove stray backtickSteve Piercy
2018-03-08Fixing another import path regarding cherrypy version changeHeron Rossi
2018-03-08Fixing formatting and import errorsHeron Rossi
2018-03-08Adjusting cherrypy WSGI Server import path according to new releaseHeron Rossi
2017-11-16Update factories.pyJohn Wu
2017-11-15Clarify property descriptor in add_request_methodJohn Wu
2017-11-10Fix typeJohn Wu
2017-11-09Minor fix - Indentation issueJohn Wu
2017-10-29fix lintMichael Merickel
2017-10-22Merge branch 'pr/3140'Michael Merickel
2017-10-22changelog for #3140Michael Merickel