summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get SSLTransport tests to 100% coverageJorge2020-09-131-14/+44
* Swallow BrokenPipeError when writing request bodyRober Morales-Chaparro2020-09-112-1/+46
* 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-082-0/+16
* Don't log defect warnings on multipart/* responsesBrian Price2020-09-032-0/+51
* Wrap BaseSSLError into SSLError during response readsSeth Michael Larson2020-08-311-0/+27
* Coerce values to str in HTTPHeaderDict.__getitem__Hasan Ramezani2020-08-301-0/+8
* Always assume UTC if no timezone in Retry-Afterhodbn2020-08-263-0/+60
* Blacken using black==20.8b1hodbn2020-08-263-5/+11
* Don't raise SNI warning on SecureTransport with server_hostname=Nonehodbn2020-08-233-93/+120
* Use tz-aware functions in Retry.parse_retry_after()Seth Michael Larson2020-08-231-13/+7
* Add SSLTransport to support TLS in TLS connectionsJorge2020-08-191-0/+470
* Send "http/1.1" ALPN extension during TLS handshakehodbn2020-07-163-2/+55
* 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-102-2/+3
* Update docs for an old Python version testhodbn2020-06-091-1/+1
* Test buggy incomplete readhodbn2020-06-091-0/+20
* Add InvalidChunkLength errorhodbn2020-06-091-5/+34
* Fix linting for flake8 v3.8Quentin Pradet2020-05-122-4/+4
* Don't insert 'None' into ConnectionPool if it was emptyhodbn2020-04-281-1/+10
* Add 'other errors' counter to Retry (#1824)hodbn2020-04-271-0/+16
* Change TARPIT_HOST to detect isolated network (#1862)hodbn2020-04-241-2/+8
* doco: Fix small typos (#1860)Tim Gates2020-04-202-2/+2
* Fix flaky test by setting longer connect timeoutQuentin Pradet2020-04-081-1/+1
* Backslash terminates authority URL sectionhodbn2020-04-081-0/+12
* Revert "Add context to find_unused_port"Quentin Pradet2020-04-073-16/+21
* Unwrap ProxyError when evaluating retries (#1830)hodbn2020-04-031-0/+21
* Drain connection after PoolManager redirect (#1817)Chris2020-04-031-0/+17
* Detect GitHub Actions as continuous integration (#1840)Quentin Pradet2020-04-021-1/+3
* Add context to find_unused_port (#1837)hodbn2020-04-012-16/+11
* Regenerate dummyserver/certs with trustme (#1831)Quentin Pradet2020-03-301-10/+9
* Stop skipping SecureTransport testsQuentin Pradet2020-03-302-3/+3
* Test that ConnectionPool preserves path dot segmentshodbn2020-03-251-0/+6
* 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-201-1/+2
* Ensure load_verify_locations raises SSLError for all backends (#1812)Quentin Pradet2020-03-163-0/+11
* Fix test_preserve_chunked_on_retry_after flakiness (#1816)Quentin Pradet2020-03-161-5/+8
* Stop looking at exception values in test_client_no_intermediate (#1811)Quentin Pradet2020-03-121-22/+1
* Add support for HTTPS connections to proxies. (#1679)Jorge2020-03-122-3/+82
* Allow the CA certificate data to be passed as a string (#1804)Benno Rice2020-02-222-3/+15
* Raise ValueError if method contains control characters (#1800)Seth Michael Larson2020-02-171-0/+6
* Generate bad CA with trustme (#1794)Quentin Pradet2020-01-272-12/+28
* Generate client password-protected cert with trustme (#1793)Quentin Pradet2020-01-263-62/+66
* Generate client certs dynamically using trustme (#1791)Quentin Pradet2020-01-251-22/+54