summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
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
2017-09-12typoBrian Sutherland
2017-08-04Drop repoze.lru on Python 3Mathieu Bridon
2017-07-18fix the __module__ and import path of the request after custom properties hav...Michael Merickel
2017-07-08add _depth and _category arguments to all decoratorsMichael Merickel
2017-07-07Merge branch 'pr/3105'Michael Merickel
2017-06-27rename view_config argmuent category to _categorytosh
2017-06-27documentation updatestosh
2017-06-27Update all external links per `make linkcheck`Steve Piercy
2017-06-26documentation for view_config category argumenttosh
2017-06-26add support for custom category in view_config decoratortosh
2017-06-26change http://docs.pylonsproject.org to httpsSteve Piercy
2017-06-19Merge pull request #3086 from mmerickel/set-execution-contextMichael Merickel
2017-06-18document changes and add testsMichael Merickel
2017-06-18Merge branch 'master' into pr/3034Michael Merickel
2017-06-18configure resource_url to use the same logicMichael Merickel
2017-06-18Merge pull request #3088 from drnextgis/quote_viaMichael Merickel
2017-06-18document and test p.encode.urlencode(quote_via=...)Michael Merickel
2017-06-17add a router.request_context context managerMichael Merickel
2017-06-15remove trailing slashSteve Piercy
2017-06-15Use HTTPS for pylonsproject.orgSteve Piercy
2017-06-15quote_via urlencode argumentdrnextgis