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
/
connection.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change sub-class of NameResolutionError to NewConnectionError
Quentin Pradet
2021-07-08
1
-1
/
+1
*
Remove a few unnecessary `# type: ignore` comments
Quentin Pradet
2021-07-08
1
-1
/
+1
*
Raise NameResolutionError instead of socket.gaierror (#2305)
euri10
2021-06-28
1
-1
/
+3
*
Don't emit multiple Transfer-Encoding headers in request_chunked()
Vishwas B Sharma
2021-06-21
1
-1
/
+1
*
Make all type aliases private and the same format
Vishwas B Sharma
2021-06-21
1
-11
/
+13
*
Add type hints to urllib3.contrib.socks
Hasan Ramezani
2021-06-18
1
-1
/
+1
*
Add type hints to urllib3.connectionpool
Hasan Ramezani
2021-06-03
1
-3
/
+3
*
Add type hints to urllib3.poolmanager (#2232)
Hasan Ramezani
2021-05-31
1
-1
/
+1
*
Fix default socket_options value for HTTPSConnection
Franek Magiera
2021-05-10
1
-1
/
+3
*
Change from str.format() to f-strings
Franek Magiera
2021-05-01
1
-3
/
+4
*
Move ssl_match_hostname to urllib3.utils
Hasan Ramezani
2021-04-21
1
-1
/
+1
*
Add type hints for proxy, ssl_, ssltransport and wait modules
Franek Magiera
2021-04-20
1
-8
/
+2
*
Add type hints to connection modules
Franek Magiera
2021-04-12
1
-78
/
+182
*
Stop relying on stdlib hostname matching until hostname_checks_common_name bu...
Quentin Pradet
2021-03-18
1
-2
/
+4
*
Lean on SSLContext to verify hostnames when possible (#2178)
Quentin Pradet
2021-03-16
1
-4
/
+13
*
Fix last place that allowed a missing check_hostname
Quentin Pradet
2021-03-08
1
-1
/
+1
*
Add exception wrapper for HTTPS proxy connection failure (#2133)
Jorge
2021-02-09
1
-23
/
+37
*
Don't compare bytes and str in putheader()
Quentin Pradet
2021-01-26
1
-1
/
+1
*
Update RECENT_DATE to 2020-07-01
Seth Michael Larson
2020-12-31
1
-1
/
+1
*
Remove fallback on commonName in match_hostname()
Hasan Ramezani
2020-12-23
1
-16
/
+1
*
Replace deprecated socket.error with OSError
Aaron Niskode-Dossett
2020-12-23
1
-2
/
+1
*
Remove six (#2078)
Hasan Ramezani
2020-11-23
1
-4
/
+4
*
Use super() from Python 3
Jon Dufresne
2020-11-18
1
-4
/
+4
*
Remove strict parameter (#2064)
Hasan Ramezani
2020-11-16
1
-5
/
+1
*
Remove remaining mentions of Google App Engine
Quentin Pradet
2020-11-15
1
-6
/
+1
*
Remove support for Python 2 and 3.5
Hugo van Kemenade
2020-11-15
1
-47
/
+27
*
Don't send 'User-Agent' twice if header is binary
Seth Michael Larson
2020-11-11
1
-1
/
+1
*
Add SKIP_HEADER for skipping automatically added headers
Seth Michael Larson
2020-10-27
1
-13
/
+23
*
Deprecate negotiating TLSv1 and TLSv1.1 by default
Seth Michael Larson
2020-10-06
1
-0
/
+17
*
Sort imports with 'isort'
Quentin Pradet
2020-10-01
1
-13
/
+12
*
Integrate TLS-in-TLS support into urllib3 (#1923)
Jorge
2020-09-29
1
-0
/
+47
*
Fix autodoc and intersphinx links in documentation (#1966)
Seth Michael Larson
2020-09-18
1
-1
/
+3
*
Swallow BrokenPipeError when writing request body
Rober Morales-Chaparro
2020-09-11
1
-0
/
+9
*
Overhaul and re-theme documentation
Seth Michael Larson
2020-09-08
1
-19
/
+21
*
Blacken using black==20.8b1
hodbn
2020-08-26
1
-1
/
+1
*
Document how to customize SNI and Host headers when connecting via IP
Stephen Rosen
2020-08-10
1
-0
/
+5
*
Collapse request chunked data and framing into one send() call (#1906)
Seth Michael Larson
2020-07-16
1
-4
/
+5
*
Add default user agent header (#1750)
DonaCthulhuote
2020-06-30
1
-1
/
+18
*
Add support for HTTPS connections to proxies. (#1679)
Jorge
2020-03-12
1
-5
/
+7
*
Rename VerifiedHTTPSConnection to HTTPSConnection (#1805)
kobayashi
2020-02-28
1
-20
/
+10
*
Allow the CA certificate data to be passed as a string (#1804)
Benno Rice
2020-02-22
1
-0
/
+5
*
Raise ValueError if method contains control characters (#1800)
Seth Michael Larson
2020-02-17
1
-0
/
+14
*
Remove unused HTTPSConnection.connect()
Quentin Pradet
2019-11-21
1
-34
/
+0
*
Update urllib3/requests GitHub URLs (#1719)
Quentin Pradet
2019-10-29
1
-1
/
+1
*
Merge strings that fit on a single line (#1700)
Quentin Pradet
2019-09-27
1
-1
/
+1
*
Fix for Python 4 (#1669)
Hugo van Kemenade
2019-08-25
1
-1
/
+1
*
Change log level of CertificateError within match_hostname (#1657)
Seth Michael Larson
2019-07-26
1
-1
/
+1
*
Update RECENT_DATE to 2019-1-1 (#1645)
Seth Michael Larson
2019-07-03
1
-5
/
+3
*
Ignore flake8 errors that are introduced deliberately by black (#1631)
Ratan Kulshreshtha
2019-06-04
1
-3
/
+3
*
Merge branch 'master' into blacken
Ratan Kulshreshtha
2019-05-25
1
-1
/
+30
|
\
[next]