summaryrefslogtreecommitdiff
path: root/test/with_dummyserver/test_socketlevel.py
Commit message (Expand)AuthorAgeFilesLines
* Continue reading the response stream if there is buffered decompressed dataSeth Michael Larson2023-05-031-0/+49
* Fix flaky test_ssl_failure_midway_through_connThomas Grainger2023-04-301-14/+12
* Fix InsecureRequestWarning warnings in test suiteThomas Grainger2023-04-241-1/+3
* Fix io_refs bug with pyopenssl.WrappedSocket and securetransport.WrappedSocke...Thomas Grainger2023-04-221-0/+58
* Update pre-commit reposHasan Ramezani2023-02-011-2/+0
* Disable Nagle's algorithm in test_ssl_read_timeoutThomas Grainger2023-01-121-0/+2
* Stop retrying tests with flakyThomas Grainger2023-01-111-3/+0
* Configure filterwarnings=error (#2790)Thomas Grainger2022-11-241-36/+89
* Use the typing namespace and from __future__ import annotationsBastian Venthur2022-11-211-18/+20
* Standardize HTTPResponse.read(X) behavior regardless of compressionQuentin Pradet2022-11-141-8/+1
* Change HTTPConnection.getresponse() to return urllib3.HTTPResponseLevi2022-11-071-1/+2
* Drop support for OpenSSL <1.1.1 (#2705)Seth Michael Larson2022-08-221-2/+0
* Fix `OverflowError` when TLS is used on some Python versionsIllia Volochii2022-07-191-0/+58
* Add support for configuring header combining with HTTPHeaderDictRaphael Gaschignard2022-07-151-0/+69
* Create our own logic for chunked content framingSeth Michael Larson2022-06-191-7/+74
* Consistently wrap errors in load_cert_chainSamuel Freilich2022-06-101-10/+10
* Add test cases for framing of request bodiesSeth Michael Larson2022-02-121-2/+168
* Wrap proxy TLS, connection, and timeout errors with ProxyErrorSeth Michael Larson2021-11-151-2/+1
* Add type hints to test.with_dummyserver.test_socketlevel (#2436)Hasan Ramezani2021-10-041-122/+134
* Don't unconditionally wrap proxy connection errors with HTTPSProxyErrorSeth Michael Larson2021-09-261-1/+29
* Bump linter versionsQuentin Pradet2021-09-241-2/+2
* Explicitly chain or don't chain exceptions (#2340)Ran Benita2021-08-151-1/+1
* Add type hints to test decorators and fixturesHasan Ramezani2021-08-101-6/+6
* Remove python2 compat stuff from test_socketlevel.py (#2276)Ran Benita2021-06-191-36/+22
* Add coverage for all raise branchesBastian Venthur2021-05-221-0/+9
* Lean on SSLContext to verify hostnames when possible (#2178)Quentin Pradet2021-03-161-2/+5
* Remove Python 2 branches, HTTPHeaderDict.from_httplibHasan Ramezani2020-11-181-2/+1
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-151-96/+72
* Terminate connection when custom verification fails (SecureTransport) (#1977)hodbn2020-11-011-0/+43
* Fix flaky test by avoiding refused connection with short timeout (#2008)Quentin Pradet2020-10-021-2/+2
* Sort imports with 'isort'Quentin Pradet2020-10-011-30/+25
* 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
* Don't log defect warnings on multipart/* responsesBrian Price2020-09-031-0/+37
* Send "http/1.1" ALPN extension during TLS handshakehodbn2020-07-161-2/+31
* Add default user agent header (#1750)DonaCthulhuote2020-06-301-58/+39
* Fix testing of SSLKEYLOGFILE on AppVeyorhodbn2020-06-241-2/+3
* Remove unnecessary httplib exporthodbn2020-06-101-1/+1
* Fix flaky test by setting longer connect timeoutQuentin Pradet2020-04-081-1/+1
* Stop skipping SecureTransport testsQuentin Pradet2020-03-301-1/+3
* Skip tests when DNS can't resolve a dotted FQDNhodbn2020-03-211-2/+2
* 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
* Generate client password-protected cert with trustme (#1793)Quentin Pradet2020-01-261-16/+7
* Generate client certs dynamically using trustme (#1791)Quentin Pradet2020-01-251-22/+54
* Fix test_delayed_body_read_timeout flaky test (#1751)Quentin Pradet2019-11-171-1/+1
* Remove extra notPyPy2 import to fix linter (#1733)Quentin Pradet2019-11-051-1/+0
* Use decorators to mark tests as xfail in PyPy2Quentin Pradet2019-11-041-0/+1