summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Switch macOS CI to GitHub Actionsmacos-github-actionsQuentin Pradet2020-04-014-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
* Ensure load_verify_locations raises SSLError for all backends (#1812)Quentin Pradet2020-03-164-3/+17
* Fix test_preserve_chunked_on_retry_after flakiness (#1816)Quentin Pradet2020-03-161-5/+8
* ci: remove now-unneeded virtualenv workaround (#1813)Quentin Pradet2020-03-131-5/+0
* Stop looking at exception values in test_client_no_intermediate (#1811)Quentin Pradet2020-03-121-22/+1
* Update LICENSE copyright dateHimanshu Garg2020-03-122-1/+4
* Add support for HTTPS connections to proxies. (#1679)Jorge2020-03-1210-30/+211
* 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
* Use trustme to generate IP_SAN certQuentin Pradet2020-01-144-31/+29
* Empty responses should have no lines.Benjamin Peterson2020-01-142-2/+3
* Use trustme to generate NO_SAN certsQuentin Pradet2020-01-135-67/+18
* Use fixture to configure NO_SAN test certsQuentin Pradet2020-01-132-7/+38
* Test Python 3.9 on LinuxQuentin Pradet2020-01-093-2/+5
* Test Python 3.8 on macOSQuentin Pradet2020-01-092-3/+13
* Use SelectorEventLoop on Python 3.8 + Windows (#1777)Quentin Pradet2020-01-072-0/+17
* Use Tornado 6 on Python 3 to fix 3.9 error (#1775)Quentin Pradet2020-01-061-1/+2
* Drop Python 3.4 (#1774)Quentin Pradet2020-01-067-15/+9
* Document actual default value for resolve_cert_reqs() (#1767)Dominique Martinet2019-12-031-1/+1
* Banner needs a space to show properlySeth Michael Larson2019-12-021-0/+1
* Remove CodeFund as they are no longer sponsoringSeth Michael Larson2019-12-021-6/+0
* Skip IPv6 test class when IPv6 is not available (#1762)Quentin Pradet2019-12-021-1/+7
* Remove unneeded test timeouts (#1763)Quentin Pradet2019-12-021-4/+0
* Revert behavior to is_appengine=False in testbed (#1760)Zev Goldstein2019-11-271-7/+7
* Correct a typo in noxfile.py (#1757)Felix Yan2019-11-241-1/+1
* Add hostname to insecure connection warning. (#1691)Steltek2019-11-221-2/+2
* Remove unused HTTPSConnection.connect()Quentin Pradet2019-11-211-34/+0