summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update the version of gcp-devrel-py-tools to fix App Engine builds (#1407)Thea Flowers2018-07-011-5/+9
* Remove unused testing utility function onlyPy34OrOlder (#1403)Jon Dufresne2018-06-281-12/+0
* Handle EINTR from poll with zero timeout (#1399)Bruce Merry2018-06-211-0/+34
* Update pypi.python.org URLs to pypi.orgJon Dufresne2018-05-011-4/+4
* Don't normalize hostnames when using custom protocol (#1361)Seth M. Larson2018-04-301-0/+38
|\
| * Add test cases for uppercase url + custom protocolLukas Slebodnik2018-04-261-0/+38
* | add unit testsChris Wilcox2018-04-271-1/+19
|/
* Also import get_subj_alt_nameSeth M. Larson2018-04-251-1/+5
* Tests should run without PyOpenSSL or SecureTransportSeth Michael Larson2018-04-251-5/+1
* Remove create_autospec on socketsSeth Michael Larson2018-04-251-3/+2
* Use mock.create_autospec on mocked interfacesSethMichaelLarson2018-04-251-4/+5
* Fix tests expecting to warn without server_hostnameSethMichaelLarson2018-04-252-4/+8
* Move None check outside is_ipadress()lars48392018-04-251-2/+2
* Fix test to not depend on warning orderlars48392018-04-251-8/+1
* Add server_hostname=None cases, simplify logicSeth Michael Larson2018-04-251-2/+6
* Don't emit SNIMissingWarning when using IP addressSeth Michael Larson2018-04-251-0/+44
* Detect IP addresses before starting SNISethMichaelLarson2018-04-251-0/+22
* Add noqa to import testfix-skipped-testsSeth M. Larson2018-04-241-1/+1
* Fix whitespace issue in SecureTransport testSeth M. Larson2018-04-241-1/+1
* Fix skip logic in SecureTransport testsSeth M. Larson2018-04-241-13/+20
* Fix skip logic in PyOpenSSL dependencies testSeth M. Larson2018-04-241-6/+14