summaryrefslogtreecommitdiff
path: root/src/urllib3/response.py
Commit message (Expand)AuthorAgeFilesLines
* Remove a few unnecessary `# type: ignore` commentsQuentin Pradet2021-07-081-6/+1
* Add type hints to urllib3.responseHasan Ramezani2021-07-031-118/+153
* Add type hints to urllib3.connectionpoolHasan Ramezani2021-06-031-2/+6
* Add type hints to urllib3.poolmanager (#2232)Hasan Ramezani2021-05-311-1/+4
* Many minor code quality and readability improvementsShubhendra Singh Chauhan2021-03-141-2/+2
* Add type hints to collections and exceptions modulesJess Shapiro2021-03-081-1/+1
* Replace deprecated socket.error with OSErrorAaron Niskode-Dossett2020-12-231-3/+2
* Switch to Brotli C bindings for CPython, brotlicffi for non-CPython (#2099)Seth Michael Larson2020-12-051-1/+4
* Change return type of HTTPResponse.getheaders() to match CPythonSeth Michael Larson2020-11-281-2/+2
* Add BaseHTTPResponse base classSeth Michael Larson2020-11-281-126/+203
* Remove strict parameter (#2064)Hasan Ramezani2020-11-161-5/+0
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-151-21/+13
* Sort imports with 'isort'Quentin Pradet2020-10-011-8/+9
* Enforce flake8-2020Quentin Pradet2020-09-281-5/+5
* Fix autodoc and intersphinx links in documentation (#1966)Seth Michael Larson2020-09-181-11/+11
* Remove 'Defensive' from non-timeout SSLError branchSeth Michael Larson2020-08-311-1/+1
* Wrap BaseSSLError into SSLError during response readsSeth Michael Larson2020-08-311-3/+3
* Remove unnecessary httplib exporthodbn2020-06-101-1/+0
* Add InvalidChunkLength errorhodbn2020-06-091-2/+3
* doco: Fix small typos (#1860)Tim Gates2020-04-201-1/+1
* Avoid hasattr in BrotliDecoder.decompress()David Vo2020-04-191-4/+3
* Drain connection after PoolManager redirect (#1817)Chris2020-04-031-0/+12
* Empty responses should have no lines.Benjamin Peterson2020-01-141-1/+1
* Add optional auto_close parameter to HTTPResponse (#1652)George Sakkis2019-07-261-5/+16
* Auto formatting using blackRatan Kulshreshtha2019-05-251-69/+107
* Add first-class support for Brotli package (#1579)Seth Michael Larson2019-04-241-4/+11
* Add compatibility with Google's 'Brotli' package (#1572)Elvis Pranskevichus2019-04-221-1/+1
* Improve CI stability for timeouts and branch coverage (#1554)Quentin Pradet2019-03-221-2/+3
* Add support for brotli content encoding via brotlipy package (#1532)dennis again2019-01-291-4/+32
* Create a more efficient HTTPResponse.__iter__() method (#1484)Seth M. Larson2018-11-281-0/+17
* Restore Flake8 CI checks (#1477)Quentin Pradet2018-11-191-1/+3
* Use bytearray to accumulate bytes from gzip (#1468)Seth M. Larson2018-11-011-4/+4
* Handle multiple Content-Encodings (#1442)Justin Bramley2018-09-171-2/+31
* Remove unnecessary use of six.binary_type and six.b (#1440)Jon Dufresne2018-09-141-4/+4
* Move urllib3 to src/urllib3Quentin Pradet2018-07-031-0/+676