summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ssh://github.com/urllib3/urllib3 into delete-makefiledelete-makefileSeth Michael Larson2019-06-0514-40/+109
|\
| * 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
* | Remove the Makefile as it's not maintainedSeth Michael Larson2019-05-311-70/+0
|/
* 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
* Remove unreachable line within to_input_type() (#1551)Quentin Pradet2019-03-181-2/+0
* Only run downstream tests on release candidate branches (#1552)Seth 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