summaryrefslogtreecommitdiff
path: root/requests/adapters.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * PEP8 fix to make me happier.Cory Benfield2013-10-131-1/+2
| * Better connection behaviour for chunked upload.Cory Benfield2013-10-131-20/+32
* | use geturl to lower schemedaftshady2013-11-191-4/+2
* | issue #1746 : Don't lowercase the whole URL!daftshady2013-11-191-3/+8
* | Fix documentation typo.Matthew Schinckel2013-11-041-1/+1
|/
* Merge pull request #1636 from Lukasa/httpsproxKenneth Reitz2013-10-071-4/+5
|\
| * Don't send the full URL on CONNECT messages.Cory Benfield2013-09-281-4/+5
* | Translate urllib3 ProxyError into a requests ProxyError derived from Connecti...Graham Dumpleton2013-10-041-1/+5
|/
* TimeoutSauce!Kenneth Reitz2013-09-241-3/+3
* merge 2.0 insto masterKenneth Reitz2013-09-241-13/+40
|\
| * prototype for new urllib3 timeoutsKenneth Reitz2013-09-241-0/+6
| * Add proxy_headers functionality.Cory Benfield2013-08-141-10/+27
| * Cache manager for proxy connection.ms4py2013-08-031-1/+5
| * Fix for new proxy API.ms4py2013-08-031-2/+2
| * Proxy urls should have explicit schemes.Cory Benfield2013-07-281-2/+2
* | minor typo: Fix requests spellingSayan Chowdhury2013-09-111-1/+1
|/