summaryrefslogtreecommitdiff
path: root/requests/adapters.py
Commit message (Expand)AuthorAgeFilesLines
* pass kwargs from send call to add_headers, per documentationJonathan Elliott Blum2018-02-021-1/+1
* Check if host is invalid for proxyNehal J Wani2017-11-151-1/+6
* support extraction of certificate bundle from a zip archiveArthur Vigil2017-11-051-4/+4
* Correctly raise SSLError from urllib3.Cory Benfield2017-07-291-0/+5
* fixKenneth Reitz2017-05-261-3/+3
* fix adapters.pyKenneth Reitz2017-05-261-14/+15
* Simplify fix for #4025Jonas Laursen2017-05-181-32/+33
* Fix #4025Jonas Laursen2017-05-181-32/+32
* Remove some unused imports.Chris Gavin2017-04-251-1/+1
* remove change for timeout=NoneAlexander 'Leo' Bergolth2017-03-301-5/+2
* whitespaceAlexander 'Leo' Bergolth2017-03-291-1/+0
* small rearrangementAlexander 'Leo' Bergolth2017-03-291-3/+3
* allow urllib3 Timeout objects as timeout parameter for HTTPAdapter.send()Alexander 'Leo' Bergolth2017-03-291-4/+10
* PR review fixes:Bastien Gérard2017-03-221-7/+12
* #3927 fixes based on reviewBastien Gérard2017-03-221-4/+5
* #3926 raise IOError when providing an invalid path to a CA bundle or certific...Bastien Gérard2017-03-221-8/+15
* [httpAdapter] allow empty password in proxy credentialsPawel Miech2016-10-311-1/+1
* Document bunch of return typesVille Skyttä2016-08-091-0/+6
* Make BaseAdapter describe the mandatory adapter interface (#3216)Seppo Yli-Olli2016-05-241-1/+15
* Merge pull request #2953 from Lukasa/socks_proxy_supportKenneth Reitz2016-04-291-8/+33
|\
| * Help @sigmavirus24 with code golf.Cory Benfield2015-12-301-8/+7
| * Some code cleanups.Cory Benfield2015-12-301-23/+25
| * Don't parse nonexistent URLs.Cory Benfield2015-12-301-1/+2
| * Add support for SOCKSCory Benfield2015-12-301-10/+33
* | Clear any pooled proxy connectionsMatt Dainty2016-04-151-2/+4
* | Raise a ProxyError for proxy related connection issues.Alexander Shchapov2016-03-171-0/+3
* | Remove int type on max_retries argument.Carson Lam2016-01-291-1/+1
|/
* Update adapters.pyOlle Lundberg2015-11-251-1/+1
* Merge pull request #2858 from Lukasa/support_ca_cert_directoriesIan Cordasco2015-11-071-1/+7
|\
| * Add support for a directory of CAsCory Benfield2015-11-051-1/+7
* | Fix breakage introduced by 8f591682Cory Benfield2015-11-051-2/+2
|/
* Use buffering for HTTP responses on chunked requestsDimitris Bliablias2015-10-151-1/+9
* NewConnectionErrors aren't timeouts.Cory Benfield2015-10-081-1/+4
* Merge pull request #2678 from sigmavirus24/proposed/2.8.0Cory Benfield2015-10-051-0/+4
|\
| * Catch and wrap ClosedPoolErrorSusan Tan2015-07-171-0/+4
* | don't lowercase a url before urlparsing itJason Grout2015-08-281-1/+1
* | Use url parsing to check the schemeJason Grout2015-08-281-1/+2
* | Fix documentation for the proxies dictionaryJason Grout2015-08-271-1/+1
* | Factor out the proxy selection codeJason Grout2015-08-271-13/+5
* | Fix another place the proxy-selecting logic is used.Jason Grout2015-08-271-3/+5
* | Clarify the per-host proxy codeJason Grout2015-08-251-2/+4
* | Implement per-host proxiesJason Grout2015-08-241-1/+2
* | modify proxy_headers docstringsqingyunha2015-08-241-1/+0
* | Docs: Fix links to `timeouts` section by using :ref: instead ofLukas Graf2015-08-151-2/+2
|/
* Only pass useful timeouts to _get_connCory Benfield2015-07-031-1/+2
* Avoid double releasing chunked upload connectionsCory Benfield2015-06-131-3/+0
* Import urllib3's Retry location from the right placeIan Cordasco2015-03-111-1/+1
* Update HTTPAdapter docstringIan Cordasco2014-11-121-1/+3
* Add last few changes and add a quick testIan Cordasco2014-11-121-3/+7
* Update how we handle retries to be consistent with documentationIan Cordasco2014-11-121-3/+6