summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Create .github/FUNDING.ymlfunding-ymlSeth Michael Larson2019-05-231-0/+1
* Remove extra words in the contributing docs (#1613)Quentin Pradet2019-05-221-2/+2
* 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
* 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