summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update __init__.pydev-versionSeth Michael Larson2019-04-221-1/+1
* Release 1.25 (#1568)1.25Seth Michael Larson2019-04-221-1/+1
* Apply lowercasing before IDNA-encoding (#1569)Seth Michael Larson2019-04-211-1/+1
* Use rfc3986.validator.Validator for parse_url (#1531)Seth Michael Larson2019-04-2012-405/+778
* Update urllib3.contrib.socks documentation (#1567)Seth Michael Larson2019-04-191-10/+23
* Apply changes from 1.24.2 release to master (#1566)Seth Michael Larson2019-04-191-1/+2
* Encode field names using HTML5 by default instead of RFC 2231 (#1492)Robb2019-03-221-23/+117
* Improve CI stability for timeouts and branch coverage (#1554)Quentin Pradet2019-03-224-9/+14
* Remove unreachable line within to_input_type() (#1551)Quentin Pradet2019-03-181-2/+0
* Add support for TLS 1.3 to all HTTPSConnection implementations (#1496)Seth Michael Larson2019-02-275-44/+118
* Add support for brotli content encoding via brotlipy package (#1532)dennis again2019-01-292-4/+39
* Use cert_reqs=CERT_REQUIRED by default (#1507)Seth Michael Larson2019-01-253-12/+7
* Handle Google App Engine not setting _tunnel_host (#1527)Jonathan Pevarnek2019-01-241-2/+4
* Add support for password-protected client keyfiles (#1489)Seth Michael Larson2019-01-225-11/+45
* Inject into urllib3.util.SSLContext (#1521)Seth M. Larson2019-01-112-0/+4
* Remove Authorization headers regardless of case on cross-origin redirects (#1...YOSHIDA Katsuhiko2018-12-292-3/+7
* Ensure types are maintained on URL components (#1509)Seth M. Larson2018-12-241-9/+15
* Implement RFC 3986 URL parsing (#1487)Seth M. Larson2018-12-0713-102/+2421
* Create a more efficient HTTPResponse.__iter__() method (#1484)Seth M. Larson2018-11-281-0/+17
* Restore Flake8 CI checks (#1477)Quentin Pradet2018-11-197-9/+9
* Restore context.set_ciphers() to create_urllib3_context() (#1463)Seth M. Larson2018-11-011-0/+2
* Use bytearray to accumulate bytes from gzip (#1468)Seth M. Larson2018-11-011-4/+4
* Add missing key_server_hostname variable (#1449)swg01012018-10-121-0/+1
* Early-out ipv6 checks when running on App Engine (#1450)Thea Flowers2018-10-053-23/+45
* Remove unused Python 2.6 variable (#1448)Quentin Pradet2018-10-041-2/+0
* Fix for parsing Content-Type: message/* Responses without warnings (#1439)Tim Bell2018-09-181-2/+8
* Handle multiple Content-Encodings (#1442)Justin Bramley2018-09-171-2/+31
* Remove unnecessary use of six.binary_type and six.b (#1440)Jon Dufresne2018-09-143-8/+8
* Change ambiguous description of backoff_factor (#1436)Mattwmaster582018-09-091-1/+1
* Prefer io.BytesIO over six; available on all supported Pythons (#1435)Jon Dufresne2018-09-091-3/+3
* Remove more Python 2.6 code (#1430)Quentin Pradet2018-08-243-11/+4
* Drop support for Python 2.6 (#1429)Hugo2018-08-239-321/+16
* Support a servername parameter on HTTPSConnections which overrides the name u...Ian Haken2018-07-111-3/+9
* Move urllib3 to src/urllib3Quentin Pradet2018-07-0336-0/+9542