index
:
delta/python-packages/webob.git
1.1-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
bugfix/Response_app_iter
bugfix/cgi_FieldStorage
bugfix/exc_json_response
bugfix/exc_performance
bugfix/modify_post
bugfix/nonbytes-samesite
bugfix/set_cookie_datetime
cleanup/remove_fakecgibody
cleanup/testing
docs/cleanup
feature.cookie-bug-for-bug
feature.decoding
feature.make-cookie
feature.pathinfogeddon
feature.pylons10compat
feature/Accept.best_client_match
feature/default_body_encoding
fix-linkcheck
fix.136
fix.cookie_handling
fix.wsgify-middleware-docs
fix/bodies_on_everything
fix/charset_handling
fixup/PATH_SAFE
ianb-decorator-experiment
immutable-cache-control
main
master
ng
perf/response
pr/203
sergey-1.2-py2-only
stevepiercy-patch-1
tests.pycon2011
tests.pycon2011-runup
webob-ng
github.com: Pylons/webob.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_response.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/pr/188'
Bert JW Regeer
2015-04-03
1
-7
/
+47
|
\
|
*
Add setup/teardown module functions
Bert JW Regeer
2015-03-22
1
-2
/
+29
|
*
Verify unicode values raise an exception
Bert JW Regeer
2015-03-22
1
-6
/
+5
|
*
Change test_cookies() to not include unicode
Bert JW Regeer
2015-03-22
1
-3
/
+3
|
*
Documentation states expires can be timedelta
Bert JW Regeer
2015-03-22
1
-0
/
+14
*
|
Native `str` strings from Response.from_file
Philippe Gauthier
2014-05-28
1
-0
/
+6
|
/
*
Fix test breakage under Py3k.
Tres Seaver
2013-03-29
1
-1
/
+1
*
No docstrings in testcases.
Tres Seaver
2013-03-29
1
-4
/
+3
*
bring test coverage back to 100% for pull request 85 which fixes bug #84
Tom Willis
2013-03-23
1
-0
/
+12
*
Added a fix and modified the unit tests to accomodate.
Rishi Ramraj
2012-11-22
1
-2
/
+0
*
fix issue #63 - res.cache_expires(seconds=0) then res.cache_expires(seconds=1...
Sergey Schetinin
2012-07-29
1
-0
/
+10
*
Add some tests for Request.text, and .json
Ian Bicking
2012-04-14
1
-0
/
+2
*
Change Response.status_int to Response.status_code (while still supporting .s...
Ian Bicking
2012-04-13
1
-25
/
+27
*
Aliased json to json_body. Make json_body a settable value. Added json_body...
Ian Bicking
2012-04-10
1
-0
/
+7
*
fix https://github.com/Pylons/webob/issues/34
Sergey Schetinin
2012-03-03
1
-0
/
+2
*
fix https://github.com/Pylons/webob/issues/31
Sergey Schetinin
2012-03-03
1
-0
/
+5
*
turn remote_user_encoding and url_encoding into environ_getters (adding webob...
Chris McDonough
2012-01-26
1
-2
/
+9
*
fix status_int/status bug on py3 (use explicit floor division), add coverage
Chris McDonough
2012-01-08
1
-1
/
+28
*
fix str(Response()) w/o charset, but only on py2
Sergey Schetinin
2011-10-02
1
-0
/
+2
*
Merge branch 'sergey-1.2-py2-only' into 1.2-merge
Sergey Schetinin
2011-09-25
1
-4
/
+20
|
\
|
*
enable weak matching for if-none-match
Sergey Schetinin
2011-09-21
1
-4
/
+20
*
|
test coverage
Sergey Schetinin
2011-09-25
1
-2
/
+2
*
|
fix etag_md5(set_content_md5=True)
Sergey Schetinin
2011-09-25
1
-11
/
+2
*
|
more test coverage
Sergey Schetinin
2011-09-24
1
-6
/
+10
*
|
return bytes, not text
Chris McDonough
2011-09-23
1
-1
/
+1
*
|
add test for setting status to a binary type
Chris McDonough
2011-09-22
1
-0
/
+7
*
|
improve from_file tests and impl
Chris McDonough
2011-09-22
1
-5
/
+15
*
|
md5 doesnt need a compat import
Chris McDonough
2011-09-21
1
-1
/
+1
*
|
use direct imports, kill dead imports
Chris McDonough
2011-09-20
1
-16
/
+16
*
|
atrocious straddling code
Chris McDonough
2011-09-20
1
-1
/
+1
*
|
b -> bytes_
Chris McDonough
2011-09-20
1
-104
/
+105
*
|
Merge commit 'bce343c65d61d2b0ff67b86fa7cee0f59f3bd288' into chrism-py3-alt-m...
Sergey Schetinin
2011-09-19
1
-93
/
+13
|
\
\
|
|
/
|
*
* deprecate Response.request / .environ
Sergey Schetinin
2011-09-18
1
-93
/
+13
*
|
Merge commit '250a1f802668378c69a751194aba19899b456f25' into chrism-py3-alt-m...
Sergey Schetinin
2011-09-19
1
-13
/
+10
|
\
\
|
|
/
|
*
StringIO -> BytesIO
Sergey Schetinin
2011-09-18
1
-13
/
+10
*
|
made all response tests pass except cookie-related ones
Chris McDonough
2011-09-16
1
-72
/
+87
*
|
work towards creating and using 'compat' module and removing syntax errors wh...
Chris McDonough
2011-09-15
1
-21
/
+25
|
/
*
bring back to 100% test coverage
Sergey Schetinin
2011-08-18
1
-0
/
+4
*
* make Response.write much more efficient (https://bitbucket.org/ianb/webob/i...
Sergey Schetinin
2011-08-18
1
-91
/
+49
*
fix test on Jython (did you know that 'abc'.encode('utf-16') produces different
Sergey Schetinin
2011-08-09
1
-5
/
+6
*
* change del res.body semantics so that it doesn't make the response invalid,
Sergey Schetinin
2011-08-09
1
-34
/
+33
*
make Response().body_file settable. usage: Response(body_file=open('foo.bin')...
Sergey Schetinin
2011-07-20
1
-38
/
+43
*
This commit aggregates most of the work done at the 2011 PyCon Pyramid sprint...
Sergey Schetinin
2011-03-22
1
-0
/
+820
*
Add a lot of tests.
Sergey Schetinin
2011-02-20
1
-17
/
+68
*
fix Response().content_type = None (typo: was removing cache_control instead)
Sergey Schetinin
2011-01-27
1
-0
/
+13
*
fix Response.merge_cookies + test (obv, this is actually not used by anyone, ...
Sergey Schetinin
2011-01-22
1
-6
/
+16
*
add some cookie tests
Sergey Schetinin
2011-01-22
1
-1
/
+3
*
fix: ResponseHeaders.update() should overwrite keys
Sergey Schetinin
2010-11-20
1
-0
/
+7
*
resp.set_cookie() should accept unicode values
Sergey Schetinin
2010-10-12
1
-0
/
+1
*
merge util.safegzip into response.py
Sergey Schetinin
2010-10-01
1
-1
/
+1
[next]