summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release: 1.25.111.25.111.25-seriesSeth Michael Larson2020-10-192-1/+14
* [1.25] Upgrade pytest-freezegun to 0.4.2hodbn2020-10-161-1/+1
* [1.25] Parse UTC for 'Retry-After' redirect handlerSeth Michael Larson2020-10-161-1/+1
* [1.25] Always assume UTC if no timezone in Retry-Afterhodbn2020-10-165-0/+69
* [1.25] Use tz-aware functions in Retry.parse_retry_after()Seth Michael Larson2020-10-163-15/+10
* [1.25.x] Don't set keylog_filename for empty valuesSeth Michael Larson2020-10-092-2/+16
* [1.25] Black 20.8b1 stylingSeth Michael Larson2020-09-139-26/+27
* [1.25] Check README.rst and CHANGES.rst are valid reSTQuentin Pradet2020-09-132-12/+14
* [1.25] Remove raw reST directive from READMEQuentin Pradet2020-09-132-3/+14
* [1.25] Migrate Windows CI to GitHub Actionshodbn2020-09-135-304/+52
* [1.25] Use LONG_TIMEOUT on another timeout-based testQuentin Pradet2020-09-131-1/+1
* [1.25] Use ci/upload_coverage.sh in GitHub ActionsQuentin Pradet2020-09-131-7/+4
* [1.25] Switch to more reliable method to upload coverageQuentin Pradet2020-09-131-3/+16
* [1.25] Rename _travis/ to ci/Quentin Pradet2020-09-139-7/+7
* 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