| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-08-10 | Merge pull request #3325 from mmerickel/fix-unpickle-crash | Michael Merickel | |
| catch other pickle errors when loading content | |||
| 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 | |
| fixes #3112 | |||
| 2018-08-04 | Merge pull request #3318 from mmerickel/pshell-setup-generator | Michael Merickel | |
| enable the setup function in pshell to wrap the command lifecycle | |||
| 2018-08-01 | ignore these tests on pypy, see ↵ | Chris McDonough | |
| https://github.com/Pylons/pyramid/issues/3237 (#3320) | |||
| 2018-08-01 | lol | Chris McDonough | |
| 2018-08-01 | implement samesite option for AuthTktAuthenticationPolicy and ↵ | Chris McDonough | |
| CookieCSRFStoragePolicy | |||
| 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 | |
| See: https://github.com/Pylons/pyramid/pull/705 | |||
| 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 | |
| 2018-05-24 | Set the samesite flag to Lax by default on session cookies | Alex Gaynor | |
| Also make it possible to set it to other values | |||
| 2018-05-18 | Replace MIMEAccept with acceptparse.create_accept_header | Bert JW Regeer | |
| This is the new API that WebOb makes available and follows the standards. | |||
| 2018-05-18 | Add failing test for MIMEAccept in httpexceptions | Bert JW Regeer | |
| 2018-05-15 | Merge pull request #3279 from huntcsg/master | Michael Merickel | |
| Add Configurator context manager 'route_prefix_context' to allow for … | |||
| 2018-05-15 | Updated CHANGES.rst and fixed versionadded to be correct | Hunter Senft-Grupp | |
| 2018-05-15 | Add 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-14 | Sets, when you absolutely, positively want those extra microseconds back | Cris Ewing | |
| 2018-05-14 | Update 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-14 | Move base server and client error codes and titles to the base classes. Add ↵ | Cris Ewing | |
| a docstring to the HTTPInternalServerError | |||
| 2018-04-23 | use the RequestContext instead of app.threadlocal_manager for scripting | Michael Merickel | |
| fixes #3262 | |||
| 2018-04-16 | document the current query behavior on url generation | Michael Merickel | |
| 2018-04-11 | updated unset_cookie | jonathan vanasco | |
| 2018-04-11 | updated `delete_cookie` docs with `name` instead of `key` | jonathan vanasco | |
| 2018-04-11 | updated docs/interfaces to note change in webob 1.7 of `set_cookie(key` to ↵ | jonathan vanasco | |
| `set_cookie(name` | |||
| 2018-03-16 | Fix secret length in doc of SignedCookieSessionFactory | Hong Yuan | |
| 2018-03-13 | remove stray backtick | Steve Piercy | |
| 2018-03-08 | Fixing another import path regarding cherrypy version change | Heron Rossi | |
| 2018-03-08 | Fixing formatting and import errors | Heron Rossi | |
| 2018-03-08 | Adjusting cherrypy WSGI Server import path according to new release | Heron Rossi | |
| 2017-11-16 | Update factories.py | John Wu | |
| 2017-11-15 | Clarify property descriptor in add_request_method | John Wu | |
| Fix #3202 - Doc change. | |||
| 2017-11-10 | Fix type | John Wu | |
| 2017-11-09 | Minor fix - Indentation issue | John Wu | |
| 2017-10-29 | fix lint | Michael Merickel | |
| 2017-10-22 | Merge branch 'pr/3140' | Michael Merickel | |
| 2017-10-22 | changelog for #3140 | Michael Merickel | |
| 2017-09-12 | typo | Brian Sutherland | |
| 2017-08-04 | Drop repoze.lru on Python 3 | Mathieu Bridon | |
| Starting with Python 3.2, the functools module grew a lru_cache function which can replace our usage of repoze.lru. | |||
