summaryrefslogtreecommitdiff
path: root/test/with_dummyserver/test_connectionpool.py
Commit message (Expand)AuthorAgeFilesLines
* Update pre-commit reposHasan Ramezani2023-02-011-1/+0
* Stop retrying tests with flakyThomas Grainger2023-01-111-2/+0
* Don't ignore debug logs in pytest, fix log args issueQuentin Pradet2022-12-061-6/+0
* Use the typing namespace and from __future__ import annotationsBastian Venthur2022-11-211-14/+20
* Change deprecation warnings to explicitly mention v2.1.0 for removalsSeth Michael Larson2022-11-151-1/+1
* Fix socket timeout value when HTTPConnection is reusedSeth Michael Larson2022-11-141-2/+55
* Create BaseHTTPConnection APIsSeth Michael Larson2022-11-101-14/+27
* Remove useless pylint pragmaQuentin Pradet2022-11-071-1/+0
* Update mypy and add NoReturn return type annotationsHasan Ramezani2022-01-101-2/+2
* Fix some mypy assignment errors in testsHasan Ramezani2021-10-191-6/+10
* Bump linter versionsQuentin Pradet2021-09-241-10/+10
* Add type hints to test.with_dummyserver.test_connectionpoolSeth Michael Larson2021-09-201-87/+115
* Add support for native JSON request and response bodiesP. Sai Vinay2021-09-171-12/+11
* Raise NameResolutionError instead of socket.gaierror (#2305)euri102021-06-281-8/+15
* Add type hints to urllib3.poolmanager (#2232)Hasan Ramezani2021-05-311-2/+9
* Add type hints to connection modulesFranek Magiera2021-04-121-6/+7
* Use match parameter in pytest.raises()Hasan Ramezani2020-12-291-8/+7
* Remove deprecated Retry optionsQuentin Pradet2020-11-241-11/+11
* Remove six (#2078)Hasan Ramezani2020-11-231-2/+1
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-151-37/+15
* Don't send 'User-Agent' twice if header is binarySeth Michael Larson2020-11-111-0/+23
* Add SKIP_HEADER for skipping automatically added headersSeth Michael Larson2020-10-271-6/+140
* Sort imports with 'isort'Quentin Pradet2020-10-011-12/+11
* Coerce values to str in HTTPHeaderDict.__getitem__Hasan Ramezani2020-08-301-0/+8
* Add default user agent header (#1750)DonaCthulhuote2020-06-301-0/+60
* Revert "Add context to find_unused_port"Quentin Pradet2020-04-071-5/+5
* Add context to find_unused_port (#1837)hodbn2020-04-011-5/+5
* Test that ConnectionPool preserves path dot segmentshodbn2020-03-251-0/+6
* Raise ValueError if method contains control characters (#1800)Seth Michael Larson2020-02-171-0/+6
* Fix flaky test_timeoutQuentin Pradet2019-11-051-4/+4
* test_timeout: rename timeout to short_timeoutQuentin Pradet2019-11-051-3/+3
* test_timeout: stop testing _make_request tooQuentin Pradet2019-11-051-29/+2
* Unify timeout values in test suite (#1717)Quentin Pradet2019-10-311-10/+4
* Prefer pytest.raises over Testcase.fail (#1712)Quentin Pradet2019-10-291-22/+10
* Retry failed dummyserver tests once (#1718)Quentin Pradet2019-10-291-0/+2
* Remove unneeded new lines after with statements (#1702)Quentin Pradet2019-10-011-4/+0
* Fix CI for TLSv1.3 (#1671)Quentin Pradet2019-09-191-1/+0
* Percent-encode targets and URLs in ConnectionPool (#1673)Seth Michael Larson2019-09-191-0/+5
* Stop using unittest (#1649)Quentin Pradet2019-07-051-5/+0
* Change addCleanup() calls to context managers in tests (#1624)Ratan Kulshreshtha2019-06-191-715/+742
* Update assertions to pytest style (#1614)Ratan Kulshreshtha2019-05-281-177/+167
* Auto formatting using blackRatan Kulshreshtha2019-05-251-339/+426
* Improve CI stability for timeouts and branch coverage (#1554)Quentin Pradet2019-03-221-0/+2
* Create a more efficient HTTPResponse.__iter__() method (#1484)Seth M. Larson2018-11-281-0/+17
* Drop support for Python 2.6 (#1429)Hugo2018-08-231-14/+11
* Add test for read_chunked() on a closed responseSeth M. Larson2018-03-271-0/+10
* read_chunked() method on closed Response no longerSethMichaelLarson2018-03-251-0/+11
* Change use of deprecated assertEquals to pytest style assertJon Dufresne2017-12-121-2/+2
* Make sure tests run for only run retry/redirectMatt Billenstein2017-06-211-2/+2
* Missing newlineMatt Billenstein2017-06-211-0/+1