summaryrefslogtreecommitdiff
path: root/webob/response.py
Commit message (Expand)AuthorAgeFilesLines
* Added a fix and modified the unit tests to accomodate.Rishi Ramraj2012-11-221-2/+12
* fix issue #63 - res.cache_expires(seconds=0) then res.cache_expires(seconds=1...Sergey Schetinin2012-07-291-0/+2
* docstring typoSergey Schetinin2012-05-211-1/+1
* add a docstring to set_cookie. thankfully its contract is not complicated. ;-)Chris McDonough2012-05-081-1/+69
* Change Response.status_int to Response.status_code (while still supporting .s...Ian Bicking2012-04-131-9/+10
* Aliased json to json_body. Make json_body a settable value. Added json_body...Ian Bicking2012-04-101-1/+27
* fix https://github.com/Pylons/webob/issues/31Sergey Schetinin2012-03-031-5/+7
* use environ[REQUEST_METHOD] rather than req.method in case we decide to leave...Chris McDonough2012-01-261-5/+6
* turn remote_user_encoding and url_encoding into environ_getters (adding webob...Chris McDonough2012-01-261-12/+16
* fix status_int/status bug on py3 (use explicit floor division), add coverageChris McDonough2012-01-081-2/+2
* Improving compliance with RFC2616 re HTTP status codes - now an application canMichael Stella2011-12-061-3/+10
* * ``Response.request`` and ``Response.environ`` attrs are undeprecated and noChris McDonough2011-10-061-6/+2
* Merge branch 'master' of github.com:Pylons/webobChris McDonough2011-10-061-2/+1
|\
| * fix str(Response()) w/o charset, but only on py2Sergey Schetinin2011-10-021-2/+1
* | * Fix deprecation error messages for ``response.request`` andChris McDonough2011-10-061-2/+2
|/
* Merge branch 'sergey-1.2-py2-only' into 1.2-mergeSergey Schetinin2011-09-251-10/+14
|\
| * make 304 response generation a bit more tidySergey Schetinin2011-09-221-4/+4
| * change IfRange api to `resp in req.if_range`Sergey Schetinin2011-09-211-1/+1
| * better support for weak response etagSergey Schetinin2011-09-211-4/+8
| * mark Response.unicode_errors for deprecationSergey Schetinin2011-09-201-1/+1
| * req.script_name and .path_info contain unicode nowSergey Schetinin2011-09-201-2/+2
| * deprecate more stuffSergey Schetinin2011-09-181-23/+3
* | fix etag_md5(set_content_md5=True)Sergey Schetinin2011-09-251-4/+5
* | _empty_bytes -> b''Sergey Schetinin2011-09-251-4/+2
* | rewrite _status__setSergey Schetinin2011-09-251-9/+9
* | binary_type -> bytesSergey Schetinin2011-09-251-4/+3
* | make all cookie morsel values bytesSergey Schetinin2011-09-241-7/+5
* | mirror some deprecation changes from sergey-1.2-py2-only branchSergey Schetinin2011-09-241-0/+6
* | Merge branch 'master' of github.com:Pylons/webobSergey Schetinin2011-09-241-1/+2
|\ \
| * | return bytes, not textChris McDonough2011-09-231-1/+2
* | | make cookies module all-bytes internallySergey Schetinin2011-09-241-2/+7
|/ /
* | use paren-importsChris McDonough2011-09-221-29/+47
* | add test for setting status to a binary typeChris McDonough2011-09-221-1/+2
* | improve from_file tests and implChris McDonough2011-09-221-8/+8
* | unused importChris McDonough2011-09-221-1/+0
* | update news.txt with relevant changesChris McDonough2011-09-221-7/+0
* | sort imports and more direct importsChris McDonough2011-09-221-10/+9
* | line lengthsChris McDonough2011-09-211-2/+4
* | md5 doesnt need a compat importChris McDonough2011-09-211-1/+1
* | trim compat down to only necessary components; more direct imports; 100% test...Chris McDonough2011-09-211-3/+0
* | atrocious straddling codeChris McDonough2011-09-201-3/+1
* | b -> bytes_Chris McDonough2011-09-201-8/+6
* | fix unresolved conflictsSergey Schetinin2011-09-191-0/+1
* | Merge commit 'bce343c65d61d2b0ff67b86fa7cee0f59f3bd288' into chrism-py3-alt-m...Sergey Schetinin2011-09-191-78/+7
|\ \ | |/
| * * deprecate Response.request / .environSergey Schetinin2011-09-181-78/+8
* | Merge commit '250a1f802668378c69a751194aba19899b456f25' into chrism-py3-alt-m...Sergey Schetinin2011-09-191-4/+3
|\ \ | |/
| * StringIO -> BytesIOSergey Schetinin2011-09-181-4/+2
* | Merge branch '1.1-branch' into chrism-py3-alt-merge2Sergey Schetinin2011-09-191-4/+11
|\ \ | |/
| * do not set resp.request in req.get_response(app), warn when passing request t...Sergey Schetinin2011-09-171-0/+1
| * deprecate Response.request and Response.environSergey Schetinin2011-09-161-4/+10