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
*
Add an extra test
Bert JW Regeer
2016-07-30
1
-0
/
+7
*
Merge branch 'master' into pr/117
Bert JW Regeer
2016-07-30
21
-1928
/
+2901
|
\
|
*
Remove unused import
Bert JW Regeer
2016-07-30
1
-1
/
+0
|
*
Merge branch 'master' into pr/228
Bert JW Regeer
2016-07-30
3
-10
/
+142
|
|
\
|
|
*
Add new tests
Bert JW Regeer
2016-07-29
1
-0
/
+33
|
|
*
Fixup tests
Bert JW Regeer
2016-07-16
1
-2
/
+10
|
|
*
On HTTP status codes without body, don't set content type
Bert JW Regeer
2016-07-16
1
-0
/
+3
|
|
*
Add space in content_type
Bert JW Regeer
2016-07-16
1
-1
/
+1
|
|
*
Verify that content_type doesn't modify parameters if passed
Bert JW Regeer
2016-07-16
1
-0
/
+2
|
|
*
Flip assert around
Bert JW Regeer
2016-07-16
1
-2
/
+2
|
|
*
Allow charset on all content_types
Bert JW Regeer
2016-07-16
1
-10
/
+0
|
|
*
response: improve charset defaults
Riley Patterson
2016-07-16
3
-5
/
+18
|
|
*
Adds Reponse.has_body.
Martin Thurau
2016-06-29
1
-0
/
+31
|
|
*
Merge branch 'master' into bugfix/exc_json_response
Bert JW Regeer
2016-06-02
18
-1950
/
+1907
|
|
|
\
|
|
|
*
Add failing test for #250
Bert JW Regeer
2016-05-19
1
-0
/
+7
|
|
*
|
Make sure WSGIHTTPException does the right thing with accept headers
Bert JW Regeer
2016-04-14
1
-2
/
+47
|
*
|
|
Merge branch 'master' of github.com:Pylons/webob
Yidong Ren
2016-04-19
18
-1951
/
+1901
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
test_datetime_utils.py converted to assert from nose
Bert JW Regeer
2016-04-15
1
-45
/
+43
|
|
*
|
Python 2.7 really needs the coding header
Bert JW Regeer
2016-04-15
1
-0
/
+2
|
|
*
|
test_exc.py converted to assert from nose
Bert JW Regeer
2016-04-15
1
-69
/
+64
|
|
*
|
tests_headers.py converted to assert from nose
Bert JW Regeer
2016-04-15
1
-32
/
+34
|
|
*
|
test_misc.py convert to assert from nose
Bert JW Regeer
2016-04-15
1
-37
/
+36
|
|
*
|
test_descriptors.py convert to assert from nose/unittest
Bert JW Regeer
2016-04-15
1
-137
/
+144
|
|
*
|
test_etag_nose.py convert to assert from nose
Bert JW Regeer
2016-04-15
1
-15
/
+17
|
|
*
|
test_etag.py convert to assert from nose/unittest
Bert JW Regeer
2016-04-15
1
-51
/
+47
|
|
*
|
test_client_functional.py convert to assert from nose
Bert JW Regeer
2016-04-15
1
-3
/
+5
|
|
*
|
test_in_wsgiref.py convert to assert from nose
Bert JW Regeer
2016-04-15
1
-8
/
+11
|
|
*
|
test_request.py convert to assert from nose/unittest
Bert JW Regeer
2016-04-15
1
-921
/
+886
|
|
*
|
test_request_nose.py convert to assert from nose
Bert JW Regeer
2016-04-15
1
-24
/
+25
|
|
*
|
test_response.py move to assert from nose
Bert JW Regeer
2016-04-15
1
-284
/
+304
|
|
*
|
test_transcode.py move to assert from nose
Bert JW Regeer
2016-04-15
1
-31
/
+11
|
|
*
|
test_cookies_bw.py move to assert from nose
Bert JW Regeer
2016-04-15
2
-30
/
+25
|
|
*
|
test_cookies.py move to assert from nose/unittest
Bert JW Regeer
2016-04-14
1
-180
/
+171
|
|
*
|
test_cachecontrol move to assert from nose/unittest
Bert JW Regeer
2016-04-14
1
-48
/
+39
|
|
*
|
test_byterange.py move to assert from nose
Bert JW Regeer
2016-04-14
1
-30
/
+32
|
|
*
|
test_acceptparse.py move to assert from nose
Bert JW Regeer
2016-04-14
1
-11
/
+10
|
|
|
/
|
*
|
Add test test_middleware_as_decorator
Yidong Ren
2016-01-31
1
-2
/
+9
|
*
|
Merge branch 'master' of github.com:Pylons/webob
Yidong Ren
2016-01-30
5
-12
/
+201
|
|
\
\
|
|
|
/
|
|
*
Remove tests for old deprecated features
Bert JW Regeer
2016-01-28
1
-10
/
+0
|
|
*
Fix test
Bert JW Regeer
2016-01-28
1
-3
/
+3
|
|
*
Merge pr '#139' of amol- into bugfix/lazy_escape
Bert JW Regeer
2016-01-28
1
-0
/
+34
|
|
|
\
|
|
|
*
Avoid escaping environ keys that are not used by WSGIHTTPException body_template
Alessandro Molina
2014-03-13
1
-0
/
+34
|
|
*
|
Merge pr '183' of jonatasoliveira into bugfix/decode_consumed_stream
Bert JW Regeer
2016-01-28
1
-0
/
+16
|
|
|
\
\
|
|
|
*
|
Using the correct body to be consumed again by decode().
Jonatas Oliveira
2014-12-23
1
-0
/
+16
|
|
*
|
|
Merge pr '#185' of ltvolks into feature/wildcardMIMEAccept
Bert JW Regeer
2016-01-28
2
-2
/
+63
|
|
|
\
\
\
|
|
|
*
|
|
Improved test coverage for MIMEAccept wildcard matching
Lucas Taylor
2015-03-23
1
-1
/
+4
|
|
|
*
|
|
Allow wildcards to be used when comparing a MIMEAccept against an offer
Lucas Taylor
2015-03-23
2
-2
/
+60
|
|
|
|
/
/
|
|
*
|
|
Merge '#197' of quantum-omega into bugfix/nocharset
Bert JW Regeer
2016-01-28
1
-0
/
+16
|
|
|
\
\
\
|
|
|
*
|
|
Don't add a charset if none is specified and the content-type is JSON.
François Labelle
2015-04-22
1
-0
/
+16
|
|
*
|
|
|
Use Accept to parse headers and find the best match
Ian Cordasco
2016-01-14
1
-0
/
+36
[next]