summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix multi-frame Zstandard response decodingRogdham2023-05-141-0/+19
* 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
* Improve assert_fingerprint changelog and testsQuentin Pradet2023-04-292-29/+31
* Fix HTTPResponse.read(0) when underlying buffer is empty (#2998)Quentin Pradet2023-04-291-0/+3
* Ensure SSLSocket is closed after failure verifying cert hostname or fingerprintThomas Grainger2023-04-291-1/+31
* Fix InsecureRequestWarning warnings in test suiteThomas Grainger2023-04-244-9/+20
* Add backoff jitter to Retry (#2952)Tom McTiernan2023-04-241-0/+29
* Fix io_refs bug with pyopenssl.WrappedSocket and securetransport.WrappedSocke...Thomas Grainger2023-04-221-0/+58
* Fix 'ssl_version' option deprecated warningThomas Grainger2023-04-183-11/+50
* Fix test_ssl_object_attributesThomas Grainger2023-04-151-2/+5
* Remove the 'pool' deprecation warning from test suiteThomas Grainger2023-04-141-2/+2
* Update mypy to 1.2.0Hasan Ramezani2023-04-132-3/+3
* Avoid distutils deprecation warning by dropping pytest-freezegunThomas Grainger2023-04-121-2/+4
* Fixed coverage regression when zstd >= 0.20 is installedTAHRI Ahmed R2023-03-311-0/+9
* Skip resource warnings in tests checking non-deprecated TLS versions Illia Volochii2023-03-181-2/+2
* Fix `test_default_ssl_context_ssl_min_max_versions` for pyOpenSSLIllia Volochii2023-03-041-8/+13
* Update mypy to 1.0.0 (#2916)Hasan Ramezani2023-02-101-4/+4
* Update pre-commit reposHasan Ramezani2023-02-019-19/+3
* Start using final CPython 3.11 and dev 3.12 in CI (#2760)Illia Volochii2023-02-011-0/+3
* Disable Nagle's algorithm in test_ssl_read_timeoutThomas Grainger2023-01-121-0/+2
* Stop retrying tests with flakyThomas Grainger2023-01-117-23/+0
* fixed issue with port "0" returning NoneBastian Venthur2022-12-111-0/+7
* Don't ignore debug logs in pytest, fix log args issueQuentin Pradet2022-12-062-12/+0
* Configure filterwarnings=error (#2790)Thomas Grainger2022-11-246-51/+136
* Strip leading zeros from portsBastian Venthur2022-11-221-0/+4
* Use the typing namespace and from __future__ import annotationsBastian Venthur2022-11-2133-242/+291
* apply suggestion from @pquentinOusret2022-11-201-8/+4
* fix missed coverage when calling read() having amt=NoneOusret2022-11-201-0/+9
* Prevent issue in HTTPResponse().read() when decoded_content is True and then ...Ousret2022-11-201-0/+35
* Stop showing thousands of @ in test outputQuentin Pradet2022-11-201-2/+7
* Clarify that getheaders() returns HTTPHeaderDictQuentin Pradet2022-11-201-1/+2
* Restore but deprecate HTTPResponse.getheaders() and .getheader() methodsQuentin Pradet2022-11-171-2/+10
* Release 2.0.0-alpha12.0.0a1Seth Michael Larson2022-11-151-1/+1
* Change deprecation warnings to explicitly mention v2.1.0 for removalsSeth Michael Larson2022-11-154-9/+9
* Fix socket timeout value when HTTPConnection is reusedSeth Michael Larson2022-11-141-2/+55
* Standardize HTTPResponse.read(X) behavior regardless of compressionQuentin Pradet2022-11-142-28/+138
* Stop considering LibreSSL for HAS_NEVER_CHECK_COMMON_NAMEQuentin Pradet2022-11-111-10/+6
* Create BaseHTTPConnection APIsSeth Michael Larson2022-11-105-30/+134
* Fix Tornado event_loop warning on Python 3.10 and later (#2777)Thomas Grainger2022-11-101-37/+28
* Update mypy to 0.990Hasan Ramezani2022-11-081-2/+2
* Use io.IOBase for readable, closed, and writeableSeth Michael Larson2022-11-071-1/+24
* Change HTTPConnection.getresponse() to return urllib3.HTTPResponseLevi2022-11-074-33/+141
* Remove useless pylint pragmaQuentin Pradet2022-11-071-1/+0
* Update mypy to 0.981Hasan Ramezani2022-10-031-3/+3
* Fix mypy error in test.conftest (#2735)Hasan Ramezani2022-09-131-1/+1
* Drop support for OpenSSL <1.1.1 (#2705)Seth Michael Larson2022-08-223-80/+8
* Add proxy_assert_hostname and proxy_assert_fingerprint to ProxyManagerJosh Schneier2022-08-173-14/+123
* Don't close ConnectionPools from PoolManager until unreferencedstephan-hof2022-08-161-26/+31
* Fix `OverflowError` when TLS is used on some Python versionsIllia Volochii2022-07-191-0/+58