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
/
webob
/
response.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Raise a better exception for status code failures
Bert JW Regeer
2015-07-30
1
-1
/
+4
*
Un-break backwards compatibility on set_cookie
Bert JW Regeer
2015-07-30
1
-3
/
+12
*
Rebased and missed part of a patchset
Bert JW Regeer
2015-04-14
1
-5
/
+0
*
int() might fail with ValueError or TypeError.
Tim Pederick
2015-04-14
1
-1
/
+1
*
Enabled duck-typing for setting a quasi-integer response status.
Tim Pederick
2015-04-14
1
-2
/
+6
*
WSGIHTTPException sets a default status code
Bert JW Regeer
2015-04-14
1
-0
/
+3
*
Revert "Merge branch 'pr/100': Delete body if response code is 204,205 or 304"
Bert JW Regeer
2015-04-14
1
-6
/
+0
*
Merge branch 'pr/100': Delete body if response code is 204,205 or 304
Bert JW Regeer
2015-04-14
1
-0
/
+6
|
\
|
*
enhanced comment referencing "empty_body = True"
Andreas Motl
2013-03-30
1
-1
/
+2
|
*
delete response.content_type if assigning 204 (No Content) to response.status
Andreas Motl
2013-03-30
1
-0
/
+5
*
|
Merge branch 'pr/146': Use \r\n line endings in Response.__str__
Bert JW Regeer
2015-04-14
1
-1
/
+1
|
\
\
|
*
|
Use '\r\n' line endings in Response.__str__.
Laurence Rowe
2014-04-16
1
-1
/
+1
|
|
/
*
|
Merge remote-tracking branch 'origin/pr/188'
Bert JW Regeer
2015-04-03
1
-47
/
+44
|
\
\
|
*
|
Re-instate utf-8 cookie values (b/w)
Bert JW Regeer
2015-03-22
1
-1
/
+2
|
*
|
Update the documentation for response.set_cookie max_age
Bert JW Regeer
2015-03-22
1
-7
/
+8
|
*
|
Refactor the respnse.set_cookie
Bert JW Regeer
2015-03-22
1
-23
/
+17
|
*
|
Cookies have names, not keys...
Bert JW Regeer
2015-03-22
1
-8
/
+8
|
*
|
Update documentation for set_cookie expires
Bert JW Regeer
2015-03-22
1
-7
/
+8
*
|
|
Native `str` strings from Response.from_file
Philippe Gauthier
2014-05-28
1
-4
/
+4
|
/
/
*
|
Check for None explicitly instead of truthiness
Bert JW Regeer
2014-05-14
1
-1
/
+1
|
/
*
Added a fix and modified the unit tests to accomodate.
Rishi Ramraj
2012-11-22
1
-2
/
+12
*
fix issue #63 - res.cache_expires(seconds=0) then res.cache_expires(seconds=1...
Sergey Schetinin
2012-07-29
1
-0
/
+2
*
docstring typo
Sergey Schetinin
2012-05-21
1
-1
/
+1
*
add a docstring to set_cookie. thankfully its contract is not complicated. ;-)
Chris McDonough
2012-05-08
1
-1
/
+69
*
Change Response.status_int to Response.status_code (while still supporting .s...
Ian Bicking
2012-04-13
1
-9
/
+10
*
Aliased json to json_body. Make json_body a settable value. Added json_body...
Ian Bicking
2012-04-10
1
-1
/
+27
*
fix https://github.com/Pylons/webob/issues/31
Sergey Schetinin
2012-03-03
1
-5
/
+7
*
use environ[REQUEST_METHOD] rather than req.method in case we decide to leave...
Chris McDonough
2012-01-26
1
-5
/
+6
*
turn remote_user_encoding and url_encoding into environ_getters (adding webob...
Chris McDonough
2012-01-26
1
-12
/
+16
*
fix status_int/status bug on py3 (use explicit floor division), add coverage
Chris McDonough
2012-01-08
1
-2
/
+2
*
Improving compliance with RFC2616 re HTTP status codes - now an application can
Michael Stella
2011-12-06
1
-3
/
+10
*
* ``Response.request`` and ``Response.environ`` attrs are undeprecated and no
Chris McDonough
2011-10-06
1
-6
/
+2
*
Merge branch 'master' of github.com:Pylons/webob
Chris McDonough
2011-10-06
1
-2
/
+1
|
\
|
*
fix str(Response()) w/o charset, but only on py2
Sergey Schetinin
2011-10-02
1
-2
/
+1
*
|
* Fix deprecation error messages for ``response.request`` and
Chris McDonough
2011-10-06
1
-2
/
+2
|
/
*
Merge branch 'sergey-1.2-py2-only' into 1.2-merge
Sergey Schetinin
2011-09-25
1
-10
/
+14
|
\
|
*
make 304 response generation a bit more tidy
Sergey Schetinin
2011-09-22
1
-4
/
+4
|
*
change IfRange api to `resp in req.if_range`
Sergey Schetinin
2011-09-21
1
-1
/
+1
|
*
better support for weak response etag
Sergey Schetinin
2011-09-21
1
-4
/
+8
|
*
mark Response.unicode_errors for deprecation
Sergey Schetinin
2011-09-20
1
-1
/
+1
|
*
req.script_name and .path_info contain unicode now
Sergey Schetinin
2011-09-20
1
-2
/
+2
|
*
deprecate more stuff
Sergey Schetinin
2011-09-18
1
-23
/
+3
*
|
fix etag_md5(set_content_md5=True)
Sergey Schetinin
2011-09-25
1
-4
/
+5
*
|
_empty_bytes -> b''
Sergey Schetinin
2011-09-25
1
-4
/
+2
*
|
rewrite _status__set
Sergey Schetinin
2011-09-25
1
-9
/
+9
*
|
binary_type -> bytes
Sergey Schetinin
2011-09-25
1
-4
/
+3
*
|
make all cookie morsel values bytes
Sergey Schetinin
2011-09-24
1
-7
/
+5
*
|
mirror some deprecation changes from sergey-1.2-py2-only branch
Sergey Schetinin
2011-09-24
1
-0
/
+6
*
|
Merge branch 'master' of github.com:Pylons/webob
Sergey Schetinin
2011-09-24
1
-1
/
+2
|
\
\
|
*
|
return bytes, not text
Chris McDonough
2011-09-23
1
-1
/
+2
[next]