index
:
delta/python-packages/urllib3.git
1.18-series
1.19-series
1.24-series
1.25-series
1.26.x
2016-api-revamp
SethMichaelLarson-patch-1
SethMichaelLarson-patch-2
add-code-of-conduct-1
appveyor-py37
backport-pr-2141
bug/907
cache-pip-gha
cert-log-warning
choose-boundary
cleanup
conditional-uninstall-oclint
cov-nox
delete-makefile
dependabot/pip/cryptography-3.2
dependabot/pip/cryptography-3.3.2
dev-version
factorout-connectioncls
filepost-stream
fix-644
fix-gae
fix-skipped-tests
funding-add-gitcoin
funding-yml
gae-to-pytest
github-actions-ubuntu
hackathon
haikuginger-fix-travis-macos-2.7
haikuginger/inline-typing-collections-exceptions
httpheaderdict-requests
ipvfuture
macos-github-actions
main
master
new-connections
no-default-preload
org-links
pquentin-maintainer
pquentin-patch-1
pyopenssl-pin-python-2.6
python-3.10.0b4
readme-maintainers
release
release-1.24.3
release-1.26.8
remove-extra-dependencies
req-bump
request-body
retries
revert-634-no_assert
sanever
security-nagging
self-to-cls
sessionmanager
sethmlarson-patch-1
sethmlarson-patch-2
sigmavirus24-patch-1
skip-3.8-dev
socks-proxy
ssl_sni
tag-deploy
target-passthrough
test-pyopenssl-coverage
tornado-4
transport-security-manager
travis-integration-tests
travis-master-only
travis-pypy
travis-python-nightly
unpin-minor-pyenv
upload-coverage-report
urllib4
v2
github.com: shazow/urllib3.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
urllib3
/
response.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a few unnecessary `# type: ignore` comments
Quentin Pradet
2021-07-08
1
-6
/
+1
*
Add type hints to urllib3.response
Hasan Ramezani
2021-07-03
1
-118
/
+153
*
Add type hints to urllib3.connectionpool
Hasan Ramezani
2021-06-03
1
-2
/
+6
*
Add type hints to urllib3.poolmanager (#2232)
Hasan Ramezani
2021-05-31
1
-1
/
+4
*
Many minor code quality and readability improvements
Shubhendra Singh Chauhan
2021-03-14
1
-2
/
+2
*
Add type hints to collections and exceptions modules
Jess Shapiro
2021-03-08
1
-1
/
+1
*
Replace deprecated socket.error with OSError
Aaron Niskode-Dossett
2020-12-23
1
-3
/
+2
*
Switch to Brotli C bindings for CPython, brotlicffi for non-CPython (#2099)
Seth Michael Larson
2020-12-05
1
-1
/
+4
*
Change return type of HTTPResponse.getheaders() to match CPython
Seth Michael Larson
2020-11-28
1
-2
/
+2
*
Add BaseHTTPResponse base class
Seth Michael Larson
2020-11-28
1
-126
/
+203
*
Remove strict parameter (#2064)
Hasan Ramezani
2020-11-16
1
-5
/
+0
*
Remove support for Python 2 and 3.5
Hugo van Kemenade
2020-11-15
1
-21
/
+13
*
Sort imports with 'isort'
Quentin Pradet
2020-10-01
1
-8
/
+9
*
Enforce flake8-2020
Quentin Pradet
2020-09-28
1
-5
/
+5
*
Fix autodoc and intersphinx links in documentation (#1966)
Seth Michael Larson
2020-09-18
1
-11
/
+11
*
Remove 'Defensive' from non-timeout SSLError branch
Seth Michael Larson
2020-08-31
1
-1
/
+1
*
Wrap BaseSSLError into SSLError during response reads
Seth Michael Larson
2020-08-31
1
-3
/
+3
*
Remove unnecessary httplib export
hodbn
2020-06-10
1
-1
/
+0
*
Add InvalidChunkLength error
hodbn
2020-06-09
1
-2
/
+3
*
doco: Fix small typos (#1860)
Tim Gates
2020-04-20
1
-1
/
+1
*
Avoid hasattr in BrotliDecoder.decompress()
David Vo
2020-04-19
1
-4
/
+3
*
Drain connection after PoolManager redirect (#1817)
Chris
2020-04-03
1
-0
/
+12
*
Empty responses should have no lines.
Benjamin Peterson
2020-01-14
1
-1
/
+1
*
Add optional auto_close parameter to HTTPResponse (#1652)
George Sakkis
2019-07-26
1
-5
/
+16
*
Auto formatting using black
Ratan Kulshreshtha
2019-05-25
1
-69
/
+107
*
Add first-class support for Brotli package (#1579)
Seth Michael Larson
2019-04-24
1
-4
/
+11
*
Add compatibility with Google's 'Brotli' package (#1572)
Elvis Pranskevichus
2019-04-22
1
-1
/
+1
*
Improve CI stability for timeouts and branch coverage (#1554)
Quentin Pradet
2019-03-22
1
-2
/
+3
*
Add support for brotli content encoding via brotlipy package (#1532)
dennis again
2019-01-29
1
-4
/
+32
*
Create a more efficient HTTPResponse.__iter__() method (#1484)
Seth M. Larson
2018-11-28
1
-0
/
+17
*
Restore Flake8 CI checks (#1477)
Quentin Pradet
2018-11-19
1
-1
/
+3
*
Use bytearray to accumulate bytes from gzip (#1468)
Seth M. Larson
2018-11-01
1
-4
/
+4
*
Handle multiple Content-Encodings (#1442)
Justin Bramley
2018-09-17
1
-2
/
+31
*
Remove unnecessary use of six.binary_type and six.b (#1440)
Jon Dufresne
2018-09-14
1
-4
/
+4
*
Move urllib3 to src/urllib3
Quentin Pradet
2018-07-03
1
-0
/
+676