summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update test_connection.pycert-log-warningSeth Michael Larson2019-07-261-1/+1
* Change log level of CertificateError within match_hostnameSeth Michael Larson2019-07-261-1/+1
* Percent-encode invalid characters within auth section (#1647)Seth Michael Larson2019-07-2622-2869/+348
* Fix typo (#1654)Min ho Kim2019-07-261-1/+1
* Update README to reflect Seth's primary maintainership (#1651)Thea Flowers2019-07-081-4/+4
* Remove spurious TypeError from exception chain also for BaseException. (#1637)Chris Jerdonek2019-07-052-3/+8
* Change references to Makefile into Nox (#1643)Ratan Kulshreshtha2019-07-051-26/+34
* Stop using unittest (#1649)Quentin Pradet2019-07-0512-51/+35
* Also skip dotted FQDN tests on TRAVIS_INFRA=unknown (#1648)Seth Michael Larson2019-07-041-1/+1
* Update RECENT_DATE to 2019-1-1 (#1645)Seth Michael Larson2019-07-031-5/+3
* Remove the Makefile as it's not maintained (#1629)Seth Michael Larson2019-06-241-70/+0
* Don't install gcp-devrel-py-tools on Windows+Python 3.4 (#1638)Seth Michael Larson2019-06-242-3/+5
* Change addCleanup() calls to context managers in tests (#1624)Ratan Kulshreshtha2019-06-198-2127/+2089
* Improve implementation of respect_retry_after_header (#1607)James Meickle2019-06-045-16/+84
* Ignore flake8 errors that are introduced deliberately by black (#1631)Ratan Kulshreshtha2019-06-046-14/+13
* Clarify the units for timeouts within documentation (#1630)Robert David Grant2019-06-042-10/+11
* Allow Python 3.8-dev to fail (#1633)Seth Michael Larson2019-06-041-0/+1
* Update assertions to pytest style (#1614)Ratan Kulshreshtha2019-05-2816-621/+573
* Merge pull request #1619 from RatanShreshtha/blackenJess Shapiro2019-05-2486-5040/+6205
|\
| * Merge branch 'master' into blackenRatan Kulshreshtha2019-05-256-7/+129
| |\ | |/ |/|
* | Release v1.25.3 (#1616)1.25.3Seth Michael Larson2019-05-232-4/+4
* | Load system CA certificates by default on empty HTTPSConnection (#1608)Seth Michael Larson2019-05-233-2/+104
* | Create .github/FUNDING.yml (#1615)Seth Michael Larson2019-05-231-0/+1
* | Remove extra words in the contributing docs (#1613)Quentin Pradet2019-05-221-2/+2
| * Auto formatting using blackRatan Kulshreshtha2019-05-2586-5010/+6156
|/
* Upgrade rfc3986 to 1.3.2 (#1609)Seth Michael Larson2019-05-163-23/+7
* Document 1.24.3 patch release (#1606)Dima Tisnek2019-05-142-0/+8
* Merge pull request #1598 from urllib3/haikuginger/remove-akamaiJess Shapiro2019-05-042-5/+5
|\
| * Fix names; remove Akamai as ongoing sponsorJess Shapiro2019-05-042-5/+5
|/
* Update coverage for nox (#1596)Seth Michael Larson2019-05-041-3/+2
* Release 1.25.2 (#1588)1.25.2Seth Michael Larson2019-04-292-3/+3
* Percent-encode invalid characters with request target (#1586)Seth Michael Larson2019-04-283-12/+76
* is_ipaddress shouldn't detect IPvFuture addresses (#1583)Seth Michael Larson2019-04-253-6/+24
* Don't require branch = master for tag pushes (#1584)Seth Michael Larson2019-04-251-1/+1
* Switch to Nox (#1580)Thea Flowers2019-04-246-146/+168
* Release 1.25.1 (#1581)1.25.1Seth Michael Larson2019-04-242-4/+4
* Add first-class support for Brotli package (#1579)Seth Michael Larson2019-04-245-31/+29
* Upgrade rfc3986 to v1.3.1 (#1578)Seth Michael Larson2019-04-232-5/+9
* Change deploy stage to have it's own job and not run unit tests (#1574)Seth Michael Larson2019-04-232-43/+18
* Add integration tests for Google's Brotli package (#1573)Seth Michael Larson2019-04-223-0/+29
* Add compatibility with Google's 'Brotli' package (#1572)Elvis Pranskevichus2019-04-221-1/+1
* Restore dev version (#1570)Seth Michael Larson2019-04-222-1/+7
* Release 1.25 (#1568)1.25Seth Michael Larson2019-04-224-18/+22
* Apply lowercasing before IDNA-encoding (#1569)Seth Michael Larson2019-04-212-1/+5
* Use rfc3986.validator.Validator for parse_url (#1531)Seth Michael Larson2019-04-2013-413/+841
* 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-195-11/+59
* Remove mercurial files (#1558)Quentin Pradet2019-03-272-11/+0
* Encode field names using HTML5 by default instead of RFC 2231 (#1492)Robb2019-03-225-82/+169
* Improve CI stability for timeouts and branch coverage (#1554)Quentin Pradet2019-03-227-21/+28