summaryrefslogtreecommitdiff
path: root/test/test_util.py
Commit message (Expand)AuthorAgeFilesLines
* Update pre-commit reposHasan Ramezani2023-02-011-1/+0
* fixed issue with port "0" returning NoneBastian Venthur2022-12-111-0/+7
* Configure filterwarnings=error (#2790)Thomas Grainger2022-11-241-0/+1
* Strip leading zeros from portsBastian Venthur2022-11-221-0/+4
* Use the typing namespace and from __future__ import annotationsBastian Venthur2022-11-211-22/+22
* Stop showing thousands of @ in test outputQuentin Pradet2022-11-201-2/+7
* Stop considering LibreSSL for HAS_NEVER_CHECK_COMMON_NAMEQuentin Pradet2022-11-111-10/+6
* Drop support for OpenSSL <1.1.1 (#2705)Seth Michael Larson2022-08-221-17/+1
* Add proxy_assert_hostname and proxy_assert_fingerprint to ProxyManagerJosh Schneier2022-08-171-2/+12
* Add support for decoding ZstandardMauro Amico2022-06-231-5/+25
* Improve testing for IPv6 scoped addressesPierre Bourdon2022-06-101-0/+31
* Change proxy TLS flow to match destination TLS flowSeth Michael Larson2022-01-231-5/+1
* Respect 'SSLContext.hostname_checks_common_name' when available and setHasan Ramezani2022-01-141-2/+2
* Add authority property to the Url classNate Prewitt2022-01-101-1/+42
* Update mypy and add NoReturn return type annotationsHasan Ramezani2022-01-101-2/+2
* Add sentinel type for _FAILEDTELL (#2519)Anil Khatri2022-01-051-2/+2
* Add sentinel for default timeouts compatible with MypyHasan Ramezani2021-11-011-2/+11
* Use SSLContext.check_hostname when SSLContext.hostname_checks_common_name is ...Quentin Pradet2021-10-081-1/+41
* Add type hints to test.test_utilHasan Ramezani2021-10-081-97/+128
* Bump linter versionsQuentin Pradet2021-09-241-1/+1
* Fix missing `@classmethod` in testsRan Benita2021-07-291-0/+1
* Raise NameResolutionError instead of socket.gaierror (#2305)euri102021-06-281-0/+14
* Merge pull request from GHSA-q2q7-5pp4-w6pgSeth Michael Larson2021-05-261-0/+10
* Add coverage for all raise branchesBastian Venthur2021-05-221-0/+8
* Remove urllib3.util.current_time, use time.monotonic insteadHasan Ramezani2021-05-111-10/+10
* Change from str.format() to f-stringsFranek Magiera2021-05-011-1/+1
* Add test case where idna is not installedHasan Ramezani2021-03-191-1/+24
* Lean on SSLContext to verify hostnames when possible (#2178)Quentin Pradet2021-03-161-4/+1
* Always pass server_hostname to wrap_socket()Quentin Pradet2021-03-101-5/+5
* Add types to URL parser, remove get_host() and split_first() (#2139)Seth Michael Larson2021-02-091-31/+15
* Add defensive test cases for brotlipySeth Michael Larson2021-02-081-5/+5
* Use match parameter in pytest.raises()Hasan Ramezani2020-12-291-4/+5
* Remove _const_compare_digestjianghang2020-11-261-20/+1
* Remove six (#2078)Hasan Ramezani2020-11-231-0/+34
* Remove Python 2 branches, HTTPHeaderDict.from_httplibHasan Ramezani2020-11-181-9/+0
* Remove support for Google App Engine StandardHugo van Kemenade2020-11-151-7/+0
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-151-54/+32
* Sort imports with 'isort'Quentin Pradet2020-10-011-26/+20
* Raise error on invalid labels in create_connection()Hasan Ramezani2020-09-301-0/+24
* Integrate TLS-in-TLS support into urllib3 (#1923)Jorge2020-09-291-1/+35
* Don't log defect warnings on multipart/* responsesBrian Price2020-09-031-0/+14
* Blacken using black==20.8b1hodbn2020-08-261-1/+3
* Don't raise SNI warning on SecureTransport with server_hostname=Nonehodbn2020-08-231-93/+117
* Backslash terminates authority URL sectionhodbn2020-04-081-0/+12
* Allow the CA certificate data to be passed as a string (#1804)Benno Rice2020-02-221-2/+14
* Don't percent encode tilde character (#1692)Seth Michael Larson2019-09-241-0/+4
* Percent-encode invalid characters within auth section (#1647)Seth Michael Larson2019-07-261-5/+31
* Improve implementation of respect_retry_after_header (#1607)James Meickle2019-06-041-15/+0
* Auto formatting using blackRatan Kulshreshtha2019-05-251-356/+406
* Percent-encode invalid characters with request target (#1586)Seth Michael Larson2019-04-281-2/+25