summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Don't percent encode tilde character (#1692)Seth Michael Larson2019-09-241-0/+4
* Drop support for Python 3.4 (#1686)Quentin Pradet2019-09-211-1/+1
* Fix CI for TLSv1.3 (#1671)Quentin Pradet2019-09-193-3/+10
* Percent-encode targets and URLs in ConnectionPool (#1673)Seth Michael Larson2019-09-191-0/+5
* Fix for Python 4 (#1669)Hugo van Kemenade2019-08-253-4/+4
* Enable TLS 1.3 post-handshake authentication (#1635)Christian Heimes2019-08-161-0/+15
* Add optional auto_close parameter to HTTPResponse (#1652)George Sakkis2019-07-261-1/+78
* Change log level of CertificateError within match_hostname (#1657)Seth Michael Larson2019-07-261-1/+1
* Percent-encode invalid characters within auth section (#1647)Seth Michael Larson2019-07-261-5/+31
* Fix typo (#1654)Min ho Kim2019-07-261-1/+1
* Stop using unittest (#1649)Quentin Pradet2019-07-059-38/+23
* Also skip dotted FQDN tests on TRAVIS_INFRA=unknown (#1648)Seth Michael Larson2019-07-041-1/+1
* Change addCleanup() calls to context managers in tests (#1624)Ratan Kulshreshtha2019-06-198-2127/+2089
* Improve implementation of respect_retry_after_header (#1607)James Meickle2019-06-042-15/+70
* Ignore flake8 errors that are introduced deliberately by black (#1631)Ratan Kulshreshtha2019-06-041-4/+4
* Update assertions to pytest style (#1614)Ratan Kulshreshtha2019-05-2813-616/+568
* Merge branch 'master' into blackenRatan Kulshreshtha2019-05-251-0/+88
|\
| * Load system CA certificates by default on empty HTTPSConnection (#1608)Seth Michael Larson2019-05-231-0/+78
* | Auto formatting using blackRatan Kulshreshtha2019-05-2534-2898/+3555
|/
* Percent-encode invalid characters with request target (#1586)Seth Michael Larson2019-04-281-2/+25
* is_ipaddress shouldn't detect IPvFuture addresses (#1583)Seth Michael Larson2019-04-251-2/+14
* 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
* Apply changes from 1.24.2 release to master (#1566)Seth Michael Larson2019-04-191-0/+37
* Encode field names using HTML5 by default instead of RFC 2231 (#1492)Robb2019-03-221-8/+39
* Improve CI stability for timeouts and branch coverage (#1554)Quentin Pradet2019-03-223-12/+14
* Add support for TLS 1.3 to all HTTPSConnection implementations (#1496)Seth Michael Larson2019-02-275-24/+109
* Add support for brotli content encoding via brotlipy package (#1532)dennis again2019-01-293-6/+67
* Use cert_reqs=CERT_REQUIRED by default (#1507)Seth Michael Larson2019-01-257-37/+31
* Add support for password-protected client keyfiles (#1489)Seth Michael Larson2019-01-223-3/+124
* Add additional testcase for split_first() (#1525)Seth M. Larson2019-01-111-0/+1
* Remove Authorization headers regardless of case on cross-origin redirects (#1...YOSHIDA Katsuhiko2018-12-292-2/+27
* 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
* Use python.org MacPython builds for Travis (#1485)Quentin Pradet2018-11-302-0/+15
* Create a more efficient HTTPResponse.__iter__() method (#1484)Seth M. Larson2018-11-282-0/+52
* Fix inject/extract_from_urllib3 in tests (#1480)Seth M. Larson2018-11-262-2/+11
* Start testing against Python 3.8 (#1475)Seth M. Larson2018-11-223-0/+21
* Restore context.set_ciphers() to create_urllib3_context() (#1463)Seth M. Larson2018-11-011-0/+18
* Early-out ipv6 checks when running on App Engine (#1450)Thea Flowers2018-10-051-0/+7
* Fix for parsing Content-Type: message/* Responses without warnings (#1439)Tim Bell2018-09-181-8/+34
* Handle multiple Content-Encodings (#1442)Justin Bramley2018-09-171-0/+32
* Remove unnecessary use of six.binary_type and six.b (#1440)Jon Dufresne2018-09-142-5/+3
* Remove more Python 2.6 code (#1430)Quentin Pradet2018-08-243-27/+8
* Drop support for Python 2.6 (#1429)Hugo2018-08-2312-121/+51
* Fix coverage reports after src/urlib3 move (#1425)Quentin Pradet2018-08-161-0/+2
* Fix test_client_intermediate and test_client_no_intermediate for macOS (#1423)Quentin Pradet2018-08-141-11/+7
* Revert "Fix test_client_no_intermediate on macOS 10.13+ (#1412)" (#1418)Quentin Pradet2018-08-061-1/+7
* Support a servername parameter on HTTPSConnections which overrides the name u...Ian Haken2018-07-111-0/+17
* Fix test_client_no_intermediate on macOS 10.13+ (#1412)Quentin Pradet2018-07-101-3/+4