summaryrefslogtreecommitdiff
path: root/webob/response.py
Commit message (Expand)AuthorAgeFilesLines
* Update documentation indentationBert JW Regeer2016-11-171-3/+3
* Remove key from Response.set_cookieBert JW Regeer2016-11-171-6/+1
* Fix Response.__init__ documentationBert JW Regeer2016-11-161-6/+6
* Further content_type/charset cleanupsBert JW Regeer2016-10-021-29/+71
* HTTP Status code 205 also has no bodyBert JW Regeer2016-10-021-1/+1
* Making Location header absolute is now less costlyBert JW Regeer2016-10-021-14/+21
* Content-Type is not added if a headerlist is providedBert JW Regeer2016-09-301-31/+44
* Skip the property, use the underlying val directlyBert JW Regeer2016-09-301-1/+1
* Teach Response about default_body_encodingBert JW Regeer2016-09-301-8/+19
* Update ResponseBodyFile.tell() to use public APIBert JW Regeer2016-07-301-3/+4
* Merge branch 'master' into pr/117Bert JW Regeer2016-07-301-157/+370
|\
| * Don't set charset if already setfix/charset_handlingBert JW Regeer2016-07-291-1/+1
| * Don't set Content-Type if headerlist is providedBert JW Regeer2016-07-291-1/+17
| * Remove :py from Sphinx declarationsBert JW Regeer2016-07-291-17/+17
| * Change the logic for the content_type settingBert JW Regeer2016-07-291-4/+2
| * Fix content_type bug if content_type was emptyBert JW Regeer2016-07-291-0/+2
| * Update more documentationBert JW Regeer2016-07-291-14/+23
| * charset is not *that* specialBert JW Regeer2016-07-291-5/+1
| * Turn DeprecationWarning into RuntimeWarningBert JW Regeer2016-07-291-2/+4
| * improve presentation of class variablesSteve Piercy2016-07-181-45/+53
| * Clarify headerlistBert JW Regeer2016-07-161-1/+2
| * Documentation for Response()Bert JW Regeer2016-07-161-7/+83
| * Remove body_encodingBert JW Regeer2016-07-161-9/+4
| * Add documentation for why lines existBert JW Regeer2016-07-161-0/+5
| * Make charset a first-class keyword argumentBert JW Regeer2016-07-161-4/+4
| * On HTTP status codes without body, don't set content typeBert JW Regeer2016-07-161-3/+14
| * Add a deprecation warning for charset removalBert JW Regeer2016-07-161-0/+6
| * content_type removes charset unless text likeBert JW Regeer2016-07-161-8/+39
| * Instead of del, call prop function directlyBert JW Regeer2016-07-161-2/+3
| * json.dumps/loads is now always UTF-8Bert JW Regeer2016-07-161-3/+2
| * Allow charset on all content_typesBert JW Regeer2016-07-161-4/+2
| * Remove _is_json and add _content_type_has_charsetBert JW Regeer2016-07-161-8/+11
| * Clean up Response.__init__Bert JW Regeer2016-07-161-17/+30
| * Remove todoBert JW Regeer2016-07-161-2/+2
| * Remove unnecessary statementBert JW Regeer2016-07-161-1/+0
| * Set content_type in headers only if we have oneBert JW Regeer2016-07-161-1/+1
| * Remove nocoversBert JW Regeer2016-07-161-2/+2
| * Document why we are doing what we are doingBert JW Regeer2016-07-161-1/+4
| * Make PEP8 happierBert JW Regeer2016-07-161-53/+38
| * response: improve charset defaultsRiley Patterson2016-07-161-25/+36
| * Adds Reponse.has_body.Martin Thurau2016-06-291-0/+18
| * Split on first two whitespaces in Response.from_fileBert JW Regeer2016-05-191-1/+1
| * Merge '#197' of quantum-omega into bugfix/nocharsetBert JW Regeer2016-01-281-10/+17
| |\
| | * Don't add a charset if none is specified and the content-type is JSON.François Labelle2015-04-221-10/+17
| * | Fix python 2.6 supportBert JW Regeer2015-10-131-1/+1
| * | Response.from_file should account for HTTP responseBert JW Regeer2015-10-131-0/+8
| * | Raise a better exception for status code failuresBert JW Regeer2015-07-301-1/+4
| * | Un-break backwards compatibility on set_cookieBert JW Regeer2015-07-301-3/+12
| |/
| * Rebased and missed part of a patchsetBert JW Regeer2015-04-141-5/+0
| * int() might fail with ValueError or TypeError.Tim Pederick2015-04-141-1/+1