summaryrefslogtreecommitdiff
path: root/src/urllib3
Commit message (Expand)AuthorAgeFilesLines
* Stop skipping SecureTransport testsQuentin Pradet2020-03-301-0/+5
* Test that ConnectionPool preserves path dot segmentshodbn2020-03-251-0/+5
* Ensure load_verify_locations raises SSLError for all backends (#1812)Quentin Pradet2020-03-161-3/+6
* Add support for HTTPS connections to proxies. (#1679)Jorge2020-03-124-21/+89
* Rename VerifiedHTTPSConnection to HTTPSConnection (#1805)kobayashi2020-02-281-20/+10
* Allow the CA certificate data to be passed as a string (#1804)Benno Rice2020-02-222-3/+15
* Raise ValueError if method contains control characters (#1800)Seth Michael Larson2020-02-171-0/+14
* Add __repr__ to Timeout (#1795)John Vandenberg2020-02-041-1/+4
* Release 1.25.8 (#1788)1.25.8Seth Michael Larson2020-01-211-1/+1
* Optimize _encode_invalid_chars (#1787)Quentin Pradet2020-01-211-9/+6
* Empty responses should have no lines.Benjamin Peterson2020-01-141-1/+1
* Document actual default value for resolve_cert_reqs() (#1767)Dominique Martinet2019-12-031-1/+1
* Revert behavior to is_appengine=False in testbed (#1760)Zev Goldstein2019-11-271-7/+7
* Add hostname to insecure connection warning. (#1691)Steltek2019-11-221-2/+2
* Remove unused HTTPSConnection.connect()Quentin Pradet2019-11-211-34/+0
* Assume that _encode_target urls start with slashQuentin Pradet2019-11-211-3/+0
* Release 1.25.7 (#1745)1.25.7Seth Michael Larson2019-11-111-1/+1
* Preserve chunked parameter on broken connections and redirects (#1734)Quentin Pradet2019-11-071-0/+2
* Don't encode fragment into target (#1732)Seth Michael Larson2019-11-041-5/+2
* Update urllib3/requests GitHub URLs (#1719)Quentin Pradet2019-10-293-3/+3
* Preserve chunked argument in urlopen() retry (#1715)lmvlmv2019-10-291-0/+1
* Don't rely on SERVER_SOFTWARE being set for AppEngine (#1704)Zev Goldstein2019-10-182-17/+14
* Remove TLS 1.3 support in SecureTransport (#1703)Quentin Pradet2019-10-042-15/+5
* Merge strings that fit on a single line (#1700)Quentin Pradet2019-09-277-18/+11
* Release 1.25.6 (#1693)1.25.6Seth Michael Larson2019-09-241-1/+1
* Don't percent encode tilde character (#1692)Seth Michael Larson2019-09-241-6/+7
* Release 1.25.5 (#1685)1.25.5Seth Michael Larson2019-09-192-3/+8
* Release 1.25.4 (#1681)1.25.4Seth Michael Larson2019-09-191-1/+1
* Percent-encode targets and URLs in ConnectionPool (#1673)Seth Michael Larson2019-09-192-1/+30
* Fix for Python 4 (#1669)Hugo van Kemenade2019-08-254-5/+5
* Enable TLS 1.3 post-handshake authentication (#1635)Christian Heimes2019-08-161-0/+7
* Add optional auto_close parameter to HTTPResponse (#1652)George Sakkis2019-07-261-5/+16
* Change log level of CertificateError within match_hostname (#1657)Seth Michael Larson2019-07-261-1/+1
* Percent-encode invalid characters within auth section (#1647)Seth Michael Larson2019-07-2617-2861/+308
* Remove spurious TypeError from exception chain also for BaseException. (#1637)Chris Jerdonek2019-07-051-3/+4
* Update RECENT_DATE to 2019-1-1 (#1645)Seth Michael Larson2019-07-031-5/+3
* Improve implementation of respect_retry_after_header (#1607)James Meickle2019-06-041-1/+2
* Ignore flake8 errors that are introduced deliberately by black (#1631)Ratan Kulshreshtha2019-06-044-10/+8
* Clarify the units for timeouts within documentation (#1630)Robert David Grant2019-06-041-8/+9
* Merge branch 'master' into blackenRatan Kulshreshtha2019-05-252-2/+31
|\
| * Release v1.25.3 (#1616)1.25.3Seth Michael Larson2019-05-231-1/+1
| * Load system CA certificates by default on empty HTTPSConnection (#1608)Seth Michael Larson2019-05-231-2/+22
* | Auto formatting using blackRatan Kulshreshtha2019-05-2545-1844/+2284
|/
* Upgrade rfc3986 to 1.3.2 (#1609)Seth Michael Larson2019-05-162-23/+1
* Release 1.25.2 (#1588)1.25.2Seth Michael Larson2019-04-291-1/+1
* Percent-encode invalid characters with request target (#1586)Seth Michael Larson2019-04-281-10/+48
* is_ipaddress shouldn't detect IPvFuture addresses (#1583)Seth Michael Larson2019-04-251-4/+4
* Release 1.25.1 (#1581)1.25.1Seth Michael Larson2019-04-241-1/+1
* Add first-class support for Brotli package (#1579)Seth Michael Larson2019-04-241-4/+11
* Upgrade rfc3986 to v1.3.1 (#1578)Seth Michael Larson2019-04-232-5/+9