summaryrefslogtreecommitdiff
path: root/src/urllib3/poolmanager.py
Commit message (Expand)AuthorAgeFilesLines
* Update pre-commit reposHasan Ramezani2023-02-011-1/+0
* Fix the type hint of PoolKey.key_retries by adding bool to the unionzhanpon2023-01-021-1/+1
* Use the typing namespace and from __future__ import annotationsBastian Venthur2022-11-211-76/+68
* Release 2.0.0-alpha12.0.0a1Seth Michael Larson2022-11-151-1/+1
* Change HTTPConnection.getresponse() to return urllib3.HTTPResponseLevi2022-11-071-1/+1
* Add proxy_assert_hostname and proxy_assert_fingerprint to ProxyManagerJosh Schneier2022-08-171-1/+14
* Don't close ConnectionPools from PoolManager until unreferencedstephan-hof2022-08-161-4/+1
* Add server_hostname to SSL_KEYWORDSRabi Mishra2022-01-191-0/+1
* Add type hints to test.with_dummyserver.test_proxy_poolmanagerHasan Ramezani2021-09-201-2/+4
* Remove the 'urllib3.request' module (#2398)Seth Michael Larson2021-08-301-1/+1
* Add blocksize parameter to PoolManagerAnil Khatri2021-08-291-0/+13
* Use 'SSLContext.minimum|maximum_version' when passed 'ssl_version'Seth Michael Larson2021-08-171-0/+4
* Fix type hints for def __exit__Hasan Ramezani2021-08-111-1/+5
* Specify the error code for mypy type ignoresHasan Ramezani2021-08-101-4/+4
* Make return type of {PoolManager,*ConnectionPool}.__enter__ more preciseRan Benita2021-08-081-1/+4
* Remove a few unnecessary `# type: ignore` commentsQuentin Pradet2021-07-081-5/+1
* Make all type aliases private and the same formatVishwas B Sharma2021-06-211-2/+2
* Fix remove_headers_on_redirect feature modifying passed-in headers in-place (...Ran Benita2021-06-191-4/+5
* Tolerate the strict parameter being passed via connection_from_context()Hasan Ramezani2021-06-161-0/+9
* Add type hints to urllib3.poolmanager (#2232)Hasan Ramezani2021-05-311-67/+135
* Add documentation guidelines to contributing docs, apply to guidesubdussamad2021-05-211-16/+31
* Add type hints to connection modulesFranek Magiera2021-04-121-3/+1
* Remove remaining mentions of Python 2Hasan Ramezani2020-11-281-12/+0
* Use super() from Python 3Jon Dufresne2020-11-181-1/+1
* Remove strict parameter (#2064)Hasan Ramezani2020-11-161-1/+0
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-151-22/+8
* Sort imports with 'isort'Quentin Pradet2020-10-011-6/+4
* Enforce flake8-2020Quentin Pradet2020-09-281-2/+1
* Integrate TLS-in-TLS support into urllib3 (#1923)Jorge2020-09-291-45/+51
* Fix autodoc and intersphinx links in documentation (#1966)Seth Michael Larson2020-09-181-1/+1
* Overhaul and re-theme documentationSeth Michael Larson2020-09-081-4/+4
* Raise a meaningful error for an unknown scheme (#1872)hodbn2020-06-301-1/+4
* Drain connection after PoolManager redirect (#1817)Chris2020-04-031-0/+4
* Add support for HTTPS connections to proxies. (#1679)Jorge2020-03-121-9/+65
* Auto formatting using blackRatan Kulshreshtha2019-05-251-84/+99
* Add support for password-protected client keyfiles (#1489)Seth Michael Larson2019-01-221-1/+3
* Remove Authorization headers regardless of case on cross-origin redirects (#1...YOSHIDA Katsuhiko2018-12-291-2/+5
* Restore Flake8 CI checks (#1477)Quentin Pradet2018-11-191-1/+1
* Add missing key_server_hostname variable (#1449)swg01012018-10-121-0/+1
* Move urllib3 to src/urllib3Quentin Pradet2018-07-031-0/+449