summaryrefslogtreecommitdiff
path: root/test/test_util.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Apply lowercasing before IDNA-encoding (#1569)Seth Michael Larson2019-04-211-0/+4
* Use rfc3986.validator.Validator for parse_url (#1531)Seth Michael Larson2019-04-201-8/+63
* Add support for brotli content encoding via brotlipy package (#1532)dennis again2019-01-291-5/+21
* Use cert_reqs=CERT_REQUIRED by default (#1507)Seth Michael Larson2019-01-251-1/+1
* Add additional testcase for split_first() (#1525)Seth M. Larson2019-01-111-0/+1
* Ensure types are maintained on URL components (#1509)Seth M. Larson2018-12-241-1/+36
* Implement RFC 3986 URL parsing (#1487)Seth M. Larson2018-12-071-3/+35
* Early-out ipv6 checks when running on App Engine (#1450)Thea Flowers2018-10-051-0/+7
* Fix tests expecting to warn without server_hostnameSethMichaelLarson2018-04-251-1/+2
* Pick off some easy coverage wins around raise statementsAlex Chan2017-08-101-0/+10
* CasingAlex Chan2017-06-091-7/+7
* Dicts are out, lists are inAlex Chan2017-06-091-86/+86
* Rewrite test_utils.py to be pytest-styleAlex Chan2017-06-091-299/+269
* Okay just patch the warnings moduleAlex Chan2017-06-011-7/+8
* Get the warning to fire every timeAlex Chan2017-06-011-1/+3
* Don't warn about missing SNI in the testsAlex Chan2017-06-011-15/+4
* only normalize http(s) urlsNate Prewitt2017-02-121-1/+7
* F999 Dictionary key repeated with different values.lars48392017-01-231-29/+29
* E501 Line too long.lars48392017-01-231-8/+19
* E302 Expected 2 blank lines, found 1Seth Michael Larson2017-01-231-0/+1
* F401 Entity imported but unusedSeth Michael Larson2017-01-231-1/+0