summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Collapse)Author
2018-09-27Merge branch 'master' into deprecate-pickle-sessionsMichael 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-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
2018-05-24Set the samesite flag to Lax by default on session cookiesAlex Gaynor
Also make it possible to set it to other values
2018-05-18Replace MIMEAccept with acceptparse.create_accept_headerBert JW Regeer
This is the new API that WebOb makes available and follows the standards.
2018-05-18Add failing test for MIMEAccept in httpexceptionsBert JW Regeer
2018-05-15Merge pull request #3279 from huntcsg/masterMichael Merickel
Add Configurator context manager 'route_prefix_context' to allow for …
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 ↵Hunter Senft-Grupp
routes and including configuration callables with a particular route prefix.
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
errors and their specific implementations share an error code. Ensures we only get the specific implementations in status_dict
2018-05-14Move base server and client error codes and titles to the base classes. Add ↵Cris Ewing
a docstring to the HTTPInternalServerError
2018-04-23use the RequestContext instead of app.threadlocal_manager for scriptingMichael Merickel
fixes #3262
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 ↵jonathan vanasco
`set_cookie(name`
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
Fix #3202 - Doc change.