summaryrefslogtreecommitdiff
path: root/requests/adapters.py
Commit message (Expand)AuthorAgeFilesLines
* Use comprehensions whenever possibleHugo Osvaldo Barrera2017-07-141-2/+1
* Drop python2.6 supportHugo Osvaldo Barrera2017-07-141-3/+2
* Move _pool_kwargs out to a functionJeremy Cline2017-06-261-64/+62
* Pass pool_kwargs rather than updating connection_pool_kwJeremy Cline2017-06-241-39/+34
* Merge branch 'master' into proposed/3.0.0Cory Benfield2017-05-311-17/+18
|\
| * fixKenneth Reitz2017-05-261-3/+3
| * fix adapters.pyKenneth Reitz2017-05-261-14/+15
* | Merge branch 'master' into proposed/3.0.0Nate Prewitt2017-05-211-6/+23
|\ \ | |/
| * 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
* | add enforce_content_length=True defaultNate Prewitt2016-11-151-2/+5
* | Merge branch 'master' into proposed/3.0.0Cory Benfield2016-11-151-1/+1
|\ \ | |/
| * [httpAdapter] allow empty password in proxy credentialsPawel Miech2016-10-311-1/+1
* | HTTPAdapter now updates its PoolManager connection_pool_kwJeremy Cline2016-09-061-33/+47
* | Merge remote-tracking branch 'upstream/master' into proposed/3.0.0Ian Cordasco2016-09-061-0/+6
|\ \ | |/
| * Document bunch of return typesVille Skyttä2016-08-091-0/+6
* | Change exception and variable names so that tests will run (currently one fai...Casey Davidson2016-07-011-2/+2
* | Merge remote-tracking branch 'upstream/master' into proposed/3.0.0Ian Cordasco2016-06-031-11/+55
|\ \ | |/
| * 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
* | | Merge commit '91eebb1' into v3.0.0Kenneth Reitz2016-02-011-1/+4
|\ \ \ | |/ / |/| |
| * | Merge pull request #2631 from neosab/handle_empty_chunkIan Cordasco2015-06-211-1/+4
| |\ \
| | * | Handle empty chunksSabari Kumar Murugesan2015-06-101-1/+4
* | | | 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