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
/
requests
/
adapters.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
pass kwargs from send call to add_headers, per documentation
Jonathan Elliott Blum
2018-02-02
1
-1
/
+1
*
Check if host is invalid for proxy
Nehal J Wani
2017-11-15
1
-1
/
+6
*
support extraction of certificate bundle from a zip archive
Arthur Vigil
2017-11-05
1
-4
/
+4
*
Correctly raise SSLError from urllib3.
Cory Benfield
2017-07-29
1
-0
/
+5
*
fix
Kenneth Reitz
2017-05-26
1
-3
/
+3
*
fix adapters.py
Kenneth Reitz
2017-05-26
1
-14
/
+15
*
Simplify fix for #4025
Jonas Laursen
2017-05-18
1
-32
/
+33
*
Fix #4025
Jonas Laursen
2017-05-18
1
-32
/
+32
*
Remove some unused imports.
Chris Gavin
2017-04-25
1
-1
/
+1
*
remove change for timeout=None
Alexander 'Leo' Bergolth
2017-03-30
1
-5
/
+2
*
whitespace
Alexander 'Leo' Bergolth
2017-03-29
1
-1
/
+0
*
small rearrangement
Alexander 'Leo' Bergolth
2017-03-29
1
-3
/
+3
*
allow urllib3 Timeout objects as timeout parameter for HTTPAdapter.send()
Alexander 'Leo' Bergolth
2017-03-29
1
-4
/
+10
*
PR review fixes:
Bastien Gérard
2017-03-22
1
-7
/
+12
*
#3927 fixes based on review
Bastien Gérard
2017-03-22
1
-4
/
+5
*
#3926 raise IOError when providing an invalid path to a CA bundle or certific...
Bastien Gérard
2017-03-22
1
-8
/
+15
*
[httpAdapter] allow empty password in proxy credentials
Pawel Miech
2016-10-31
1
-1
/
+1
*
Document bunch of return types
Ville Skyttä
2016-08-09
1
-0
/
+6
*
Make BaseAdapter describe the mandatory adapter interface (#3216)
Seppo Yli-Olli
2016-05-24
1
-1
/
+15
*
Merge pull request #2953 from Lukasa/socks_proxy_support
Kenneth Reitz
2016-04-29
1
-8
/
+33
|
\
|
*
Help @sigmavirus24 with code golf.
Cory Benfield
2015-12-30
1
-8
/
+7
|
*
Some code cleanups.
Cory Benfield
2015-12-30
1
-23
/
+25
|
*
Don't parse nonexistent URLs.
Cory Benfield
2015-12-30
1
-1
/
+2
|
*
Add support for SOCKS
Cory Benfield
2015-12-30
1
-10
/
+33
*
|
Clear any pooled proxy connections
Matt Dainty
2016-04-15
1
-2
/
+4
*
|
Raise a ProxyError for proxy related connection issues.
Alexander Shchapov
2016-03-17
1
-0
/
+3
*
|
Remove int type on max_retries argument.
Carson Lam
2016-01-29
1
-1
/
+1
|
/
*
Update adapters.py
Olle Lundberg
2015-11-25
1
-1
/
+1
*
Merge pull request #2858 from Lukasa/support_ca_cert_directories
Ian Cordasco
2015-11-07
1
-1
/
+7
|
\
|
*
Add support for a directory of CAs
Cory Benfield
2015-11-05
1
-1
/
+7
*
|
Fix breakage introduced by 8f591682
Cory Benfield
2015-11-05
1
-2
/
+2
|
/
*
Use buffering for HTTP responses on chunked requests
Dimitris Bliablias
2015-10-15
1
-1
/
+9
*
NewConnectionErrors aren't timeouts.
Cory Benfield
2015-10-08
1
-1
/
+4
*
Merge pull request #2678 from sigmavirus24/proposed/2.8.0
Cory Benfield
2015-10-05
1
-0
/
+4
|
\
|
*
Catch and wrap ClosedPoolError
Susan Tan
2015-07-17
1
-0
/
+4
*
|
don't lowercase a url before urlparsing it
Jason Grout
2015-08-28
1
-1
/
+1
*
|
Use url parsing to check the scheme
Jason Grout
2015-08-28
1
-1
/
+2
*
|
Fix documentation for the proxies dictionary
Jason Grout
2015-08-27
1
-1
/
+1
*
|
Factor out the proxy selection code
Jason Grout
2015-08-27
1
-13
/
+5
*
|
Fix another place the proxy-selecting logic is used.
Jason Grout
2015-08-27
1
-3
/
+5
*
|
Clarify the per-host proxy code
Jason Grout
2015-08-25
1
-2
/
+4
*
|
Implement per-host proxies
Jason Grout
2015-08-24
1
-1
/
+2
*
|
modify proxy_headers docstrings
qingyunha
2015-08-24
1
-1
/
+0
*
|
Docs: Fix links to `timeouts` section by using :ref: instead of
Lukas Graf
2015-08-15
1
-2
/
+2
|
/
*
Only pass useful timeouts to _get_conn
Cory Benfield
2015-07-03
1
-1
/
+2
*
Avoid double releasing chunked upload connections
Cory Benfield
2015-06-13
1
-3
/
+0
*
Import urllib3's Retry location from the right place
Ian Cordasco
2015-03-11
1
-1
/
+1
*
Update HTTPAdapter docstring
Ian Cordasco
2014-11-12
1
-1
/
+3
*
Add last few changes and add a quick test
Ian Cordasco
2014-11-12
1
-3
/
+7
*
Update how we handle retries to be consistent with documentation
Ian Cordasco
2014-11-12
1
-3
/
+6
[next]