summaryrefslogtreecommitdiff
path: root/test/with_dummyserver
Commit message (Expand)AuthorAgeFilesLines
* Add coverage for all raise branchesBastian Venthur2021-05-221-0/+9
* Added body parameter to top-level request() and RequestMethods.request()Bastian Venthur2021-05-191-0/+10
* Add type hints to connection modulesFranek Magiera2021-04-121-6/+7
* Lean on SSLContext to verify hostnames when possible (#2178)Quentin Pradet2021-03-163-4/+9
* Always use our custom ssl.match_hostname() implementationQuentin Pradet2021-03-161-0/+12
* Remove notOpenSSL098 pytest fixtureQuentin Pradet2021-03-121-2/+0
* Add exception wrapper for HTTPS proxy connection failure (#2133)Jorge2021-02-091-0/+14
* Add top-level request() methodFranek Magiera2021-02-081-0/+6
* Use match parameter in pytest.raises()Hasan Ramezani2020-12-293-18/+15
* Remove work-around for missing ipaddress module in Python 2Jon Dufresne2020-12-261-10/+0
* Remove fallback on commonName in match_hostname()Hasan Ramezani2020-12-231-29/+11
* Improve message for ProxySchemeUnknown exceptionHasan Ramezani2020-12-101-0/+22
* Remove deprecated Retry optionsQuentin Pradet2020-11-241-11/+11
* Remove six (#2078)Hasan Ramezani2020-11-232-7/+1
* Remove Python 2 branches, HTTPHeaderDict.from_httplibHasan Ramezani2020-11-181-2/+1
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-156-400/+236
* Don't send 'User-Agent' twice if header is binarySeth Michael Larson2020-11-111-0/+23
* Skip TLS versions if disabled by OpenSSL configSeth Michael Larson2020-11-051-8/+4
* Terminate connection when custom verification fails (SecureTransport) (#1977)hodbn2020-11-012-12/+57
* Add SKIP_HEADER for skipping automatically added headersSeth Michael Larson2020-10-272-8/+142
* Deprecate negotiating TLSv1 and TLSv1.1 by defaultSeth Michael Larson2020-10-061-20/+100
* Don't set keylog_filename for empty valuesSeth Michael Larson2020-10-041-0/+12
* Fix flaky test by avoiding refused connection with short timeout (#2008)Quentin Pradet2020-10-021-2/+2
* Sort imports with 'isort'Quentin Pradet2020-10-017-92/+82
* Integrate TLS-in-TLS support into urllib3 (#1923)Jorge2020-09-291-11/+90
* Consume connections better in socket-level tests (#1958)hodbn2020-09-181-23/+26
* Use LONG_TIMEOUT on test with disabled retriesQuentin Pradet2020-09-181-1/+1
* Swallow BrokenPipeError when writing request bodyRober Morales-Chaparro2020-09-111-0/+45
* Use LONG_TIMEOUT on another timeout-based testQuentin Pradet2020-09-091-1/+1
* Use LONG_TIMEOUT for read with retries=0Quentin Pradet2020-09-081-2/+1
* Skip two tests that are flaky on WindowsQuentin Pradet2020-09-081-0/+3
* Don't log defect warnings on multipart/* responsesBrian Price2020-09-031-0/+37
* Coerce values to str in HTTPHeaderDict.__getitem__Hasan Ramezani2020-08-301-0/+8
* Blacken using black==20.8b1hodbn2020-08-262-4/+8
* Send "http/1.1" ALPN extension during TLS handshakehodbn2020-07-162-2/+41
* Add default user agent header (#1750)DonaCthulhuote2020-06-303-66/+131
* Raise a meaningful error for an unknown scheme (#1872)hodbn2020-06-301-1/+24
* Fix testing of SSLKEYLOGFILE on AppVeyorhodbn2020-06-242-10/+5
* Feature/support env var sslkeylogfile (#1867)Bastiaan Bakker2020-06-111-0/+25
* Remove unnecessary httplib exporthodbn2020-06-101-1/+1
* Fix flaky test by setting longer connect timeoutQuentin Pradet2020-04-081-1/+1
* Revert "Add context to find_unused_port"Quentin Pradet2020-04-071-5/+5
* Drain connection after PoolManager redirect (#1817)Chris2020-04-031-0/+17
* Add context to find_unused_port (#1837)hodbn2020-04-011-5/+5
* Regenerate dummyserver/certs with trustme (#1831)Quentin Pradet2020-03-301-10/+9
* Stop skipping SecureTransport testsQuentin Pradet2020-03-301-1/+3
* Test that ConnectionPool preserves path dot segmentshodbn2020-03-251-0/+6
* Skip tests when DNS can't resolve a dotted FQDNhodbn2020-03-212-4/+4
* Ensure test host resolves to IPv6 in tests (#1819)Hod Bin Noon2020-03-201-1/+2
* Ensure load_verify_locations raises SSLError for all backends (#1812)Quentin Pradet2020-03-161-0/+9