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
/
poolmanager.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update pre-commit repos
Hasan Ramezani
2023-02-01
1
-1
/
+0
*
Fix the type hint of PoolKey.key_retries by adding bool to the union
zhanpon
2023-01-02
1
-1
/
+1
*
Use the typing namespace and from __future__ import annotations
Bastian Venthur
2022-11-21
1
-76
/
+68
*
Release 2.0.0-alpha1
2.0.0a1
Seth Michael Larson
2022-11-15
1
-1
/
+1
*
Change HTTPConnection.getresponse() to return urllib3.HTTPResponse
Levi
2022-11-07
1
-1
/
+1
*
Add proxy_assert_hostname and proxy_assert_fingerprint to ProxyManager
Josh Schneier
2022-08-17
1
-1
/
+14
*
Don't close ConnectionPools from PoolManager until unreferenced
stephan-hof
2022-08-16
1
-4
/
+1
*
Add server_hostname to SSL_KEYWORDS
Rabi Mishra
2022-01-19
1
-0
/
+1
*
Add type hints to test.with_dummyserver.test_proxy_poolmanager
Hasan Ramezani
2021-09-20
1
-2
/
+4
*
Remove the 'urllib3.request' module (#2398)
Seth Michael Larson
2021-08-30
1
-1
/
+1
*
Add blocksize parameter to PoolManager
Anil Khatri
2021-08-29
1
-0
/
+13
*
Use 'SSLContext.minimum|maximum_version' when passed 'ssl_version'
Seth Michael Larson
2021-08-17
1
-0
/
+4
*
Fix type hints for def __exit__
Hasan Ramezani
2021-08-11
1
-1
/
+5
*
Specify the error code for mypy type ignores
Hasan Ramezani
2021-08-10
1
-4
/
+4
*
Make return type of {PoolManager,*ConnectionPool}.__enter__ more precise
Ran Benita
2021-08-08
1
-1
/
+4
*
Remove a few unnecessary `# type: ignore` comments
Quentin Pradet
2021-07-08
1
-5
/
+1
*
Make all type aliases private and the same format
Vishwas B Sharma
2021-06-21
1
-2
/
+2
*
Fix remove_headers_on_redirect feature modifying passed-in headers in-place (...
Ran Benita
2021-06-19
1
-4
/
+5
*
Tolerate the strict parameter being passed via connection_from_context()
Hasan Ramezani
2021-06-16
1
-0
/
+9
*
Add type hints to urllib3.poolmanager (#2232)
Hasan Ramezani
2021-05-31
1
-67
/
+135
*
Add documentation guidelines to contributing docs, apply to guides
ubdussamad
2021-05-21
1
-16
/
+31
*
Add type hints to connection modules
Franek Magiera
2021-04-12
1
-3
/
+1
*
Remove remaining mentions of Python 2
Hasan Ramezani
2020-11-28
1
-12
/
+0
*
Use super() from Python 3
Jon Dufresne
2020-11-18
1
-1
/
+1
*
Remove strict parameter (#2064)
Hasan Ramezani
2020-11-16
1
-1
/
+0
*
Remove support for Python 2 and 3.5
Hugo van Kemenade
2020-11-15
1
-22
/
+8
*
Sort imports with 'isort'
Quentin Pradet
2020-10-01
1
-6
/
+4
*
Enforce flake8-2020
Quentin Pradet
2020-09-28
1
-2
/
+1
*
Integrate TLS-in-TLS support into urllib3 (#1923)
Jorge
2020-09-29
1
-45
/
+51
*
Fix autodoc and intersphinx links in documentation (#1966)
Seth Michael Larson
2020-09-18
1
-1
/
+1
*
Overhaul and re-theme documentation
Seth Michael Larson
2020-09-08
1
-4
/
+4
*
Raise a meaningful error for an unknown scheme (#1872)
hodbn
2020-06-30
1
-1
/
+4
*
Drain connection after PoolManager redirect (#1817)
Chris
2020-04-03
1
-0
/
+4
*
Add support for HTTPS connections to proxies. (#1679)
Jorge
2020-03-12
1
-9
/
+65
*
Auto formatting using black
Ratan Kulshreshtha
2019-05-25
1
-84
/
+99
*
Add support for password-protected client keyfiles (#1489)
Seth Michael Larson
2019-01-22
1
-1
/
+3
*
Remove Authorization headers regardless of case on cross-origin redirects (#1...
YOSHIDA Katsuhiko
2018-12-29
1
-2
/
+5
*
Restore Flake8 CI checks (#1477)
Quentin Pradet
2018-11-19
1
-1
/
+1
*
Add missing key_server_hostname variable (#1449)
swg0101
2018-10-12
1
-0
/
+1
*
Move urllib3 to src/urllib3
Quentin Pradet
2018-07-03
1
-0
/
+449