| Age | Commit message (Expand) | Author |
| 2021-06-19 | Fix API documentation links to webob, and rename the objects with their full ... | Steve Piercy |
| 2019-01-05 | stop overriding request.json_body from webob | Michael Merickel |
| 2018-11-23 | fix a couple more doc strings | Michael Merickel |
| 2018-11-19 | rip out moar unicode prefixes | Michael Merickel |
| 2018-11-16 | Remove most Python 2 mentions from docs. Exclusions: | Steve Piercy |
| 2018-09-09 | merging cookiecutters | Stephen Martin |
| 2018-08-21 | Merge pull request #3330 from stevepiercy/docs-code-style | Michael Merickel |
| 2018-08-19 | Fix broken links from linkcheck, exclude localhost from check | Steve Piercy |
| 2018-08-18 | Clean up code-blocks in webob | Steve Piercy |
| 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 `s... | jonathan vanasco |
| 2017-06-27 | Update all external links per `make linkcheck` | Steve Piercy |
| 2016-12-27 | narr/webob - update for cookiecutters | Steve Piercy |
| 2016-04-23 | Fix all the stinky linkie rot via `make linkcheck SPHINXBUILD=$VENV/bin/sphin... | Steve Piercy |
| 2016-01-24 | Use proper syntax names in code samples to allow highlighting and avoid error... | Steve Piercy |
| 2015-10-15 | minor grammar, rewrap 79 cols, update dead external links, .rst syntax, git m... | Steve Piercy |
| 2015-07-15 | fix for #1846, incorrect pointers to nonexistent webob properties | Chris McDonough |
| 2014-12-16 | 79 cols | Chris McDonough |
| 2014-12-17 | Add documentation on handling CORS pre-flights | Adrian Teng |
| 2014-04-15 | DOC: Response.content_type defaults to text/html | westurner |
| 2013-08-15 | prefer the functionish print | Philip Jenvey |
| 2013-04-05 | fix some cross-references | Tshepang Lekhonkhobe |
| 2013-04-01 | Consistently link middleware term to the glossary | Catalin Iacob |
| 2013-03-22 | remove unused ignore-next-block directive | Tshepang Lekhonkhobe |
| 2013-01-30 | use the more appropriate directives | Tshepang Lekhonkhobe |
| 2012-02-24 | docs-deprecate tmpl_context | Chris McDonough |
| 2011-09-05 | move unrelated request cleanup to webob.rest; reorder urldispatch chapter fro... | Chris McDonough |
| 2011-07-21 | urllib2 example of creating a request suitable for producing a json body | Chris McDonough |
| 2011-07-20 | add more index markers | Chris McDonough |
| 2011-07-10 | Modified docs to reference webob's new website. | Michael Merickel |
| 2011-07-09 | make less confusing | Chris McDonough |
| 2011-07-09 | request.json -> request.json_body; add some docs for json_body | Chris McDonough |
| 2011-06-13 | - Remove IResponder abstraction in favor of more general IResponse | Chris McDonough |
| 2011-06-11 | - Pyramid now expects Response objects to have a __call__ | Chris McDonough |
| 2011-05-31 | the canonical import location for HTTP exceptions/responses is now pyramid.re... | Chris McDonough |
| 2011-05-13 | - Added documentation for a "multidict" (e.g. the API of ``request.POST``) as | Chris McDonough |
| 2011-01-21 | - Add docs for ``add_finished_callback``, ``add_response_callback``, | Chris McDonough |
| 2010-12-10 | add comma | Casey Duncan |
| 2010-12-10 | clarify reponse.status/status_int | Casey Duncan |
| 2010-12-10 | remove extraneous space, change against to with | Casey Duncan |
| 2010-12-10 | like to e.g., add comma, add a | Casey Duncan |
| 2010-12-10 | add comma | Casey Duncan |
| 2010-12-10 | fix space before comma | Casey Duncan |
| 2010-12-05 | Add the other useful webob URL attributes. | Ben Bangert |
| 2010-11-28 | Normalized narrative doc, code with linenos while text+bash don't | Blaise Laflamme |
| 2010-11-09 | - All references to Pyramid-the-application were changed from :mod:`pyramid` | Chris McDonough |
| 2010-11-02 | - Remove references to 'WebOb' Response and just call it 'Response', and note | Chris McDonough |
| 2010-10-29 | pylons paster templates | Chris McDonough |
| 2010-10-28 | sessioning docs | Chris McDonough |
| 2010-10-25 | add httpexceptions docs | Chris McDonough |