summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.25.101.25.10Seth Michael Larson2020-07-222-1/+20
* [1.25] Add hardcoded paths to macOS frameworks for Big Sur compatibility. (#1...Shea Craig2020-07-221-11/+28
* [1.25] Collapse request chunked data and framing into one send() call (#1906)Seth Michael Larson2020-07-221-4/+5
* [1.25] Fix testing of SSLKEYLOGFILE on AppVeyorhodbn2020-07-222-10/+5
* [1.25] Feature/support env var sslkeylogfile (#1867)Bastiaan Bakker2020-07-224-2/+50
* [1.25] Use nox version that works with Python 3.5.2Quentin Pradet2020-07-221-1/+2
* [1.25] Fix linting for flake8 v3.8Quentin Pradet2020-07-223-6/+6
* [1.25] Don't insert 'None' into ConnectionPool if it was emptyhodbn2020-07-222-4/+15
* [1.25] Change TARPIT_HOST to detect isolated network (#1862)hodbn2020-07-221-2/+8
* [1.25] Avoid hasattr in BrotliDecoder.decompress()David Vo2020-07-221-4/+3
* Add CODEOWNERS restricting access to files related to deploymentSeth Michael Larson2020-05-024-2/+14
* Release v1.25.91.25.9Seth Michael Larson2020-04-162-5/+20
* Add InvalidProxyConfigurationWarning for HTTPS proxiesSeth Michael Larson2020-04-163-2/+58
* Fix flaky test by setting longer connect timeoutQuentin Pradet2020-04-112-2/+1
* Backslash terminates authority URL sectionhodbn2020-04-112-1/+13
* Fix documentation build by skipping Sphinx 3.0.0 (#1844)Quentin Pradet2020-04-111-1/+1
* Revert "Add context to find_unused_port"Quentin Pradet2020-04-113-16/+21
* Unwrap ProxyError when evaluating retries (#1830)hodbn2020-04-113-1/+29
* Drain connection after PoolManager redirect (#1817)Chris2020-04-115-28/+44
* Detect GitHub Actions as continuous integration (#1840)Quentin Pradet2020-04-111-1/+3
* Switch macOS CI to GitHub Actions (#1839)Quentin Pradet2020-04-114-70/+50
* Add context to find_unused_port (#1837)hodbn2020-04-112-16/+11
* Simplify get_unreachable_address (#1836)hodbn2020-04-111-13/+2
* Include requirement unconditionallyQuentin Pradet2020-04-111-3/+1
* Restore coverage measurementsQuentin Pradet2020-04-115-5/+8
* Regenerate dummyserver/certs with trustme (#1831)Quentin Pradet2020-04-118-128/+108
* Stop skipping SecureTransport testsQuentin Pradet2020-04-113-3/+8
* Test that ConnectionPool preserves path dot segmentshodbn2020-04-113-1/+12
* Skip tests when DNS can't resolve a dotted FQDNhodbn2020-04-114-21/+33
* Ensure test host resolves to IPv6 in tests (#1819)Hod Bin Noon2020-04-113-2/+26
* Ensure load_verify_locations raises SSLError for all backends (#1812)Quentin Pradet2020-04-114-3/+17
* Fix test_preserve_chunked_on_retry_after flakiness (#1816)Quentin Pradet2020-04-111-5/+8
* ci: remove now-unneeded virtualenv workaround (#1813)Quentin Pradet2020-04-111-5/+0
* Stop looking at exception values in test_client_no_intermediate (#1811)Quentin Pradet2020-04-111-22/+1
* Rename VerifiedHTTPSConnection to HTTPSConnection (#1805)kobayashi2020-02-283-20/+15
* Allow the CA certificate data to be passed as a string (#1804)Benno Rice2020-02-225-6/+33
* Raise ValueError if method contains control characters (#1800)Seth Michael Larson2020-02-173-0/+27
* travis: Fix PATH with macOS and Python 2.7 (#1802)Quentin Pradet2020-02-171-1/+2
* Remove deprecated test arguments from setup.py (#1801)Jon Dufresne2020-02-161-8/+0
* Add __repr__ to Timeout (#1795)John Vandenberg2020-02-041-1/+4
* Generate bad CA with trustme (#1794)Quentin Pradet2020-01-274-30/+28
* Generate client password-protected cert with trustme (#1793)Quentin Pradet2020-01-266-118/+81
* Generate client certs dynamically using trustme (#1791)Quentin Pradet2020-01-255-78/+55
* Fix Travis CI config validation warningsChristian Clauss2020-01-231-3/+2
* Release 1.25.8 (#1788)1.25.8Seth Michael Larson2020-01-212-3/+3
* Optimize _encode_invalid_chars (#1787)Quentin Pradet2020-01-212-9/+8
* Move IPv6 test skips in server fixturesQuentin Pradet2020-01-162-3/+7
* Factorize test certificates serializationQuentin Pradet2020-01-161-54/+14
* Generate IPV6 certificates using trustmeQuentin Pradet2020-01-165-77/+38
* Run IPv6 Tornado server from fixtureQuentin Pradet2020-01-164-20/+32