summaryrefslogtreecommitdiff
path: root/src/urllib3
Commit message (Expand)AuthorAgeFilesLines
* Document how to customize SNI and Host headers when connecting via IPStephen Rosen2020-08-101-0/+5
* Add hardcoded paths to macOS frameworks for Big Sur compatibility. (#1905)Shea Craig2020-07-191-11/+28
* Collapse request chunked data and framing into one send() call (#1906)Seth Michael Larson2020-07-161-4/+5
* Send "http/1.1" ALPN extension during TLS handshakehodbn2020-07-166-0/+96
* Add default user agent header (#1750)DonaCthulhuote2020-06-303-2/+24
* Raise a meaningful error for an unknown scheme (#1872)hodbn2020-06-302-2/+15
* Feature/support env var sslkeylogfile (#1867)Bastiaan Bakker2020-06-111-0/+7
* Remove unnecessary httplib exporthodbn2020-06-101-1/+0
* Fix coverage, InvalidChunkLength is chunked and has no expected lengthhodbn2020-06-091-6/+1
* Add InvalidChunkLength errorhodbn2020-06-092-2/+25
* Fix linting for flake8 v3.8Quentin Pradet2020-05-121-2/+2
* Don't insert 'None' into ConnectionPool if it was emptyhodbn2020-04-281-3/+5
* Add 'other errors' counter to Retry (#1824)hodbn2020-04-271-3/+31
* doco: Fix small typos (#1860)Tim Gates2020-04-202-2/+2
* Add CODEOWNERS restricting access to files related to deployment (#1857)Seth Michael Larson2020-04-192-1/+4
* Avoid hasattr in BrotliDecoder.decompress()David Vo2020-04-191-4/+3
* Backslash terminates authority URL sectionhodbn2020-04-081-1/+1
* Unwrap ProxyError when evaluating retries (#1830)hodbn2020-04-032-1/+7
* Drain connection after PoolManager redirect (#1817)Chris2020-04-033-27/+20
* 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