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
*
Update documentation indentation
Bert JW Regeer
2016-11-17
1
-3
/
+3
*
Remove key from Response.set_cookie
Bert JW Regeer
2016-11-17
1
-6
/
+1
*
Fix Response.__init__ documentation
Bert JW Regeer
2016-11-16
1
-6
/
+6
*
Further content_type/charset cleanups
Bert JW Regeer
2016-10-02
1
-29
/
+71
*
HTTP Status code 205 also has no body
Bert JW Regeer
2016-10-02
1
-1
/
+1
*
Making Location header absolute is now less costly
Bert JW Regeer
2016-10-02
1
-14
/
+21
*
Content-Type is not added if a headerlist is provided
Bert JW Regeer
2016-09-30
1
-31
/
+44
*
Skip the property, use the underlying val directly
Bert JW Regeer
2016-09-30
1
-1
/
+1
*
Teach Response about default_body_encoding
Bert JW Regeer
2016-09-30
1
-8
/
+19
*
Update ResponseBodyFile.tell() to use public API
Bert JW Regeer
2016-07-30
1
-3
/
+4
*
Merge branch 'master' into pr/117
Bert JW Regeer
2016-07-30
1
-157
/
+370
|
\
|
*
Don't set charset if already set
fix/charset_handling
Bert JW Regeer
2016-07-29
1
-1
/
+1
|
*
Don't set Content-Type if headerlist is provided
Bert JW Regeer
2016-07-29
1
-1
/
+17
|
*
Remove :py from Sphinx declarations
Bert JW Regeer
2016-07-29
1
-17
/
+17
|
*
Change the logic for the content_type setting
Bert JW Regeer
2016-07-29
1
-4
/
+2
|
*
Fix content_type bug if content_type was empty
Bert JW Regeer
2016-07-29
1
-0
/
+2
|
*
Update more documentation
Bert JW Regeer
2016-07-29
1
-14
/
+23
|
*
charset is not *that* special
Bert JW Regeer
2016-07-29
1
-5
/
+1
|
*
Turn DeprecationWarning into RuntimeWarning
Bert JW Regeer
2016-07-29
1
-2
/
+4
|
*
improve presentation of class variables
Steve Piercy
2016-07-18
1
-45
/
+53
|
*
Clarify headerlist
Bert JW Regeer
2016-07-16
1
-1
/
+2
|
*
Documentation for Response()
Bert JW Regeer
2016-07-16
1
-7
/
+83
|
*
Remove body_encoding
Bert JW Regeer
2016-07-16
1
-9
/
+4
|
*
Add documentation for why lines exist
Bert JW Regeer
2016-07-16
1
-0
/
+5
|
*
Make charset a first-class keyword argument
Bert JW Regeer
2016-07-16
1
-4
/
+4
|
*
On HTTP status codes without body, don't set content type
Bert JW Regeer
2016-07-16
1
-3
/
+14
|
*
Add a deprecation warning for charset removal
Bert JW Regeer
2016-07-16
1
-0
/
+6
|
*
content_type removes charset unless text like
Bert JW Regeer
2016-07-16
1
-8
/
+39
|
*
Instead of del, call prop function directly
Bert JW Regeer
2016-07-16
1
-2
/
+3
|
*
json.dumps/loads is now always UTF-8
Bert JW Regeer
2016-07-16
1
-3
/
+2
|
*
Allow charset on all content_types
Bert JW Regeer
2016-07-16
1
-4
/
+2
|
*
Remove _is_json and add _content_type_has_charset
Bert JW Regeer
2016-07-16
1
-8
/
+11
|
*
Clean up Response.__init__
Bert JW Regeer
2016-07-16
1
-17
/
+30
|
*
Remove todo
Bert JW Regeer
2016-07-16
1
-2
/
+2
|
*
Remove unnecessary statement
Bert JW Regeer
2016-07-16
1
-1
/
+0
|
*
Set content_type in headers only if we have one
Bert JW Regeer
2016-07-16
1
-1
/
+1
|
*
Remove nocovers
Bert JW Regeer
2016-07-16
1
-2
/
+2
|
*
Document why we are doing what we are doing
Bert JW Regeer
2016-07-16
1
-1
/
+4
|
*
Make PEP8 happier
Bert JW Regeer
2016-07-16
1
-53
/
+38
|
*
response: improve charset defaults
Riley Patterson
2016-07-16
1
-25
/
+36
|
*
Adds Reponse.has_body.
Martin Thurau
2016-06-29
1
-0
/
+18
|
*
Split on first two whitespaces in Response.from_file
Bert JW Regeer
2016-05-19
1
-1
/
+1
|
*
Merge '#197' of quantum-omega into bugfix/nocharset
Bert JW Regeer
2016-01-28
1
-10
/
+17
|
|
\
|
|
*
Don't add a charset if none is specified and the content-type is JSON.
François Labelle
2015-04-22
1
-10
/
+17
|
*
|
Fix python 2.6 support
Bert JW Regeer
2015-10-13
1
-1
/
+1
|
*
|
Response.from_file should account for HTTP response
Bert JW Regeer
2015-10-13
1
-0
/
+8
|
*
|
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
[next]