summaryrefslogtreecommitdiff
path: root/tests/test_response.py
Commit message (Expand)AuthorAgeFilesLines
* turn remote_user_encoding and url_encoding into environ_getters (adding webob...Chris McDonough2012-01-261-2/+9
* fix status_int/status bug on py3 (use explicit floor division), add coverageChris McDonough2012-01-081-1/+28
* fix str(Response()) w/o charset, but only on py2Sergey Schetinin2011-10-021-0/+2
* Merge branch 'sergey-1.2-py2-only' into 1.2-mergeSergey Schetinin2011-09-251-4/+20
|\
| * enable weak matching for if-none-matchSergey Schetinin2011-09-211-4/+20
* | test coverageSergey Schetinin2011-09-251-2/+2
* | fix etag_md5(set_content_md5=True)Sergey Schetinin2011-09-251-11/+2
* | more test coverageSergey Schetinin2011-09-241-6/+10
* | return bytes, not textChris McDonough2011-09-231-1/+1
* | add test for setting status to a binary typeChris McDonough2011-09-221-0/+7
* | improve from_file tests and implChris McDonough2011-09-221-5/+15
* | md5 doesnt need a compat importChris McDonough2011-09-211-1/+1
* | use direct imports, kill dead importsChris McDonough2011-09-201-16/+16
* | atrocious straddling codeChris McDonough2011-09-201-1/+1
* | b -> bytes_Chris McDonough2011-09-201-104/+105
* | Merge commit 'bce343c65d61d2b0ff67b86fa7cee0f59f3bd288' into chrism-py3-alt-m...Sergey Schetinin2011-09-191-93/+13
|\ \ | |/
| * * deprecate Response.request / .environSergey Schetinin2011-09-181-93/+13
* | Merge commit '250a1f802668378c69a751194aba19899b456f25' into chrism-py3-alt-m...Sergey Schetinin2011-09-191-13/+10
|\ \ | |/
| * StringIO -> BytesIOSergey Schetinin2011-09-181-13/+10
* | made all response tests pass except cookie-related onesChris McDonough2011-09-161-72/+87
* | work towards creating and using 'compat' module and removing syntax errors wh...Chris McDonough2011-09-151-21/+25
|/
* bring back to 100% test coverageSergey Schetinin2011-08-181-0/+4
* * make Response.write much more efficient (https://bitbucket.org/ianb/webob/i...Sergey Schetinin2011-08-181-91/+49
* fix test on Jython (did you know that 'abc'.encode('utf-16') produces differentSergey Schetinin2011-08-091-5/+6
* * change del res.body semantics so that it doesn't make the response invalid,Sergey Schetinin2011-08-091-34/+33
* make Response().body_file settable. usage: Response(body_file=open('foo.bin')...Sergey Schetinin2011-07-201-38/+43
* This commit aggregates most of the work done at the 2011 PyCon Pyramid sprint...Sergey Schetinin2011-03-221-0/+820
* Add a lot of tests.Sergey Schetinin2011-02-201-17/+68
* fix Response().content_type = None (typo: was removing cache_control instead)Sergey Schetinin2011-01-271-0/+13
* fix Response.merge_cookies + test (obv, this is actually not used by anyone, ...Sergey Schetinin2011-01-221-6/+16
* add some cookie testsSergey Schetinin2011-01-221-1/+3
* fix: ResponseHeaders.update() should overwrite keysSergey Schetinin2010-11-201-0/+7
* resp.set_cookie() should accept unicode valuesSergey Schetinin2010-10-121-0/+1
* merge util.safegzip into response.pySergey Schetinin2010-10-011-1/+1
* Implement Request and Response .from_file() constructorsIan Bicking2010-06-111-0/+15
* Increase cookie coverage testing, use extended cookie for generatingBen Bangert2010-02-251-0/+5
* Request.copy() should close original app_iterSergey Schetinin2010-01-091-0/+6
* fix BaseRequest.ResponseClassSergey Schetinin2009-11-141-1/+2
* when creating Response.body from app_iter handle content_length w/ more caseSergey Schetinin2009-11-081-1/+33
* webob: fix AppIterRange (ticket #386)Sergey Schetinin2009-10-181-4/+28
* plug a potential memory leak with HEAD requests and 304 respones: close thePhilip Jenvey2008-12-061-0/+11
* Fixed some test errors with urlvars/urlargs, and with empty headerlist and se...Ian Bicking2008-01-311-1/+1
* Changed signature of Response(). Added default charset. Added Response.writ...Ian Bicking2007-12-181-2/+1
* Added resp.encode|decode_contentIan Bicking2007-12-171-1/+8
* Continue renameIan Bicking2007-08-081-1/+1
* RenameIan Bicking2007-08-081-0/+31