summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix type hint of urllib3.response.BaseHTTPResponse.geturl (#2655)satoru2022-06-261-1/+1
* Add support for decoding ZstandardMauro Amico2022-06-232-0/+49
* Explicitly strip zone ID from hostnames before matching certificatesPierre Bourdon2022-06-192-10/+23
* Create our own logic for chunked content framingSeth Michael Larson2022-06-192-50/+161
* Consistently wrap errors in load_cert_chainSamuel Freilich2022-06-101-6/+9
* Improve testing for IPv6 scoped addressesPierre Bourdon2022-06-101-1/+4
* Fix incorrect error message during connection errors to HTTPS websites using ...Hasan Ramezani2022-05-272-8/+9
* Fix Sphinx links in documentation (#2604)Hasan Ramezani2022-05-175-11/+12
* Update mypy to 0.950Hasan Ramezani2022-04-291-1/+1
* Update mypy to 0.941Hasan Ramezani2022-03-152-2/+3
* Detect 'unknown protocol' for connecting via HTTPS to an HTTP proxySeth Michael Larson2022-03-051-2/+7
* Reference RequestField.from_tuples in encode_multipart_formdata docstringTim Head2022-03-041-0/+1
* Avoid socket leak if HTTPSConnection.connect() failsThomas Grainger2022-03-021-3/+2
* Disallow pyOpenSSL from using SSLv2 and SSLv3Seth Michael Larson2022-02-121-34/+24
* [2.0] Add tests for IPv6 proxy subjectAltNamesSeth Michael Larson2022-02-082-1/+17
* Update pyupgrade and black. (#2555)Hasan Ramezani2022-01-312-15/+12
* Change proxy TLS flow to match destination TLS flowSeth Michael Larson2022-01-232-136/+159
* Add server_hostname to SSL_KEYWORDSRabi Mishra2022-01-191-0/+1
* Remove platform-specific pragmas for covered codeQuentin Pradet2022-01-172-2/+2
* Respect 'SSLContext.hostname_checks_common_name' when available and setHasan Ramezani2022-01-144-28/+76
* Add authority property to the Url classNate Prewitt2022-01-101-1/+22
* Add sentinel type for _FAILEDTELL (#2519)Anil Khatri2022-01-052-7/+18
* Enable enforce_content_length=True by defaultNate Prewitt2022-01-021-1/+1
* Make the maximum backoff time configurableNorbert Biczo2022-01-021-4/+7
* Update mypy to 0.930Hasan Ramezani2021-12-229-25/+27
* Mention pool size when discarding connections (#2470)Scott Treadwell2021-12-071-1/+3
* Update black to 21.12b0Hasan Ramezani2021-12-061-1/+0
* Keep full backtrace when raising LocationParseError in parse_url (#2487)Thomas Dickerson2021-11-191-2/+2
* Wrap proxy TLS, connection, and timeout errors with ProxyErrorSeth Michael Larson2021-11-153-87/+100
* Remove extra comment in urllib3.util.timeoutHasan Ramezani2021-11-051-1/+0
* Add sentinel for default timeouts compatible with MypyHasan Ramezani2021-11-014-56/+52
* Add missing links in advance usage section (#2446)Ratan Kulshreshtha2021-10-201-0/+2
* Add type hints to test.test_responseHasan Ramezani2021-10-161-1/+1
* Only use relative importsTimothy Pansino2021-10-156-11/+10
* Add type hints to test.test_ssltransportHasan Ramezani2021-10-091-4/+5
* Use SSLContext.check_hostname when SSLContext.hostname_checks_common_name is ...Quentin Pradet2021-10-082-4/+62
* Add type hints to test.with_dummyserver.test_socketlevel (#2436)Hasan Ramezani2021-10-042-3/+3
* Don't unconditionally wrap proxy connection errors with HTTPSProxyErrorSeth Michael Larson2021-09-262-13/+56
* Bump linter versionsQuentin Pradet2021-09-244-7/+7
* Fix typos (#2426)Christian Clauss2021-09-241-3/+3
* Add type hints to test.with_dummyserver.test_connectionpoolSeth Michael Larson2021-09-202-4/+6
* Add type hints to test.with_dummyserver.test_proxy_poolmanagerHasan Ramezani2021-09-202-3/+5
* Add support for native JSON request and response bodiesP. Sai Vinay2021-09-173-1/+34
* Strip brackets from IPv6 hosts before certificate hostname matchingDerek Higgins2021-09-162-3/+3
* Revert urllib3.contrib.socks exception chainingQuentin Pradet2021-09-131-1/+3
* Remove the 'urllib3.request' module (#2398)Seth Michael Larson2021-08-303-2/+2
* Add blocksize parameter to PoolManagerAnil Khatri2021-08-291-0/+13
* Add type hints to test.test_poolmanagerHasan Ramezani2021-08-242-4/+16
* Add type hints to test.test_exceptionsHasan Ramezani2021-08-201-3/+2
* Add type hints to test.test_fieldsHasan Ramezani2021-08-201-1/+3