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
Commit message (
Expand
)
Author
Age
Files
Lines
*
FieldStorage.read_multi needs fixup until Python bug 27777 is closed
bugfix/cgi_FieldStorage
Bert JW Regeer
2016-11-18
1
-9
/
+7
*
Add workaround for Python bug 27777
Bert JW Regeer
2016-11-17
1
-52
/
+72
*
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
*
Update PATH_SAFE to include all safe characters from RFC3989
Bert JW Regeer
2016-11-16
1
-1
/
+1
*
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
*
Speedup header deletion
Bert JW Regeer
2016-09-30
1
-4
/
+1
*
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
*
Use list comprehension to return list
Bert JW Regeer
2016-09-30
1
-5
/
+1
*
Speed up __setitem__ in ResponseHeader
Bert JW Regeer
2016-09-30
1
-4
/
+1
*
Teach Response about default_body_encoding
Bert JW Regeer
2016-09-30
1
-8
/
+19
*
Merge pull request #283 from Pylons/fix/bodies_on_everything
Bert JW Regeer
2016-09-30
1
-145
/
+174
|
\
|
*
Update docstring
fix/bodies_on_everything
Bert JW Regeer
2016-09-29
1
-2
/
+2
|
*
Add DeprecationWarning for FakeCGIBody
Bert JW Regeer
2016-09-29
1
-0
/
+7
|
*
PEP8
Bert JW Regeer
2016-09-29
1
-33
/
+36
|
*
Invalid indent
Bert JW Regeer
2016-09-29
1
-1
/
+1
|
*
Rework req.copy_body()
Bert JW Regeer
2016-09-29
1
-44
/
+77
|
*
req.body gets some minor cleanups
Bert JW Regeer
2016-09-29
1
-10
/
+10
|
*
Remove http_method_probably_has_body
Bert JW Regeer
2016-09-29
1
-39
/
+25
|
*
Remove unused imports
Bert JW Regeer
2016-09-29
1
-3
/
+0
|
*
Req.body_file no longer accepts bytes
Bert JW Regeer
2016-09-29
1
-14
/
+17
*
|
Move the _lazified class out of the lazify function
bugfix/exc_performance
Bert JW Regeer
2016-09-29
1
-6
/
+11
|
/
*
Make the TypeError text useful
Bert JW Regeer
2016-07-30
1
-1
/
+2
*
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
13
-378
/
+1301
|
\
|
*
Merge branch 'master' into pr/228
Bert JW Regeer
2016-07-30
3
-127
/
+308
|
|
\
|
|
*
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
|
|
*
Up versions that raise instead of warnings.warn
Bert JW Regeer
2016-07-16
1
-2
/
+2
|
|
*
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
[next]