summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow Python nightly build to fail on Travistravis-python-nightlySeth Michael Larson2020-08-141-0/+2
* Document how to customize SNI and Host headers when connecting via IPStephen Rosen2020-08-102-0/+44
* Test Python 3.9-dev on macOS on GitHub ActionsHugo van Kemenade2020-08-101-7/+9
* Test on Python 3.9-dev and nightly on Travis CIHugo van Kemenade2020-08-043-3/+5
* Add v1.25.10 release to CHANGES on masterSeth Michael Larson2020-07-251-0/+19
* 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-1611-3/+196
* Fix typo, add rST code blockmatthewhughes9342020-07-141-2/+2
* Add default user agent header (#1750)DonaCthulhuote2020-06-306-68/+155
* Raise a meaningful error for an unknown scheme (#1872)hodbn2020-06-303-3/+39
* Fix testing of SSLKEYLOGFILE on AppVeyorhodbn2020-06-242-10/+5
* Add documentation for using Nox more efficiently (#1887)PleasantMachine92020-06-141-7/+29
* Feature/support env var sslkeylogfile (#1867)Bastiaan Bakker2020-06-114-1/+49
* Merge pull request #1888 from hodbn/fix-1516Quentin Pradet2020-06-105-9/+76
|\
| * Remove unnecessary httplib exporthodbn2020-06-103-3/+3
| * Update docs for an old Python version testhodbn2020-06-091-1/+1
| * Fix coverage, InvalidChunkLength is chunked and has no expected lengthhodbn2020-06-091-6/+1
| * Test buggy incomplete readhodbn2020-06-091-0/+20
| * Add InvalidChunkLength errorhodbn2020-06-093-7/+59
|/
* Use nox version that works with Python 3.5.2Quentin Pradet2020-05-301-1/+2
* Fix linting for flake8 v3.8Quentin Pradet2020-05-123-6/+6
* Don't insert 'None' into ConnectionPool if it was emptyhodbn2020-04-282-4/+15
* Add 'other errors' counter to Retry (#1824)hodbn2020-04-272-3/+47
* Change TARPIT_HOST to detect isolated network (#1862)hodbn2020-04-241-2/+8
* doco: Fix small typos (#1860)Tim Gates2020-04-204-4/+4
* Prevent git from ignoring .github/Quentin Pradet2020-04-191-0/+1
* Add CODEOWNERS restricting access to files related to deployment (#1857)Seth Michael Larson2020-04-194-2/+14
* Avoid hasattr in BrotliDecoder.decompress()David Vo2020-04-191-4/+3
* Check README.rst and CHANGES.rst are valid reSTQuentin Pradet2020-04-173-13/+16
* Remove raw reST directive from READMEQuentin Pradet2020-04-162-3/+14
* Run twine check in CIQuentin Pradet2020-04-161-0/+15
* Add v1.25.9 to CHANGES.rst on masterSeth Michael Larson2020-04-161-4/+19
* Fix flaky test by setting longer connect timeoutQuentin Pradet2020-04-081-1/+1
* Backslash terminates authority URL sectionhodbn2020-04-082-1/+13
* Fix documentation build by skipping Sphinx 3.0.0 (#1844)Quentin Pradet2020-04-081-1/+1
* Revert "Add context to find_unused_port"Quentin Pradet2020-04-073-16/+21
* Unwrap ProxyError when evaluating retries (#1830)hodbn2020-04-033-1/+28
* Drain connection after PoolManager redirect (#1817)Chris2020-04-035-27/+40
* Detect GitHub Actions as continuous integration (#1840)Quentin Pradet2020-04-021-1/+3
* Switch macOS CI to GitHub Actions (#1839)Quentin Pradet2020-04-024-70/+50
* Add context to find_unused_port (#1837)hodbn2020-04-012-16/+11
* Simplify get_unreachable_address (#1836)hodbn2020-04-011-13/+2
* Include requirement unconditionallyQuentin Pradet2020-03-311-3/+1
* Restore coverage measurementsQuentin Pradet2020-03-305-5/+8
* Regenerate dummyserver/certs with trustme (#1831)Quentin Pradet2020-03-308-128/+108
* Stop skipping SecureTransport testsQuentin Pradet2020-03-303-3/+8
* Test that ConnectionPool preserves path dot segmentshodbn2020-03-253-1/+12
* Skip tests when DNS can't resolve a dotted FQDNhodbn2020-03-214-21/+33
* Ensure test host resolves to IPv6 in tests (#1819)Hod Bin Noon2020-03-203-3/+21