| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert doc changes | Bert JW Regeer | 2016-07-29 | 1 | -0/+5 |
| | | |||||
| * | Fix docs | Bert JW Regeer | 2016-07-16 | 1 | -7/+2 |
| | | |||||
| * | Adding explicit Sphinx reference to request and response documentation | Mikko Ohtamaa | 2016-06-26 | 1 | -0/+4 |
| | | | | This way Pyramid document can correctly cross reference. | ||||
| * | Fixup parts of the reference documentation to link | Bert JW Regeer | 2015-08-13 | 1 | -54/+53 |
| | | | | | | | We want the reference document to correctly link to the correct location for the various bits of documentation. This should help users find the right location in the full documentation. | ||||
| * | Merge branch 'pr/153': Update documentation | Bert JW Regeer | 2015-04-14 | 1 | -1/+1 |
| |\ | |||||
| | * | Update reference.txt | lasson | 2014-08-20 | 1 | -1/+1 |
| | | | | | | | Change conditional_request to conditional_response in documentation. | ||||
| * | | Replaced mentions of Accept.best_matches(...) for mentions of ↵ | François Labelle | 2015-04-13 | 1 | -5/+17 |
| |/ | | | | Accept.best_match(...), where applicable in the documentation. | ||||
| * | Grammar fix in reference.txt (effect -> affect) | cdellin | 2014-02-12 | 1 | -2/+2 |
| | | |||||
| * | fix doc references to deprecated classes | Sergey Schetinin | 2012-06-16 | 1 | -6/+6 |
| | | |||||
| * | Change Response.status_int to Response.status_code (while still supporting ↵ | Ian Bicking | 2012-04-13 | 1 | -1/+1 |
| | | | | | .status_int, but changing documentation to prefer status_code) | ||||
| * | Fixa dead link | Alexis Metaireau | 2011-12-20 | 1 | -1/+1 |
| | | |||||
| * | partial doc fixes | Sergey Schetinin | 2011-09-25 | 1 | -48/+31 |
| | | |||||
| * | * add AcceptCharset and AcceptLanguage subclasses instead of branching in ↵ | Sergey Schetinin | 2011-09-07 | 1 | -1/+1 |
| | | | | | | | | Accept.__init__ * that allows us to remove Accept.header_name * and change Accept.__repr__ to be more straightforward | ||||
| * | * make Response.write much more efficient ↵ | Sergey Schetinin | 2011-08-18 | 1 | -2/+2 |
| | | | | | | | | | | (https://bitbucket.org/ianb/webob/issue/18) * make sure copying responses does not reset content_length or content_md5 of the original (and that of future copies) * remove Response._body so the _app_iter is the only representation * merge ResponseBodyFile.write and Response.write | ||||
| * | * change del res.body semantics so that it doesn't make the response invalid, | Sergey Schetinin | 2011-08-09 | 1 | -4/+4 |
| | | | | | | | but only removes the response body * deprecate response.ubody / unicode_body in favour of new .text attribute (the old names will be removed in 1.3 or even later) | ||||
| * | change req.decode_param_maes default to True, warn about future deprecation | Sergey Schetinin | 2011-07-31 | 1 | -2/+2 |
| | | |||||
| * | * make sure that for methods like GET and DELETE, which usually don't have a ↵ | Sergey Schetinin | 2011-07-30 | 1 | -4/+0 |
| | | | | | | | | body, if the body is set, req.is_body_readable actually becomes true * fix doctests | ||||
| * | drop python 2.4 compatibility | Sergey Schetinin | 2011-06-30 | 1 | -8/+0 |
| | | |||||
| * | cookies: | Sergey Schetinin | 2011-06-12 | 1 | -2/+2 |
| | | | | | | | * escape commas in values (see also: http://bugs.python.org/issue9824 ) * change serialization to more closely match how cookies usually are serialized (unquoted expires, semicolon separators even between morsels) * fix some cases in cookie parsing | ||||
| * | * enhance the req.is_body_readable to always guess GET, HEAD, DELETE and ↵ | Sergey Schetinin | 2011-06-02 | 1 | -1/+6 |
| | | | | | | | | TRACE as unreadable and PUT and POST as readable * deny setting req.body or req.body_file to non-empty values for GET, HEAD and other bodiless requests * see also: https://bitbucket.org/ianb/webob/issue/12 | ||||
| * | This commit aggregates most of the work done at the 2011 PyCon Pyramid ↵ | Sergey Schetinin | 2011-03-22 | 1 | -1/+1 |
| | | | | | | | | | | sprint in Atlanta GA. Only tests updates are in it, library code changes are committed separately. The sprint was organised by Chris McDonough and provided WebOb with 100% statement coverage. Participated: Alexandre Conrad, Patricio Paez, Whit Morriss, Rob Miller, Reed O'Brien, Chris Shenton, Joe Dallago, Tres Seaver, Casey Duncan, Kai Groner, Chris McDonough. The bitbucket fork on which this work was done is at https://bitbucket.org/chrism/webob-py3k and contains a detailed changelog. A big thank you to everyone who contributed! | ||||
| * | use io.BytesIO for wsgi.input on py2.7+ | Sergey Schetinin | 2010-12-06 | 1 | -5/+4 |
| | | |||||
| * | webob requires python 2.4+ since 418:5621426aecc0, drop compat modules and ↵ | Sergey Schetinin | 2010-10-01 | 1 | -1/+0 |
| | | | | | use decorators where appropriate | ||||
| * | * rewrite UnicodePathProperty as upath_property | Sergey Schetinin | 2010-08-11 | 1 | -0/+20 |
| | | | | | * simpler etag_property implementation (+missing tests) | ||||
| * | * merge headersdict and datastruct modules into new module webob.headers | Sergey Schetinin | 2010-08-11 | 1 | -3/+3 |
| | | | | | | | | * rename HeadersDict to ResponseHeaders * merge updatedict module into cachecontrol * merge webob.util.reversed and webob.compat modules into webob.util.__init__ * make DictMixin, reversed and sorted importable directly from webob.util | ||||
| * | kill req.default_charset | Sergey Schetinin | 2010-03-15 | 1 | -17/+17 |
| | | | | | | make default charset UTF-8 correct tests | ||||
| * | Move the absolutification of Location into the response application itself, ↵ | Ian Bicking | 2009-11-09 | 1 | -3/+3 |
| | | | | | not using resp.request | ||||
| * | correct doctest | Sergey Schetinin | 2009-11-04 | 1 | -2/+2 |
| | | |||||
| * | clarify docs on creating request | Ian Bicking | 2009-11-03 | 1 | -1/+5 |
| | | |||||
| * | webob: | Sergey Schetinin | 2009-08-17 | 1 | -7/+7 |
| | | | | | | * FIX: ranges support was horribly broken and test were testing for the incorrect behavior * add '# doctest: +ELLIPSIS' for doctests in contrib/decorators.py | ||||
| * | Make req.GET settable (updating the request). Avoid reparsing the request ↵ | Ian Bicking | 2009-06-08 | 1 | -2/+2 |
| | | | | | body for POSTs. Create file-upload POST bodies. Allow req.POST to be updated. Added POST parameter to Request.blank. Added Response.merge_cookies method | ||||
| * | don't assume dict ordering, accomodate Jython's stupid cStringIO repr | Philip Jenvey | 2009-05-25 | 1 | -2/+2 |
| | | |||||
| * | add shorthand for the content_disposition header to Response | Philip Jenvey | 2009-03-14 | 1 | -0/+4 |
| | | |||||
| * | Use Content-Type consistently (not content-type) | Ian Bicking | 2009-03-11 | 1 | -4/+4 |
| | | |||||
| * | Remove support for webob.Request(environ_getter), from mcdonc. | Ian Bicking | 2009-01-28 | 1 | -21/+0 |
| | | |||||
| * | Fixes for the tests, from mcdonc | Ian Bicking | 2009-01-23 | 1 | -3/+3 |
| | | |||||
| * | more jython compat for doctests; don't assume cStringIO's repr | Philip Jenvey | 2008-11-19 | 1 | -6/+7 |
| | | |||||
| * | o don't consider PUT requests with an empty content-type as form requests | Philip Jenvey | 2008-09-11 | 1 | -1/+16 |
| | | | | | | | o update req.POST's docstring per new PUT support, move its example into reference.txt thanks Ian | ||||
| * | o include docs/ in nose's doctest run, minus jsonrpc-example, as it requires a | Philip Jenvey | 2008-08-29 | 1 | -13/+14 |
| | | | | | | | package not on pypi o bring docs/ up to date, include missing test-file.txt, don't assume dict ordering | ||||
| * | sphinx-ify | Ian Bicking | 2008-05-29 | 1 | -43/+43 |
| | | |||||
| * | Refactor documentation some; move the very expicit stuff off to the side, ↵ | Ian Bicking | 2007-10-23 | 1 | -0/+1001 |
| with a more brief introduction in index.txt | |||||
