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
/
test_request.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run pyupgrade --py37-plus across codebase
Bert JW Regeer
2022-05-24
1
-1
/
+1
*
Format using isort/black to satisfy linter
Bert JW Regeer
2020-11-28
1
-19
/
+18
*
set() -> {}
Bert JW Regeer
2020-11-28
1
-1
/
+1
*
Remove unnecesary encode to latin-1
Bert JW Regeer
2020-11-28
1
-1
/
+1
*
Catch/raise OSError instead of IOError
Bert JW Regeer
2020-11-28
1
-1
/
+1
*
Drop object from class definition
Bert JW Regeer
2020-11-28
1
-14
/
+14
*
Add test for _encode_multipart which is not public API
Bert JW Regeer
2020-11-28
1
-0
/
+26
*
Import from collections.abc directly
Bert JW Regeer
2020-11-28
1
-3
/
+1
*
Remove native_ and move bytes_, text_ to webob.util
Bert JW Regeer
2020-11-28
1
-11
/
+7
*
Goodbye to compat.{string_types,integer_types,class_types,text_type,long}
Bert JW Regeer
2020-11-28
1
-5
/
+5
*
Remove old kwargs from BaseRequest
Bert JW Regeer
2020-11-28
1
-26
/
+0
*
cgi.FieldStorage.__repr__ patch moves to compat
Bert JW Regeer
2020-11-28
1
-2
/
+2
*
Goodbye FakeCGIBody
Bert JW Regeer
2020-11-28
1
-106
/
+0
*
Remove LegacyRequest
Bert JW Regeer
2020-11-28
1
-665
/
+0
*
Rewind body_file_raw after parsing in POST
Peter Lazorchak
2020-06-02
1
-0
/
+15
*
Fix escaping in bytes
Bert JW Regeer
2018-10-18
1
-1
/
+1
*
Fix many flake8 warnings/errors
Bert JW Regeer
2018-10-15
1
-31
/
+70
*
WebOb is now formatted by ambv/black
Bert JW Regeer
2018-10-14
1
-1793
/
+1837
*
fix test suite warnings
Michael Merickel
2018-10-06
1
-12
/
+26
*
use collections.abc for abc types if available
Michael Merickel
2018-10-06
1
-2
/
+2
*
Add Request.remote_host property
Nir Soffer
2018-07-13
1
-0
/
+11
*
request.POST now supports any requests with the appropriate Content-Type (#351).
Kirill Kuzminykh
2018-03-09
1
-2
/
+2
*
``request.POST`` now supports DELETE requests with the appropriate Content-Ty...
Kirill Kuzminykh
2018-03-08
1
-53
/
+65
*
Place imports in alphabetical order.
Ira Lun
2017-08-29
1
-3
/
+3
*
Fix assert.
Ira Lun
2017-08-29
1
-1
/
+1
*
Update import and isinstance test.
Ira Lun
2017-08-29
1
-2
/
+2
*
Add tests for request.accept.
Ira Lun
2017-08-29
1
-0
/
+23
*
Add request.accept_charset tests.
Ira Lun
2017-08-29
1
-0
/
+26
*
Add tests for request.accept_encoding.
Ira Lun
2017-08-29
1
-0
/
+25
*
Change test imports to module scope.
Ira Lun
2017-08-02
1
-3
/
+5
*
Use accept_language_property in request.
Ira Lun
2017-07-23
1
-0
/
+25
*
Add some IPv6 HTTP_HOST tests
Bert JW Regeer
2017-06-30
1
-0
/
+36
*
Remove nose based test file, and move tests to requests.py
Bert JW Regeer
2017-05-23
1
-0
/
+66
*
Remove PY3 stuff and mark certain tests as py2only
Bert JW Regeer
2017-05-22
1
-54
/
+50
*
Allow unnamed fields in form content
Anthony Sottile
2017-03-02
1
-0
/
+14
*
Update test with all newly un-pct-encoded chars
Bert JW Regeer
2016-11-16
1
-1
/
+1
*
Add test to verify paths are percent encoded
Bert JW Regeer
2016-11-16
1
-0
/
+6
*
Fix tests
Bert JW Regeer
2016-09-30
1
-2
/
+2
*
UnseekableInput now allows reads larger than length
Bert JW Regeer
2016-09-29
1
-1
/
+2
*
Use UnseekableInput to test for no seek
Bert JW Regeer
2016-09-29
1
-0
/
+4
*
Don't use DummyIO, use BytesIO
Bert JW Regeer
2016-09-29
1
-10
/
+14
*
Set CONTENT_LENGTH in environ for tests
Bert JW Regeer
2016-09-29
1
-7
/
+6
*
Req.body_file no longer accepts bytes
Bert JW Regeer
2016-09-29
1
-1
/
+1
*
Add new tests
Bert JW Regeer
2016-07-29
1
-0
/
+33
*
response: improve charset defaults
Riley Patterson
2016-07-16
1
-5
/
+5
*
Python 2.7 really needs the coding header
Bert JW Regeer
2016-04-15
1
-0
/
+2
*
test_request.py convert to assert from nose/unittest
Bert JW Regeer
2016-04-15
1
-921
/
+886
*
Remove tests for old deprecated features
Bert JW Regeer
2016-01-28
1
-10
/
+0
*
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
[next]