index
:
delta/python-requests.git
1.26-test
2.0
2.16.0
2.20.0
3.0
3.0-requestscore
3.7_collections
add-codescanning
alex-patch-1
appveyor_fix
appveyor_test
baserock/morph
bug/5671
build_fix
cache
circle-ci
default_port_handling
dependabot/pip/bleach-3.1.1
dependabot/pip/bleach-3.1.2
dependabot/pip/bleach-3.1.4
deps
disable-security
doc_cleanup
encapsulate_urllib3_exc
faster-ci
fix-1859
fix-cookies-saved-on-redirect
fix-pickling-adapters
fix-redirect-test
fix_help_ssl_check
flake8
flake8-improvements
help
jenkins
kennethreitz-patch-1
kennethreitz-patch-2
master
none_filepointer
partII
pipenv
proposed/3.0.0
pytest-httpbin
render
revert-2706-fix-merge-setting
revert-3700-master
revert-3983-appveyor
revert-4144-move_compat_to_warn
sigmavirus24/docs/support
swap-charade-for-chardet
test
test2
test4
test5
test6
test_urllib3_dev
threedotoh
travis
travis2
twisted
update-3.0
update-notice
update-security-md
update_lock_file
updating_3.0.0
urllib1.25
urllib3-dev
v2.25.0
version
github.com: kennethreitz/requests.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_requests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
wrap url parsing exceptions from urllib3's PoolManager
Nate Prewitt
2018-09-30
1
-0
/
+10
*
Rework authorization stripping logic as discussed
Bruce Merry
2018-09-14
1
-11
/
+22
*
Strip Authorization header whenever root URL changes
Bruce Merry
2018-09-14
1
-1
/
+11
*
Add test for multivalued form-encoded element as a list (#4700)
Antti Kaihola
2018-07-20
1
-0
/
+6
*
Remove unused httpbin parameters
Steven M. Vascellaro
2018-07-17
1
-5
/
+5
*
Remove unused session variables
Steven M. Vascellaro
2018-06-26
1
-6
/
+0
*
Separate collections from collections.abc
Raymond Hettinger
2018-06-11
1
-1
/
+2
*
Add a public method to get the cookie policy
Laurent Bachelier
2018-06-11
1
-1
/
+1
*
Add cookie policy related tests
Laurent Bachelier
2018-06-11
1
-0
/
+8
*
The library raises NoneType error when file-pointer (fp) resolves to None.
Rajiv Mayani
2018-05-17
1
-0
/
+8
*
Merge branch 'master' into master
David Poole
2018-03-05
1
-0
/
+8
|
\
|
*
append previous url fragment on redirect
Nate Prewitt
2018-01-21
1
-0
/
+8
*
|
add test for HTTP Digest auth algorithms SHA-256 and SHA-512
David Poole
2017-11-29
1
-41
/
+52
|
/
*
Check if host is invalid for proxy
Nehal J Wani
2017-11-15
1
-1
/
+14
*
Split test in two better-defined tests
Alvaro Gutierrez Perez
2017-10-19
1
-2
/
+10
*
Add test for Session.get_adapter() prefix matching
Alvaro Gutierrez Perez
2017-10-19
1
-0
/
+18
*
Add test for Session.get_adapter() case-insensitivity
Alvaro Gutierrez Perez
2017-10-19
1
-0
/
+12
*
update tests
Kenneth Reitz
2017-09-17
1
-3
/
+3
*
Modifying tests to include header name info
mgasvoda
2017-08-11
1
-3
/
+6
*
Add failing test for #4209
Cory Benfield
2017-07-29
1
-1
/
+10
*
Fix a typo: paramters -> parameters
Felix Yan
2017-06-12
1
-1
/
+1
*
Remove exec permission from files that shouldn't have it
Justin Mayhew
2017-06-10
1
-1
/
+0
*
Allow Requests.Response to be used as a context manager
Ed Morley
2017-06-06
1
-0
/
+6
*
new requests namespace
Kenneth Reitz
2017-05-29
1
-2
/
+2
*
fix tests
Kenneth Reitz
2017-05-27
1
-3
/
+3
*
test entrypoints
Kenneth Reitz
2017-05-27
1
-0
/
+2
*
remove bunk tests
Kenneth Reitz
2017-05-26
1
-10
/
+1
*
remove test imports from packages
Kenneth Reitz
2017-05-26
1
-1
/
+1
*
Fix #4025
Jonas Laursen
2017-05-18
1
-0
/
+4
*
We no longer downcase some hosts.
Cory Benfield
2017-05-09
1
-6
/
+6
*
oops! import Timeout as Urllib3Timeout
Alexander 'Leo' Bergolth
2017-04-03
1
-5
/
+5
*
use @pytest.mark.parametrize
Alexander 'Leo' Bergolth
2017-04-03
1
-50
/
+29
*
add some tests for passing in Timeout objects
Alexander 'Leo' Bergolth
2017-04-02
1
-0
/
+42
*
PR review fixes:
Bastien Gérard
2017-03-22
1
-8
/
+8
*
#3926 raise IOError when providing an invalid path to a CA bundle or certific...
Bastien Gérard
2017-03-22
1
-0
/
+16
*
Fixed some typos (#3892)
Victor Pfautz
2017-02-27
1
-1
/
+1
*
properly handled failed seek
Nate Prewitt
2017-02-14
1
-1
/
+1
*
* initial attempt at `get_redirect_target`
jonathan vanasco
2017-02-10
1
-0
/
+43
*
fix broken tests
Kenneth Reitz
2017-01-21
1
-3
/
+3
*
Remove unused module
winterJ
2017-01-11
1
-2
/
+1
*
Add deprecation warnings for 3.0
Ian Cordasco
2016-12-09
1
-1
/
+2
*
adding string casting for non-bytes values
Nate Prewitt
2016-12-08
1
-0
/
+11
*
minor doc string cleanup
Nate Prewitt
2016-12-04
1
-2
/
+6
*
Test chunked upload doesn't set content length
Casey Davidson
2016-12-04
1
-0
/
+8
*
Add tests to verify that correct 'Content-Length' or 'Transfer-Encoding' head...
Casey Davidson
2016-12-04
1
-0
/
+24
*
Tests for our URL handling.
Cory Benfield
2016-11-30
1
-0
/
+71
*
Revert "Restrict URL preparation to HTTP/HTTPS"
Cory Benfield
2016-11-30
1
-17
/
+0
*
Merge pull request #3695 from nateprewitt/idna_bypass
Cory Benfield
2016-11-25
1
-0
/
+14
|
\
|
*
updated tests with IDNA encoded and IPv6 urls
Nate Prewitt
2016-11-21
1
-0
/
+14
*
|
Make Response.content return None if raw is None
Nicola Soranzo
2016-11-24
1
-0
/
+4
[next]