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
*
If app_iter is provided set it in Response
Bert JW Regeer
2017-01-16
1
-1
/
+1
*
Let's not rest on hopes, cgi.FieldStorage needs patching on Py3
Bert JW Regeer
2016-12-22
1
-76
/
+69
*
mo bettah reST syntax
Steve Piercy
2016-12-10
1
-3
/
+6
*
Polish up reST syntax (only in docstrings for code, since comments don't get ...
Steve Piercy
2016-12-10
1
-64
/
+66
*
Merge pull request #301 from Pylons/feature/remove_ctype_params
Bert JW Regeer
2016-12-09
1
-39
/
+34
|
\
|
*
Update documentation for Content-Type
Bert JW Regeer
2016-12-09
1
-13
/
+5
|
*
Remove unused warning
Bert JW Regeer
2016-12-09
1
-2
/
+0
|
*
Remove all Content-Type params when setting Content-Type
Bert JW Regeer
2016-12-09
1
-24
/
+29
*
|
Merge pull request #300 from julienmeyer/bug/issue-299
Bert JW Regeer
2016-12-09
1
-0
/
+10
|
\
\
|
|
/
|
/
|
|
*
Remove headers length from content part if present and filename not present
Julien Meyer
2016-11-24
1
-0
/
+10
*
|
cmp() was removed in Py3
Bert JW Regeer
2016-11-24
1
-3
/
+3
*
|
Special case PY2: multidict.py
Bert JW Regeer
2016-11-24
1
-27
/
+27
*
|
Special case PY2: client.py
Bert JW Regeer
2016-11-24
1
-3
/
+2
*
|
Special case PY2: cookies.py
Bert JW Regeer
2016-11-24
1
-9
/
+9
*
|
Special case PY2: response.py
Bert JW Regeer
2016-11-24
1
-7
/
+7
*
|
Special case PY2: descriptors.py
Bert JW Regeer
2016-11-24
1
-9
/
+10
*
|
Special case PY2: request.py
Bert JW Regeer
2016-11-24
1
-32
/
+26
*
|
Collapse encget into single func for Py2/Py3
Bert JW Regeer
2016-11-24
1
-23
/
+16
*
|
Add PY2 to compat
Bert JW Regeer
2016-11-24
1
-0
/
+1
*
|
We test on both Py3 and Py2 and combine coverage
Bert JW Regeer
2016-11-24
7
-29
/
+29
|
/
*
Update documentation
Bert JW Regeer
2016-11-21
1
-63
/
+73
*
-
.
Merge branches 'bugfix/cgi_FieldStorage' and 'bugfix/set_cookie_datetime'
Bert JW Regeer
2016-11-18
2
-52
/
+88
|
\
\
|
|
*
Increase deprecation period
Bert JW Regeer
2016-11-18
1
-2
/
+2
|
|
*
Update expires for set_cookie to allow TZ aware datetime
Bert JW Regeer
2016-11-18
1
-0
/
+18
|
|
/
|
/
|
|
*
FieldStorage.read_multi needs fixup until Python bug 27777 is closed
Bert JW Regeer
2016-11-18
1
-9
/
+7
|
*
Add workaround for Python bug 27777
Bert JW Regeer
2016-11-18
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
|
/
[next]