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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure that webob.exc.status_map is deterministic.
Ryan Petrello
2015-07-31
1
-49
/
+90
*
Un-break backwards compatibility on set_cookie
Bert JW Regeer
2015-07-30
1
-0
/
+22
*
Be good, add a test
Bert JW Regeer
2015-04-14
1
-0
/
+8
*
Fixed test for exception that no longer occurs.
Tim Pederick
2015-04-14
1
-1
/
+1
*
Merge branch 'pr/162': Fix MultiDict's extend()
Bert JW Regeer
2015-04-14
1
-32
/
+75
|
\
|
*
Fix broken tests.
Jeff Dairiki
2014-10-03
1
-30
/
+17
|
*
Test that GetDict mutators update QUERY_STRING
Jeff Dairiki
2014-10-03
1
-2
/
+58
*
|
WSGIHTTPException sets a default status code
Bert JW Regeer
2015-04-14
1
-2
/
+2
*
|
Revert "Merge branch 'pr/100': Delete body if response code is 204,205 or 304"
Bert JW Regeer
2015-04-14
1
-10
/
+0
*
|
Merge branch 'pr/100': Delete body if response code is 204,205 or 304
Bert JW Regeer
2015-04-14
1
-0
/
+10
|
\
\
|
*
|
delete response.content_type if assigning 204 (No Content) to response.status
Andreas Motl
2013-03-30
1
-0
/
+10
*
|
|
Merge branch 'pr/146': Use \r\n line endings in Response.__str__
Bert JW Regeer
2015-04-14
1
-0
/
+4
|
\
\
\
|
*
|
|
Use '\r\n' line endings in Response.__str__.
Laurence Rowe
2014-04-16
1
-0
/
+4
*
|
|
|
Merge branch 'pr/192'
Bert JW Regeer
2015-04-13
1
-5
/
+21
|
\
\
\
\
|
*
|
|
|
Add missing test for FakeCGIBody.readable()
Bert JW Regeer
2015-04-13
1
-0
/
+5
|
*
|
|
|
Update test to just check the environment variable
bugfix/modify_post
Bert JW Regeer
2015-04-12
1
-5
/
+1
|
*
|
|
|
Request.POST should not replace Request.body_file
Bert JW Regeer
2015-04-12
1
-2
/
+2
|
*
|
|
|
Add failing test for request.POST modified body
Bert JW Regeer
2015-04-11
1
-0
/
+15
*
|
|
|
|
Copy strings_differ from Pyramid
Bert JW Regeer
2015-04-13
2
-5
/
+44
|
/
/
/
/
*
|
|
|
Merge pull request #184 from jd/jd/read-body-on-patch
Bert JW Regeer
2015-04-10
1
-0
/
+17
|
\
\
\
\
|
*
|
|
|
request: read body from file if the method is PATCH
Julien Danjou
2014-12-26
1
-0
/
+17
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge remote-tracking branch 'origin/pr/188'
Bert JW Regeer
2015-04-03
3
-28
/
+120
|
\
\
\
\
|
*
|
|
|
Add setup/teardown module functions
Bert JW Regeer
2015-03-22
3
-6
/
+39
|
*
|
|
|
Use RuntimeWarning instead of DeprecationWarning
Bert JW Regeer
2015-03-22
1
-1
/
+1
|
*
|
|
|
Update test to use eq_ instead of assert
Bert JW Regeer
2015-03-22
1
-3
/
+3
|
*
|
|
|
Until such a time that we can deprecate this, warn
Bert JW Regeer
2015-03-22
2
-0
/
+36
|
*
|
|
|
Add new test for CookieProfile
Bert JW Regeer
2015-03-22
1
-0
/
+8
|
*
|
|
|
Remove useless test
Bert JW Regeer
2015-03-22
1
-5
/
+0
|
*
|
|
|
Verify decode of old cookies, and failure of encoding same cookies
Bert JW Regeer
2015-03-22
1
-9
/
+16
|
*
|
|
|
Update test strings to match what is now returned
Bert JW Regeer
2015-03-22
1
-2
/
+2
|
*
|
|
|
Remove utf-8 strings from testing
Bert JW Regeer
2015-03-22
1
-4
/
+4
|
*
|
|
|
Import assert_raises
Bert JW Regeer
2015-03-22
1
-1
/
+1
|
*
|
|
|
Verify unicode values raise an exception
Bert JW Regeer
2015-03-22
1
-6
/
+5
|
*
|
|
|
Change test_cookies() to not include unicode
Bert JW Regeer
2015-03-22
1
-3
/
+3
|
*
|
|
|
Documentation states expires can be timedelta
Bert JW Regeer
2015-03-22
1
-0
/
+14
|
|
/
/
/
*
|
|
|
Merge remote-tracking branch 'origin/pr/150'
Bert JW Regeer
2015-04-03
1
-0
/
+6
|
\
\
\
\
|
*
|
|
|
Native `str` strings from Response.from_file
Philippe Gauthier
2014-05-28
1
-0
/
+6
|
|
/
/
/
*
|
|
|
Fix optional and bad whitespace parsing in auth-param
lieryan
2014-09-22
1
-0
/
+4
|
/
/
/
*
|
|
prep for 1.4
1.4
Chris McDonough
2014-05-14
1
-8
/
+1
*
|
|
Remove __version__ entirely
Bert JW Regeer
2014-04-16
2
-5
/
+1
*
|
|
Change from_string to from_bytes
Bert JW Regeer
2014-04-16
1
-2
/
+2
*
|
|
Test deprecation of functionality
Bert JW Regeer
2014-04-16
1
-11
/
+10
*
|
|
Remove test code no longer required
Bert JW Regeer
2014-04-16
1
-4
/
+0
*
|
|
Bump the version that raises DeprecationWarning
Bert JW Regeer
2014-04-16
1
-0
/
+13
|
/
/
*
|
Merge branch 'master' of github.com:jturmel/webob into jturmel-master
Chris McDonough
2014-02-22
1
-0
/
+12
|
\
\
|
*
|
Add test for JSON body request with array
jturmel
2014-02-15
1
-0
/
+12
*
|
|
fix #136, allow high order chars in SignedSerializer secret/salt
fix.136
Michael Merickel
2014-02-21
1
-1
/
+1
*
|
|
reproduce issue with highorder characters from #136
Michael Merickel
2014-02-21
1
-0
/
+37
|
/
/
*
|
add a test, only catch valueerror, fix changelog
Chris McDonough
2013-12-13
1
-3
/
+14
|
\
\
|
*
|
Squash ValueError from SignedSerializer in CookieProfile
Bert JW Regeer
2013-12-10
1
-3
/
+7
[next]