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
/
connectionpool.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change sub-class of NameResolutionError to NewConnectionError
Quentin Pradet
2021-07-08
1
-4
/
+0
*
Remove a few unnecessary `# type: ignore` comments
Quentin Pradet
2021-07-08
1
-6
/
+7
*
Raise NameResolutionError instead of socket.gaierror (#2305)
euri10
2021-06-28
1
-0
/
+4
*
Make all type aliases private and the same format
Vishwas B Sharma
2021-06-21
1
-2
/
+2
*
Skip coverage of AttributeError exception in HTTPConnectionPool._get_conn()
Hasan Ramezani
2021-06-03
1
-1
/
+1
*
Add type hints to urllib3.connectionpool
Hasan Ramezani
2021-06-03
1
-106
/
+148
*
Add type hints to urllib3.poolmanager (#2232)
Hasan Ramezani
2021-05-31
1
-1
/
+1
*
Raise FullPoolError when _put_conn() is called on full blocking pool
Dmitry Mazin
2021-05-01
1
-2
/
+14
*
Move ssl_match_hostname to urllib3.utils
Hasan Ramezani
2021-04-21
1
-1
/
+1
*
Use queue.LifoQueue instead of our own implementation
Dulmandakh
2021-03-18
1
-2
/
+1
*
Always pass server_hostname to wrap_socket()
Quentin Pradet
2021-03-10
1
-1
/
+1
*
Add exception wrapper for HTTPS proxy connection failure (#2133)
Jorge
2021-02-09
1
-0
/
+2
*
Add types to URL parser, remove get_host() and split_first() (#2139)
Seth Michael Larson
2021-02-09
1
-3
/
+5
*
Replace deprecated socket.error with OSError
Aaron Niskode-Dossett
2020-12-23
1
-5
/
+4
*
Add BaseHTTPResponse base class
Seth Michael Larson
2020-11-28
1
-2
/
+2
*
Remove six (#2078)
Hasan Ramezani
2020-11-23
1
-3
/
+3
*
Use super() from Python 3
Jon Dufresne
2020-11-18
1
-2
/
+1
*
Remove Python 2 related code from src/urllib3/connectionpool.py (#2066)
Hasan Ramezani
2020-11-17
1
-33
/
+5
*
Remove strict parameter (#2064)
Hasan Ramezani
2020-11-16
1
-15
/
+0
*
Remove remaining mentions of Google App Engine
Quentin Pradet
2020-11-15
1
-6
/
+4
*
Remove support for Python 2 and 3.5
Hugo van Kemenade
2020-11-15
1
-27
/
+23
*
Document url and body parameters for ConnectionPool.urlopen()
matthewhughes934
2020-10-19
1
-3
/
+5
*
Sort imports with 'isort'
Quentin Pradet
2020-10-01
1
-28
/
+22
*
Integrate TLS-in-TLS support into urllib3 (#1923)
Jorge
2020-09-29
1
-5
/
+21
*
Fix autodoc and intersphinx links in documentation (#1966)
Seth Michael Larson
2020-09-18
1
-14
/
+10
*
Swallow BrokenPipeError when writing request body
Rober Morales-Chaparro
2020-09-11
1
-4
/
+23
*
Overhaul and re-theme documentation
Seth Michael Larson
2020-09-08
1
-2
/
+2
*
Don't insert 'None' into ConnectionPool if it was empty
hodbn
2020-04-28
1
-3
/
+5
*
Drain connection after PoolManager redirect (#1817)
Chris
2020-04-03
1
-27
/
+4
*
Test that ConnectionPool preserves path dot segments
hodbn
2020-03-25
1
-0
/
+5
*
Add support for HTTPS connections to proxies. (#1679)
Jorge
2020-03-12
1
-7
/
+12
*
Add hostname to insecure connection warning. (#1691)
Steltek
2019-11-22
1
-2
/
+2
*
Preserve chunked parameter on broken connections and redirects (#1734)
Quentin Pradet
2019-11-07
1
-0
/
+2
*
Update urllib3/requests GitHub URLs (#1719)
Quentin Pradet
2019-10-29
1
-1
/
+1
*
Preserve chunked argument in urlopen() retry (#1715)
lmvlmv
2019-10-29
1
-0
/
+1
*
Merge strings that fit on a single line (#1700)
Quentin Pradet
2019-09-27
1
-6
/
+3
*
Percent-encode targets and URLs in ConnectionPool (#1673)
Seth Michael Larson
2019-09-19
1
-1
/
+13
*
Percent-encode invalid characters within auth section (#1647)
Seth Michael Larson
2019-07-26
1
-5
/
+4
*
Remove spurious TypeError from exception chain also for BaseException. (#1637)
Chris Jerdonek
2019-07-05
1
-3
/
+4
*
Auto formatting using black
Ratan Kulshreshtha
2019-05-25
1
-124
/
+266
*
Use rfc3986.validator.Validator for parse_url (#1531)
Seth Michael Larson
2019-04-20
1
-10
/
+8
*
Improve CI stability for timeouts and branch coverage (#1554)
Quentin Pradet
2019-03-22
1
-2
/
+4
*
Use cert_reqs=CERT_REQUIRED by default (#1507)
Seth Michael Larson
2019-01-25
1
-3
/
+0
*
Add support for password-protected client keyfiles (#1489)
Seth Michael Larson
2019-01-22
1
-4
/
+8
*
Restore Flake8 CI checks (#1477)
Quentin Pradet
2018-11-19
1
-1
/
+1
*
Remove more Python 2.6 code (#1430)
Quentin Pradet
2018-08-24
1
-1
/
+1
*
Drop support for Python 2.6 (#1429)
Hugo
2018-08-23
1
-13
/
+3
*
Move urllib3 to src/urllib3
Quentin Pradet
2018-07-03
1
-0
/
+906