summaryrefslogtreecommitdiff
path: root/webob/response.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | try to make cookies work on both python 2 and python 3Chris McDonough2011-09-171-4/+6
* | use a 'normal' MultiDict for both GET and POST instead of a UnicodeMultiDict;...Chris McDonough2011-09-161-4/+4
* | fix md5_etag testChris McDonough2011-09-161-1/+2
* | made all response tests pass except cookie-related onesChris McDonough2011-09-161-19/+37
* | work towards creating and using 'compat' module and removing syntax errors wh...Chris McDonough2011-09-151-24/+26
* | line lengthsChris McDonough2011-09-151-2/+4
* | imports and line lengthsChris McDonough2011-09-151-41/+49
|/