summaryrefslogtreecommitdiff
path: root/docs/narr/webob.rst
AgeCommit message (Expand)Author
2021-06-19Fix API documentation links to webob, and rename the objects with their full ...Steve Piercy
2019-01-05stop overriding request.json_body from webobMichael Merickel
2018-11-23fix a couple more doc stringsMichael Merickel
2018-11-19rip out moar unicode prefixesMichael Merickel
2018-11-16Remove most Python 2 mentions from docs. Exclusions:Steve Piercy
2018-09-09merging cookiecuttersStephen Martin
2018-08-21Merge pull request #3330 from stevepiercy/docs-code-styleMichael Merickel
2018-08-19Fix broken links from linkcheck, exclude localhost from checkSteve Piercy
2018-08-18Clean up code-blocks in webobSteve Piercy
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
2017-06-27Update all external links per `make linkcheck`Steve Piercy
2016-12-27narr/webob - update for cookiecuttersSteve Piercy
2016-04-23Fix all the stinky linkie rot via `make linkcheck SPHINXBUILD=$VENV/bin/sphin...Steve Piercy
2016-01-24Use proper syntax names in code samples to allow highlighting and avoid error...Steve Piercy
2015-10-15minor grammar, rewrap 79 cols, update dead external links, .rst syntax, git m...Steve Piercy
2015-07-15fix for #1846, incorrect pointers to nonexistent webob propertiesChris McDonough
2014-12-1679 colsChris McDonough
2014-12-17Add documentation on handling CORS pre-flightsAdrian Teng
2014-04-15DOC: Response.content_type defaults to text/htmlwesturner
2013-08-15prefer the functionish printPhilip Jenvey
2013-04-05fix some cross-referencesTshepang Lekhonkhobe
2013-04-01Consistently link middleware term to the glossaryCatalin Iacob
2013-03-22remove unused ignore-next-block directiveTshepang Lekhonkhobe
2013-01-30use the more appropriate directivesTshepang Lekhonkhobe
2012-02-24docs-deprecate tmpl_contextChris McDonough
2011-09-05move unrelated request cleanup to webob.rest; reorder urldispatch chapter fro...Chris McDonough
2011-07-21urllib2 example of creating a request suitable for producing a json bodyChris McDonough
2011-07-20add more index markersChris McDonough
2011-07-10Modified docs to reference webob's new website.Michael Merickel
2011-07-09make less confusingChris McDonough
2011-07-09request.json -> request.json_body; add some docs for json_bodyChris McDonough
2011-06-13- Remove IResponder abstraction in favor of more general IResponseChris McDonough
2011-06-11- Pyramid now expects Response objects to have a __call__Chris McDonough
2011-05-31the 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``) asChris McDonough
2011-01-21- Add docs for ``add_finished_callback``, ``add_response_callback``,Chris McDonough
2010-12-10add commaCasey Duncan
2010-12-10clarify reponse.status/status_intCasey Duncan
2010-12-10remove extraneous space, change against to withCasey Duncan
2010-12-10like to e.g., add comma, add aCasey Duncan
2010-12-10add commaCasey Duncan
2010-12-10fix space before commaCasey Duncan
2010-12-05Add the other useful webob URL attributes.Ben Bangert
2010-11-28Normalized narrative doc, code with linenos while text+bash don'tBlaise 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 noteChris McDonough
2010-10-29pylons paster templatesChris McDonough
2010-10-28sessioning docsChris McDonough
2010-10-25add httpexceptions docsChris McDonough