summaryrefslogtreecommitdiff
path: root/test/test_response.py
Commit message (Expand)AuthorAgeFilesLines
* Update docs for an old Python version testhodbn2020-06-091-1/+1
* Test buggy incomplete readhodbn2020-06-091-0/+20
* Add InvalidChunkLength errorhodbn2020-06-091-5/+34
* doco: Fix small typos (#1860)Tim Gates2020-04-201-1/+1
* Empty responses should have no lines.Benjamin Peterson2020-01-141-1/+2
* Fix PyPy tests (#1694)Quentin Pradet2019-09-251-2/+3
* Add optional auto_close parameter to HTTPResponse (#1652)George Sakkis2019-07-261-1/+78
* Fix typo (#1654)Min ho Kim2019-07-261-1/+1
* Ignore flake8 errors that are introduced deliberately by black (#1631)Ratan Kulshreshtha2019-06-041-4/+4
* Auto formatting using blackRatan Kulshreshtha2019-05-251-194/+234
* Add support for brotli content encoding via brotlipy package (#1532)dennis again2019-01-291-1/+32
* Create a more efficient HTTPResponse.__iter__() method (#1484)Seth M. Larson2018-11-281-0/+35
* Handle multiple Content-Encodings (#1442)Justin Bramley2018-09-171-0/+32
* Remove more Python 2.6 code (#1430)Quentin Pradet2018-08-241-17/+0
* add unit testsChris Wilcox2018-04-271-1/+19
* Merge remote-tracking branch 'upstream/master'Shay Erlichmen2018-02-211-12/+48
|\
| * Handle gzip responses with multiple membersIsaac To2017-12-191-12/+48
* | add coverage to response.isclosed()Shay Erlichmen2018-01-011-0/+2
|/
* Release connection on chunked HEAD response.Timur Alperovich2017-07-211-0/+17
* Once more, with feelingAlex Chan2017-06-141-1/+4
* HTTPResponse is only a context manager in Python 3Alex Chan2017-06-141-1/+4
* Rewrite test_response.py to be pytest-styleAlex Chan2017-06-141-164/+147
* Clean up the socket and the HTTPResponseAlex Chan2017-06-111-0/+2
* Clean up a few more leaked FDs in testsAlex Chan2017-06-111-2/+6
* Stop buffering entire deflate-encoded responsesTim Burke2017-03-081-1/+12
* E265 Block comment should start with `# `.Seth Michael Larson2017-01-231-1/+1
* E128 Continuation line under-indented for visual indentSeth Michael Larson2017-01-231-5/+5
* E303 Too many blank linesSeth Michael Larson2017-01-231-4/+0
* changing conditional order to prefer isclosed over closedNate Prewitt2016-09-121-3/+17
* adding length_remaining functionality to HTTPResponseNate Prewitt2016-08-281-1/+70
* Import more from sixVille Skyttä2016-08-151-4/+1
* CR fixespalaviv2016-06-301-2/+4
* The last Retry object return in reponse.retriespalaviv2016-04-181-0/+7
* Make stream() satisfy its v1.10 contractJordan Moldow2015-07-141-2/+2
* Prevent futher regressions in gzipped chunk handlingIan Cordasco2015-04-231-3/+30
* implement generator for chunked responsesTomas Tomecek2015-03-141-6/+195
* add test that demonstrates expected read() behavior differering from stream/d...Bryan Helmig2015-01-161-0/+18
* add explicit test of readinto to make py2.6 happyErik Tollerud2014-08-101-0/+18
* Add code to (hopefully) get to 100% coverageErik Tollerud2014-08-101-0/+5
* fixes based on feedback from @shazow and @sigmavirus24Erik Tollerud2014-08-101-1/+1
* Add test for buffering behaviorErik Tollerud2014-08-101-0/+8
* Improve pypy coverage.Andrey Petrov2014-06-241-0/+5
* add HTTPHeaderDictJosh Schneier2014-01-311-0/+5
* Fix test for Python3Peter Waller2013-11-021-8/+11
* Add test_deflate_streaming_tell_intermediate_point()Peter Waller2013-11-021-0/+68
* Add HTTPResponse.tell() as per #276Peter Waller2013-11-021-0/+37
* Test with a mocked HTTPResponse object.Cory Benfield2013-06-131-0/+27
* Consistently name response in tests.Cory Benfield2013-06-131-6/+6
* Test empty stream.Cory Benfield2013-06-131-0/+7
* Test streaming behaviour.Cory Benfield2013-06-091-0/+51