summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into SethMichaelLarson-patch-1SethMichaelLarson-patch-1Seth M. Larson2018-11-012-4/+6
|\
| * Use bytearray to accumulate bytes from gzip (#1468)Seth M. Larson2018-11-012-4/+6
* | Remove empty lineSeth M. Larson2018-10-271-1/+0
* | Add unit test for ciphers default and overrideSeth Michael Larson2018-10-261-0/+19
* | Merge branch 'master' of https://github.com/urllib3/urllib3 into SethMichaelL...Seth Michael Larson2018-10-251-0/+3
|\ \ | |/
| * Uninstall oclint to ensure gcc can be brew upgraded (#1464)Seth M. Larson2018-10-251-0/+3
* | Update CHANGES.rstSeth M. Larson2018-10-231-0/+2
* | Restore context.set_ciphers() to create_urllib3_contextSeth M. Larson2018-10-231-0/+2
|/
* Resolve pytest pluggy version conflict (#1457)toby cabot2018-10-171-1/+2
* Update changelog for 1.24 releaseThea Flowers2018-10-161-2/+16
* Add missing key_server_hostname variable (#1449)swg01012018-10-121-0/+1
* Test against Python 3.7 on AppVeyor (#1453)Seth M. Larson2018-10-111-0/+6
* Early-out ipv6 checks when running on App Engine (#1450)Thea Flowers2018-10-054-23/+52
* 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-184-10/+48
* Handle multiple Content-Encodings (#1442)Justin Bramley2018-09-174-2/+68
* Remove unnecessary use of six.binary_type and six.b (#1440)Jon Dufresne2018-09-145-13/+11
* 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
* Update CONTRIBUTORS.txt (#1432)Thea Flowers2018-08-241-1/+2
* Update CHANGES and CONTRIBUTORS for Python 2.6 removal (#1431)Hugo2018-08-242-7/+12
* Remove more Python 2.6 code (#1430)Quentin Pradet2018-08-247-39/+15
* Drop support for Python 2.6 (#1429)Hugo2018-08-2329-492/+82
* Fix codecov coverage by collapsing paths in tox (#1428)Quentin Pradet2018-08-203-4/+14
* Fix coverage reports after src/urlib3 move (#1425)Quentin Pradet2018-08-164-18/+22
* Fix test_client_intermediate and test_client_no_intermediate for macOS (#1423)Quentin Pradet2018-08-144-74/+63
* Revert "Fix test_client_no_intermediate on macOS 10.13+ (#1412)" (#1418)Quentin Pradet2018-08-064-31/+25
* Support using tornado-5 for tests (#1414)Michał Górny2018-07-243-7/+9
* Support a servername parameter on HTTPSConnections which overrides the name u...Ian Haken2018-07-113-3/+29
* Fix test_client_no_intermediate on macOS 10.13+ (#1412)Quentin Pradet2018-07-104-21/+34
* Merge pull request #1409 from pquentin/src-dirIan Stapleton Cordasco2018-07-0437-1/+2
|\
| * Move urllib3 to src/urllib3Quentin Pradet2018-07-0337-1/+2
* | Remove unneeded dependency psutil (#1401)Lumír 'Frenzy' Balhar2018-07-021-1/+0
* | Update the version of gcp-devrel-py-tools to fix App Engine builds (#1407)Thea Flowers2018-07-012-6/+10
|/
* Make pyOpenSSL skip DNS names which can't be idna-encoded (#1406)Seth M. Larson2018-06-302-8/+19
* Remove unused testing utility function onlyPy34OrOlder (#1403)Jon Dufresne2018-06-281-12/+0
* Handle EINTR from poll with zero timeout (#1399)Bruce Merry2018-06-213-4/+38
* Update Python 2 doc link to Python 3 (#1395)Jon Dufresne2018-06-101-1/+1
* Mark the v1.23 release in the change log (#1393)Jeremy Cline2018-06-051-2/+6
* Simplify conditional block (#1388)Ofek Lev2018-05-281-12/+12
* Fix my name in README.rst (#1390)Thea Flowers2018-05-281-2/+2
* Pin pyOpenSSL major version to 17.* for Python 2.6 (#1389)Seth M. Larson2018-05-282-2/+10
* Update pypi.python.org URLs to pypi.org (#1383)Seth M. Larson2018-05-013-6/+6
|\
| * Update pypi.python.org URLs to pypi.orgJon Dufresne2018-05-013-6/+6
|/
* Don't normalize hostnames when using custom protocol (#1361)Seth M. Larson2018-04-302-4/+45
|\
| * Add test cases for uppercase url + custom protocolLukas Slebodnik2018-04-261-0/+38
| * Do not lowercase hostnames with custom-protocol(#1267)Lukas Slebodnik2018-04-261-4/+7
* | Add geturl method to HTTPResponse objects (#1382)Seth M. Larson2018-04-304-2/+39
|\ \ | |/ |/|
| * add unit testsChris Wilcox2018-04-271-1/+19
| * contributors file updateChris Wilcox2018-04-271-0/+4