summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Only run downstream tests on release candidate branchestravis-integration-testsSeth Michael Larson2019-03-181-2/+12
* Update license for proper GitHub recognition (#1549)Seth Michael Larson2019-03-091-15/+17
* Add support for TLS 1.3 to all HTTPSConnection implementations (#1496)Seth Michael Larson2019-02-2716-70/+264
* Fixed small typo in advanced usage documentation (#1541)Chris P2019-02-201-1/+1
* Fix a typo in user guide (#1536)Jahongir2019-02-051-1/+1
* Update requires-dist and documentation for Brotli (#1534)Seth Michael Larson2019-01-292-0/+18
* Update README with brotli updates (#1533)Seth Michael Larson2019-01-291-1/+1
* Add support for brotli content encoding via brotlipy package (#1532)dennis again2019-01-2910-13/+140
* Use urllib3 PyPI account for publishing (#1528)Thea Flowers2019-01-251-2/+2
* Use cert_reqs=CERT_REQUIRED by default (#1507)Seth Michael Larson2019-01-2512-53/+48
* 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-2213-17/+232
* Deploy to GitHub and PyPI on tags (#1508)Seth Michael Larson2019-01-219-62/+150
* Add additional testcase for split_first() (#1525)Seth M. Larson2019-01-111-0/+1
* Inject into urllib3.util.SSLContext (#1521)Seth M. Larson2019-01-112-0/+4
* Upgrade coverage to 4.5.2 (#1495)Seth M. Larson2019-01-113-8/+11
* Remove Authorization headers regardless of case on cross-origin redirects (#1...YOSHIDA Katsuhiko2018-12-296-5/+39
* Add Tidelift and remove BountySource (#1505)Seth M. Larson2018-12-275-22/+53
* Ensure types are maintained on URL components (#1509)Seth M. Larson2018-12-243-11/+52
* Update GitHub handle to @sethmlarson (#1506)Seth M. Larson2018-12-201-2/+2
* Fix setup.py and setup.cfg dependencies for secure extra (#1497)Seth M. Larson2018-12-102-5/+5
* Implement RFC 3986 URL parsing (#1487)Seth M. Larson2018-12-0716-109/+2462
* Attempt to restore our coverage reports (#1494)Seth M. Larson2018-12-061-1/+2
* Use python.org MacPython builds for Travis (#1485)Quentin Pradet2018-11-306-56/+34
* Create a more efficient HTTPResponse.__iter__() method (#1484)Seth M. Larson2018-11-284-2/+77
* Fix inject/extract_from_urllib3 in tests (#1480)Seth M. Larson2018-11-262-2/+11
* Test and document support for the Python 3.7 release (#1413)Jon Dufresne2018-11-241-1/+3
* Start testing against Python 3.8 (#1475)Seth M. Larson2018-11-228-3/+41
* Restore Flake8 CI checks (#1477)Quentin Pradet2018-11-1910-14/+11
* Restore context.set_ciphers() to create_urllib3_context() (#1463)Seth M. Larson2018-11-013-0/+22
* Use bytearray to accumulate bytes from gzip (#1468)Seth M. Larson2018-11-012-4/+6
* Uninstall oclint to ensure gcc can be brew upgraded (#1464)Seth M. Larson2018-10-251-0/+3
* 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