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
*
Ensure that webob.exc.status_map is deterministic.
Ryan Petrello
2015-07-31
1
-1
/
+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
*
Enabled duck-typing for setting a quasi-integer response status.
Tim Pederick
2015-04-14
1
-2
/
+6
*
Merge branch 'pr/162': Fix MultiDict's extend()
Bert JW Regeer
2015-04-14
1
-0
/
+3
|
\
|
*
Fix: GetDict.extend() should update QUERY_STRING
Jeff Dairiki
2014-10-03
1
-0
/
+3
*
|
WSGIHTTPException sets a default status code
Bert JW Regeer
2015-04-14
2
-2
/
+5
*
|
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 branch 'pr/151': Fix typos in code
Bert JW Regeer
2015-04-14
1
-3
/
+3
|
\
\
\
\
|
*
|
|
|
multidict: fix typos
Nils Philippsen
2014-07-23
1
-3
/
+3
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'pr/193': Fix warn_deprecation
Bert JW Regeer
2015-04-13
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Use the 'name' parameter instead of the 'attr' parameter inside 'deprecated_p...
François Labelle
2015-04-13
1
-2
/
+2
*
|
|
|
|
Merge branch 'pr/192'
Bert JW Regeer
2015-04-13
1
-7
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Request.POST should not replace Request.body_file
Bert JW Regeer
2015-04-12
1
-7
/
+4
|
|
/
/
/
/
*
|
|
|
|
Copy strings_differ from Pyramid
Bert JW Regeer
2015-04-13
1
-3
/
+8
|
/
/
/
/
*
|
|
|
Merge pull request #184 from jd/jd/read-body-on-patch
Bert JW Regeer
2015-04-10
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
request: read body from file if the method is PATCH
Julien Danjou
2014-12-26
1
-2
/
+2
*
|
|
|
|
Include a patch from CPython's bug tracker to fix cgi.FieldStorage on 3.x
Donald Stufft
2015-04-04
2
-6
/
+69
*
|
|
|
|
Merge remote-tracking branch 'origin/pr/188'
Bert JW Regeer
2015-04-03
2
-74
/
+130
|
\
\
\
\
\
|
*
|
|
|
|
Re-instate utf-8 cookie values (b/w)
Bert JW Regeer
2015-03-22
1
-1
/
+2
|
*
|
|
|
|
Use RuntimeWarning instead of DeprecationWarning
Bert JW Regeer
2015-03-22
1
-1
/
+1
|
*
|
|
|
|
Don't calculate the same result twice
Bert JW Regeer
2015-03-22
1
-2
/
+4
|
*
|
|
|
|
Until such a time that we can deprecate this, warn
Bert JW Regeer
2015-03-22
1
-1
/
+21
|
*
|
|
|
|
Document cookie name requirements explicitly
Bert JW Regeer
2015-03-22
1
-9
/
+19
|
*
|
|
|
|
Raise ValueError if cookie value has invalid chars
Bert JW Regeer
2015-03-22
1
-16
/
+11
|
*
|
|
|
|
Set new Base64Serializer as default on CookieProfile
Bert JW Regeer
2015-03-22
1
-1
/
+1
|
*
|
|
|
|
Add new base64 serializer
Bert JW Regeer
2015-03-22
1
-1
/
+33
|
*
|
|
|
|
Update comments that had false information
Bert JW Regeer
2015-03-22
1
-5
/
+5
|
*
|
|
|
|
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
|
|
/
/
/
/
*
|
|
|
|
Merge remote-tracking branch 'origin/pr/150'
Bert JW Regeer
2015-04-03
1
-4
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Native `str` strings from Response.from_file
Philippe Gauthier
2014-05-28
1
-4
/
+4
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge remote-tracking branch 'origin/pr/167'
Bert JW Regeer
2015-04-03
1
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
bring docs up-to-date with actual wsgify signature
fix.wsgify-middleware-docs
Michael Merickel
2014-11-04
1
-2
/
+2
|
|
/
/
/
/
*
|
|
|
|
Merge remote-tracking branch 'origin/pr/159'
Bert JW Regeer
2015-04-03
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Fix optional and bad whitespace parsing in auth-param
lieryan
2014-09-22
1
-1
/
+1
|
|
/
/
/
/
*
|
|
|
|
Support stale-while-revalidate and stale-if-error
Donald Stufft
2015-03-28
1
-0
/
+3
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Update HTTP Exception documentation
Bert JW Regeer
2014-11-08
1
-51
/
+49
*
|
|
|
Remove WebDAV from HTTP exceptions
Bert JW Regeer
2014-11-06
1
-3
/
+2
*
|
|
|
Add some missing documentation
Bert JW Regeer
2014-11-06
1
-1
/
+6
|
/
/
/
*
|
|
prep for 1.4
1.4
Chris McDonough
2014-05-14
1
-9
/
+1
[next]