summaryrefslogtreecommitdiff
path: root/src/urllib3/connectionpool.py
Commit message (Expand)AuthorAgeFilesLines
* Change sub-class of NameResolutionError to NewConnectionErrorQuentin Pradet2021-07-081-4/+0
* Remove a few unnecessary `# type: ignore` commentsQuentin Pradet2021-07-081-6/+7
* Raise NameResolutionError instead of socket.gaierror (#2305)euri102021-06-281-0/+4
* Make all type aliases private and the same formatVishwas B Sharma2021-06-211-2/+2
* Skip coverage of AttributeError exception in HTTPConnectionPool._get_conn()Hasan Ramezani2021-06-031-1/+1
* Add type hints to urllib3.connectionpoolHasan Ramezani2021-06-031-106/+148
* Add type hints to urllib3.poolmanager (#2232)Hasan Ramezani2021-05-311-1/+1
* Raise FullPoolError when _put_conn() is called on full blocking poolDmitry Mazin2021-05-011-2/+14
* Move ssl_match_hostname to urllib3.utilsHasan Ramezani2021-04-211-1/+1
* Use queue.LifoQueue instead of our own implementationDulmandakh2021-03-181-2/+1
* Always pass server_hostname to wrap_socket()Quentin Pradet2021-03-101-1/+1
* Add exception wrapper for HTTPS proxy connection failure (#2133)Jorge2021-02-091-0/+2
* Add types to URL parser, remove get_host() and split_first() (#2139)Seth Michael Larson2021-02-091-3/+5
* Replace deprecated socket.error with OSErrorAaron Niskode-Dossett2020-12-231-5/+4
* Add BaseHTTPResponse base classSeth Michael Larson2020-11-281-2/+2
* Remove six (#2078)Hasan Ramezani2020-11-231-3/+3
* Use super() from Python 3Jon Dufresne2020-11-181-2/+1
* Remove Python 2 related code from src/urllib3/connectionpool.py (#2066)Hasan Ramezani2020-11-171-33/+5
* Remove strict parameter (#2064)Hasan Ramezani2020-11-161-15/+0
* Remove remaining mentions of Google App EngineQuentin Pradet2020-11-151-6/+4
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-151-27/+23
* Document url and body parameters for ConnectionPool.urlopen()matthewhughes9342020-10-191-3/+5
* Sort imports with 'isort'Quentin Pradet2020-10-011-28/+22
* Integrate TLS-in-TLS support into urllib3 (#1923)Jorge2020-09-291-5/+21
* Fix autodoc and intersphinx links in documentation (#1966)Seth Michael Larson2020-09-181-14/+10
* Swallow BrokenPipeError when writing request bodyRober Morales-Chaparro2020-09-111-4/+23
* Overhaul and re-theme documentationSeth Michael Larson2020-09-081-2/+2
* Don't insert 'None' into ConnectionPool if it was emptyhodbn2020-04-281-3/+5
* Drain connection after PoolManager redirect (#1817)Chris2020-04-031-27/+4
* Test that ConnectionPool preserves path dot segmentshodbn2020-03-251-0/+5
* Add support for HTTPS connections to proxies. (#1679)Jorge2020-03-121-7/+12
* Add hostname to insecure connection warning. (#1691)Steltek2019-11-221-2/+2
* Preserve chunked parameter on broken connections and redirects (#1734)Quentin Pradet2019-11-071-0/+2
* Update urllib3/requests GitHub URLs (#1719)Quentin Pradet2019-10-291-1/+1
* Preserve chunked argument in urlopen() retry (#1715)lmvlmv2019-10-291-0/+1
* Merge strings that fit on a single line (#1700)Quentin Pradet2019-09-271-6/+3
* Percent-encode targets and URLs in ConnectionPool (#1673)Seth Michael Larson2019-09-191-1/+13
* Percent-encode invalid characters within auth section (#1647)Seth Michael Larson2019-07-261-5/+4
* Remove spurious TypeError from exception chain also for BaseException. (#1637)Chris Jerdonek2019-07-051-3/+4
* Auto formatting using blackRatan Kulshreshtha2019-05-251-124/+266
* Use rfc3986.validator.Validator for parse_url (#1531)Seth Michael Larson2019-04-201-10/+8
* Improve CI stability for timeouts and branch coverage (#1554)Quentin Pradet2019-03-221-2/+4
* Use cert_reqs=CERT_REQUIRED by default (#1507)Seth Michael Larson2019-01-251-3/+0
* Add support for password-protected client keyfiles (#1489)Seth Michael Larson2019-01-221-4/+8
* Restore Flake8 CI checks (#1477)Quentin Pradet2018-11-191-1/+1
* Remove more Python 2.6 code (#1430)Quentin Pradet2018-08-241-1/+1
* Drop support for Python 2.6 (#1429)Hugo2018-08-231-13/+3
* Move urllib3 to src/urllib3Quentin Pradet2018-07-031-0/+906