| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use comprehensions whenever possible | Hugo Osvaldo Barrera | 2017-07-14 | 1 | -2/+1 |
| * | Drop python2.6 support | Hugo Osvaldo Barrera | 2017-07-14 | 1 | -3/+2 |
| * | Move _pool_kwargs out to a function | Jeremy Cline | 2017-06-26 | 1 | -64/+62 |
| * | Pass pool_kwargs rather than updating connection_pool_kw | Jeremy Cline | 2017-06-24 | 1 | -39/+34 |
| * | Merge branch 'master' into proposed/3.0.0 | Cory Benfield | 2017-05-31 | 1 | -17/+18 |
| |\ | |||||
| | * | fix | Kenneth Reitz | 2017-05-26 | 1 | -3/+3 |
| | * | fix adapters.py | Kenneth Reitz | 2017-05-26 | 1 | -14/+15 |
| * | | Merge branch 'master' into proposed/3.0.0 | Nate Prewitt | 2017-05-21 | 1 | -6/+23 |
| |\ \ | |/ | |||||
| | * | 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 |
| * | | add enforce_content_length=True default | Nate Prewitt | 2016-11-15 | 1 | -2/+5 |
| * | | Merge branch 'master' into proposed/3.0.0 | Cory Benfield | 2016-11-15 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | [httpAdapter] allow empty password in proxy credentials | Pawel Miech | 2016-10-31 | 1 | -1/+1 |
| * | | HTTPAdapter now updates its PoolManager connection_pool_kw | Jeremy Cline | 2016-09-06 | 1 | -33/+47 |
| * | | Merge remote-tracking branch 'upstream/master' into proposed/3.0.0 | Ian Cordasco | 2016-09-06 | 1 | -0/+6 |
| |\ \ | |/ | |||||
| | * | Document bunch of return types | Ville Skyttä | 2016-08-09 | 1 | -0/+6 |
| * | | Change exception and variable names so that tests will run (currently one fai... | Casey Davidson | 2016-07-01 | 1 | -2/+2 |
| * | | Merge remote-tracking branch 'upstream/master' into proposed/3.0.0 | Ian Cordasco | 2016-06-03 | 1 | -11/+55 |
| |\ \ | |/ | |||||
| | * | 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 |
| * | | | Merge commit '91eebb1' into v3.0.0 | Kenneth Reitz | 2016-02-01 | 1 | -1/+4 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Merge pull request #2631 from neosab/handle_empty_chunk | Ian Cordasco | 2015-06-21 | 1 | -1/+4 |
| | |\ \ | |||||
| | | * | | Handle empty chunks | Sabari Kumar Murugesan | 2015-06-10 | 1 | -1/+4 |
| * | | | | 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 |
