summaryrefslogtreecommitdiff
path: root/urllib3/response.py
Commit message (Expand)AuthorAgeFilesLines
* Move urllib3 to src/urllib3Quentin Pradet2018-07-031-676/+0
* Simplify conditional block (#1388)Ofek Lev2018-05-281-12/+12
* Implements #1272 by adding a geturl method to HTTPResponse objectsChris Wilcox2018-04-271-1/+14
* read_chunked() method on closed Response no longerSethMichaelLarson2018-03-251-0/+10
* Fix docstring in HTTPResponseKatherine2018-03-161-3/+2
* Merge remote-tracking branch 'upstream/master'Shay Erlichmen2018-02-211-3/+27
|\
| * Handle gzip responses with multiple membersIsaac To2017-12-191-3/+27
* | Provide _original_response in AppEngine adapterShay Erlichmen2017-11-271-1/+5
|/
* Release connection on chunked HEAD response.Timur Alperovich2017-07-211-5/+5
* Add compatibility for py3 cookiejarMichael Löffler2017-07-171-0/+4
* Stop buffering entire deflate-encoded responsesTim Burke2017-03-081-1/+5
* Make HTTPResponse.stream() work with file-like body of non-HTTPResponse type ...Frankie Robertson2016-10-051-2/+15
* changing conditional order to prefer isclosed over closedNate Prewitt2016-09-121-2/+2
* enforce_content_length for incrementally read responsesNate Prewitt2016-08-281-2/+14
* adding length_remaining functionality to HTTPResponseNate Prewitt2016-08-281-3/+61
* Merge branch 'master' into retry-historypalaviv2016-06-291-0/+4
|\
| * Respect `release_conn=False` after retryJordan Moldow2016-05-171-0/+4
* | Using RequestHistory objects in Retry history listpalaviv2016-04-221-3/+1
* | Documented HTTPResponse retries attributepalaviv2016-04-181-0/+6
* | The last Retry object return in reponse.retriespalaviv2016-04-181-1/+2
|/
* Pull cleanup code into finally.Cory Benfield2016-02-251-13/+22
* fix 'bool' object has no attribute 'close'boyxuper2016-01-271-2/+2
* Close the underlying connection in the close method.Cory Benfield2016-01-141-0/+3
* Also wrap socket errors.Cory Benfield2015-12-031-1/+3
* Explain why we only flush on JythonCory Benfield2015-11-251-3/+7
* Add flush_decoder method.Cory Benfield2015-11-251-3/+13
* Don't flush the decoder repeatedly.Cory Benfield2015-11-221-2/+8
* Add absolute_import feature from the futureIan Cordasco2015-11-051-0/+1
* Ensure that we don't invalidate hanging socketsCory Benfield2015-11-051-0/+6
* Fix flake8 violationsJohn Vandenberg2015-11-021-4/+4
* There's no reason not to preload chunked bodies.Cory Benfield2015-10-191-2/+2
* Rely on six to import httplib or http.clientIan Cordasco2015-07-291-4/+1
* Rename error catcher contextmanagerJordan Moldow2015-07-151-3/+3
* Make stream() satisfy its v1.10 contractJordan Moldow2015-07-141-66/+79
* Merge pull request #660 from jlatherfold/issue_659Andrey Petrov2015-06-281-4/+13
|\
| * Wrap reading code in try-catch_all block to close reponse on error.jimi2015-06-281-47/+39
| * close response on connection errors during readjimi2015-06-271-39/+56
* | expect explicit parametersThomas Weißschuh2015-06-171-1/+1
* | move helper method to utilsThomas Weißschuh2015-06-171-13/+2
* | remove superfluous elseThomas Weißschuh2015-06-171-2/+1
* | clean up commentsThomas Weißschuh2015-06-171-2/+1
* | its a staticmethod...Thomas Weißschuh2015-06-171-2/+2
* | partially unbreak chunked gzip responses on appengineThomas Weißschuh2015-06-171-1/+13
* | rework header parsing error detectionThomas Weißschuh2015-06-041-2/+1
* | Warn if header parsing failedThomas Weißschuh2015-06-041-1/+3
|/
* Style tweaks.Andrey Petrov2015-04-281-4/+4
* Learn from httplib how to handle chunked HEAD requestsIan Cordasco2015-04-281-0/+6
* fix #598Thomas Weißschuh2015-04-271-0/+2
* Simplify a couple conditionsIan Cordasco2015-04-251-6/+4
* Split then strip the transfer-encoding listIan Cordasco2015-04-251-1/+3