summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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