summaryrefslogtreecommitdiff
path: root/requests/adapters.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #2308 from kevinburke/read-timeout-retryKenneth Reitz2014-11-121-2/+4
|\
| * Update documentation about max_retries to reflect codeKevin Burke2014-10-271-2/+4
* | Pass strict to urllib3.Cory Benfield2014-11-071-1/+1
|/
* remove unused importThomas Weißschuh2014-09-261-1/+1
* fix #2247Thomas Weißschuh2014-09-251-2/+2
* Merge pull request #2193 from sigmavirus24/bug/2192Kenneth Reitz2014-09-041-2/+3
|\
| * Consolidate error handlingIan Cordasco2014-09-031-5/+2
| * Capture and re-raise urllib3 ProtocolErrorIan Cordasco2014-08-291-0/+4
* | Document Timeout behaviourKevin Burke2014-08-291-2/+4
|/
* Add support for connect timeoutsKevin Burke2014-08-231-8/+25
* Merge pull request #2142 from sigmavirus24/urllib3-1.9Kenneth Reitz2014-07-221-1/+2
|\
| * Fix test bug courtesy of @shazowIan Cordasco2014-07-211-1/+2
* | indentation change for code reviewBen Bass2014-06-081-6/+6
* | allow pool_kwargs to be specified in init_poolmanagerBen Bass2014-05-181-4/+7
* | improve `proxy_manager_for` re-usability by subclassBen Bass2014-05-181-5/+10
* | Factor out HTTPAdapter.proxy_manager_for for #2048Ben Bass2014-05-171-11/+20
|/
* Read content in Session.send instead of Adapter.send.schlamar2014-05-121-6/+1
* Merge pull request #1924 from schlamar/proxy-default-schemeKenneth Reitz2014-05-121-2/+2
|\
| * Default proxy scheme to http.schlamar2014-02-181-1/+1
| * Revert "Proxy urls should have explicit schemes."schlamar2014-02-181-2/+2
* | Add timeout to stream with testingcjstapleton2014-02-281-4/+1
|/
* Move creation of attributes to RequestExceptionIan Cordasco2014-01-281-4/+4
* Don't need to unquote twice.Cory Benfield2014-01-121-4/+0
* Merge branch 'master' into fix-pickling-adaptersfix-pickling-adaptersKenneth Reitz2014-01-081-3/+8
|\
| * Merge pull request #1827 from pepijndevos/masterKenneth Reitz2014-01-081-1/+4
| |\
| | * use adapter pool size for proxiesPepijn de Vos2013-12-241-1/+4
| * | Fix warnings when building the docsKevin Burke2013-12-281-2/+4
| |/
* | Move comment to the right placeIan Cordasco2013-12-131-5/+2
* | Fixed pickle support for requests.adapters.HTTPAdapter by addingErik Wickstrom2013-12-131-0/+5
* | Prevent error when using proxies after picking an AdapterIan Cordasco2013-12-121-0/+3
|/
* Merge pull request #1669 from Lukasa/chunkedKenneth Reitz2013-12-051-20/+33
|\