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
*
Ensure SSLSocket is closed after failure verifying cert hostname or fingerprint
Thomas Grainger
2023-04-29
1
-27
/
+33
*
Update pre-commit repos
Hasan Ramezani
2023-02-01
1
-2
/
+0
*
Use the typing namespace and from __future__ import annotations
Bastian Venthur
2022-11-21
1
-100
/
+89
*
Change deprecation warnings to explicitly mention v2.1.0 for removals
Seth Michael Larson
2022-11-15
1
-5
/
+5
*
Fix socket timeout value when HTTPConnection is reused
Seth Michael Larson
2022-11-14
1
-0
/
+5
*
Create BaseHTTPConnection APIs
Seth Michael Larson
2022-11-10
1
-78
/
+138
*
Remove usage of HTTPConnection.auto_open
Quentin Pradet
2022-11-09
1
-11
/
+3
*
Update mypy to 0.990
Hasan Ramezani
2022-11-08
1
-1
/
+1
*
Change HTTPConnection.getresponse() to return urllib3.HTTPResponse
Levi
2022-11-07
1
-1
/
+97
*
Update mypy to 0.981
Hasan Ramezani
2022-10-03
1
-2
/
+3
*
Drop support for OpenSSL <1.1.1 (#2705)
Seth Michael Larson
2022-08-22
1
-0
/
+3
*
Add proxy_assert_hostname and proxy_assert_fingerprint to ProxyManager
Josh Schneier
2022-08-17
1
-2
/
+4
*
Bump RECENT_DATE
Quentin Pradet
2022-07-01
1
-1
/
+1
*
Explicitly strip zone ID from hostnames before matching certificates
Pierre Bourdon
2022-06-19
1
-6
/
+8
*
Create our own logic for chunked content framing
Seth Michael Larson
2022-06-19
1
-49
/
+65
*
Fix incorrect error message during connection errors to HTTPS websites using ...
Hasan Ramezani
2022-05-27
1
-4
/
+5
*
Detect 'unknown protocol' for connecting via HTTPS to an HTTP proxy
Seth Michael Larson
2022-03-05
1
-2
/
+7
*
Avoid socket leak if HTTPSConnection.connect() fails
Thomas Grainger
2022-03-02
1
-3
/
+2
*
[2.0] Add tests for IPv6 proxy subjectAltNames
Seth Michael Larson
2022-02-08
1
-0
/
+16
*
Change proxy TLS flow to match destination TLS flow
Seth Michael Larson
2022-01-23
1
-106
/
+158
*
Remove platform-specific pragmas for covered code
Quentin Pradet
2022-01-17
1
-1
/
+1
*
Respect 'SSLContext.hostname_checks_common_name' when available and set
Hasan Ramezani
2022-01-14
1
-5
/
+25
*
Wrap proxy TLS, connection, and timeout errors with ProxyError
Seth Michael Larson
2021-11-15
1
-42
/
+43
*
Add sentinel for default timeouts compatible with Mypy
Hasan Ramezani
2021-11-01
1
-3
/
+4
*
Use SSLContext.check_hostname when SSLContext.hostname_checks_common_name is ...
Quentin Pradet
2021-10-08
1
-4
/
+1
*
Don't unconditionally wrap proxy connection errors with HTTPSProxyError
Seth Michael Larson
2021-09-26
1
-10
/
+31
*
Fix typos (#2426)
Christian Clauss
2021-09-24
1
-3
/
+3
*
Default to setting 'SSLContext.minimum_version=TLSVersion.TLSv1_2'
Seth Michael Larson
2021-08-17
1
-25
/
+0
*
Use 'SSLContext.minimum|maximum_version' when passed 'ssl_version'
Seth Michael Larson
2021-08-17
1
-5
/
+20
*
Explicitly chain or don't chain exceptions (#2340)
Ran Benita
2021-08-15
1
-6
/
+9
*
Fail on bytes/string comparisons
Quentin Pradet
2021-08-13
1
-0
/
+8
*
Specify the error code for mypy type ignores
Hasan Ramezani
2021-08-10
1
-7
/
+7
*
Drop support for Python 3.6
Hasan Ramezani
2021-07-27
1
-14
/
+8
*
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
[next]