summaryrefslogtreecommitdiff
path: root/src/urllib3/connection.py
Commit message (Expand)AuthorAgeFilesLines
* Change sub-class of NameResolutionError to NewConnectionErrorQuentin Pradet2021-07-081-1/+1
* Remove a few unnecessary `# type: ignore` commentsQuentin Pradet2021-07-081-1/+1
* Raise NameResolutionError instead of socket.gaierror (#2305)euri102021-06-281-1/+3
* Don't emit multiple Transfer-Encoding headers in request_chunked()Vishwas B Sharma2021-06-211-1/+1
* Make all type aliases private and the same formatVishwas B Sharma2021-06-211-11/+13
* Add type hints to urllib3.contrib.socks Hasan Ramezani2021-06-181-1/+1
* Add type hints to urllib3.connectionpoolHasan Ramezani2021-06-031-3/+3
* Add type hints to urllib3.poolmanager (#2232)Hasan Ramezani2021-05-311-1/+1
* Fix default socket_options value for HTTPSConnectionFranek Magiera2021-05-101-1/+3
* Change from str.format() to f-stringsFranek Magiera2021-05-011-3/+4
* Move ssl_match_hostname to urllib3.utilsHasan Ramezani2021-04-211-1/+1
* Add type hints for proxy, ssl_, ssltransport and wait modulesFranek Magiera2021-04-201-8/+2
* Add type hints to connection modulesFranek Magiera2021-04-121-78/+182
* Stop relying on stdlib hostname matching until hostname_checks_common_name bu...Quentin Pradet2021-03-181-2/+4
* Lean on SSLContext to verify hostnames when possible (#2178)Quentin Pradet2021-03-161-4/+13
* Fix last place that allowed a missing check_hostnameQuentin Pradet2021-03-081-1/+1
* Add exception wrapper for HTTPS proxy connection failure (#2133)Jorge2021-02-091-23/+37
* Don't compare bytes and str in putheader()Quentin Pradet2021-01-261-1/+1
* Update RECENT_DATE to 2020-07-01Seth Michael Larson2020-12-311-1/+1
* Remove fallback on commonName in match_hostname()Hasan Ramezani2020-12-231-16/+1
* Replace deprecated socket.error with OSErrorAaron Niskode-Dossett2020-12-231-2/+1
* Remove six (#2078)Hasan Ramezani2020-11-231-4/+4
* Use super() from Python 3Jon Dufresne2020-11-181-4/+4
* Remove strict parameter (#2064)Hasan Ramezani2020-11-161-5/+1
* Remove remaining mentions of Google App EngineQuentin Pradet2020-11-151-6/+1
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-151-47/+27
* Don't send 'User-Agent' twice if header is binarySeth Michael Larson2020-11-111-1/+1
* Add SKIP_HEADER for skipping automatically added headersSeth Michael Larson2020-10-271-13/+23
* Deprecate negotiating TLSv1 and TLSv1.1 by defaultSeth Michael Larson2020-10-061-0/+17
* Sort imports with 'isort'Quentin Pradet2020-10-011-13/+12
* Integrate TLS-in-TLS support into urllib3 (#1923)Jorge2020-09-291-0/+47
* Fix autodoc and intersphinx links in documentation (#1966)Seth Michael Larson2020-09-181-1/+3
* Swallow BrokenPipeError when writing request bodyRober Morales-Chaparro2020-09-111-0/+9
* Overhaul and re-theme documentationSeth Michael Larson2020-09-081-19/+21
* Blacken using black==20.8b1hodbn2020-08-261-1/+1
* Document how to customize SNI and Host headers when connecting via IPStephen Rosen2020-08-101-0/+5
* Collapse request chunked data and framing into one send() call (#1906)Seth Michael Larson2020-07-161-4/+5
* Add default user agent header (#1750)DonaCthulhuote2020-06-301-1/+18
* Add support for HTTPS connections to proxies. (#1679)Jorge2020-03-121-5/+7
* Rename VerifiedHTTPSConnection to HTTPSConnection (#1805)kobayashi2020-02-281-20/+10
* Allow the CA certificate data to be passed as a string (#1804)Benno Rice2020-02-221-0/+5
* Raise ValueError if method contains control characters (#1800)Seth Michael Larson2020-02-171-0/+14
* Remove unused HTTPSConnection.connect()Quentin Pradet2019-11-211-34/+0
* Update urllib3/requests GitHub URLs (#1719)Quentin Pradet2019-10-291-1/+1
* Merge strings that fit on a single line (#1700)Quentin Pradet2019-09-271-1/+1
* Fix for Python 4 (#1669)Hugo van Kemenade2019-08-251-1/+1
* Change log level of CertificateError within match_hostname (#1657)Seth Michael Larson2019-07-261-1/+1
* Update RECENT_DATE to 2019-1-1 (#1645)Seth Michael Larson2019-07-031-5/+3
* Ignore flake8 errors that are introduced deliberately by black (#1631)Ratan Kulshreshtha2019-06-041-3/+3
* Merge branch 'master' into blackenRatan Kulshreshtha2019-05-251-1/+30
|\