summaryrefslogtreecommitdiff
path: root/test/with_dummyserver/test_poolmanager.py
Commit message (Expand)AuthorAgeFilesLines
* Stop retrying tests with flakyThomas Grainger2023-01-111-3/+0
* Use the typing namespace and from __future__ import annotationsBastian Venthur2022-11-211-0/+2
* Add support for configuring header combining with HTTPHeaderDictRaphael Gaschignard2022-07-151-0/+40
* Create our own logic for chunked content framingSeth Michael Larson2022-06-191-11/+35
* Add server_hostname to SSL_KEYWORDSRabi Mishra2022-01-191-0/+5
* Add missed type hints for test.with_dummyserver.test_poolmanagerHasan Ramezani2021-09-191-4/+4
* Add type hints to test.with_dummyserver.test_poolmanagerHasan Ramezani2021-09-181-31/+35
* Add support for native JSON request and response bodiesP. Sai Vinay2021-09-171-14/+55
* Add 'decode_content' argument to the top level request methodAnil Khatri2021-07-271-0/+21
* Make parameters after method and url keyword-only for urllib3.request()Frederico Lima2021-06-201-0/+5
* Fix remove_headers_on_redirect feature modifying passed-in headers in-place (...Ran Benita2021-06-191-1/+5
* Add a test for using HTTPHeaderDict with PoolManager(headers) (#2274)Ran Benita2021-06-191-1/+30
* Added `preload_content`, `retries`, `redirect` and `timeout` arguments to url...ubdussamad2021-06-161-1/+56
* Added body parameter to top-level request() and RequestMethods.request()Bastian Venthur2021-05-191-0/+10
* Add top-level request() methodFranek Magiera2021-02-081-0/+6
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-151-60/+52
* Sort imports with 'isort'Quentin Pradet2020-10-011-3/+2
* Raise a meaningful error for an unknown scheme (#1872)hodbn2020-06-301-1/+24
* Drain connection after PoolManager redirect (#1817)Chris2020-04-031-0/+17
* Don't encode fragment into target (#1732)Seth Michael Larson2019-11-041-0/+19
* Unify timeout values in test suite (#1717)Quentin Pradet2019-10-311-2/+4
* Prefer pytest.raises over Testcase.fail (#1712)Quentin Pradet2019-10-291-33/+7
* Retry failed dummyserver tests once (#1718)Quentin Pradet2019-10-291-0/+3
* Remove unneeded new lines after with statements (#1702)Quentin Pradet2019-10-011-13/+0
* Switch from 'self' to 'cls' in classmethods (#1701)Quentin Pradet2019-09-301-7/+7
* Stop using unittest (#1649)Quentin Pradet2019-07-051-7/+6
* Change addCleanup() calls to context managers in tests (#1624)Ratan Kulshreshtha2019-06-191-252/+246
* Update assertions to pytest style (#1614)Ratan Kulshreshtha2019-05-281-38/+38
* Auto formatting using blackRatan Kulshreshtha2019-05-251-122/+181
* Remove Authorization headers regardless of case on cross-origin redirects (#1...YOSHIDA Katsuhiko2018-12-291-0/+25
* Drop support for Python 2.6 (#1429)Hugo2018-08-231-2/+2
* Switch to Retry.remove_headers_on_redirectlars48392018-03-261-7/+24
* Add Authentication strip logic to PoolManagerSethMichaelLarson2018-03-251-0/+29
* Remove all uses of nose from the codebaseAlex Chan2017-08-091-3/+6
* Clean up a few more leaked FDs in testsAlex Chan2017-06-111-0/+1
* Merge upstreamSeth Michael Larson2017-01-241-10/+19
|\
| * E501 Line too long.lars48392017-01-231-6/+14
| * E251 Unexpected spaces around keyword parameter equalsSeth Michael Larson2017-01-231-3/+3
| * E305 Expected 2 blank lines after class/func, found 1Seth Michael Larson2017-01-231-0/+1
| * F401 Entity imported but unusedSeth Michael Larson2017-01-231-1/+1
* | Add cleanup to pools and managerslars48392017-01-211-0/+11
|/
* implemented 'raise_on_status' option (similar to 'raise_on_redirect')WGH2016-01-141-0/+28
* Add ca_cert_dir to SSL_KEYWORDSCory Benfield2015-12-031-0/+6
* Avoid spurious failures due to tiny timeouts.Cory Benfield2015-11-261-3/+3
* Test request with default PoolManager headersDisassem2015-06-251-0/+8
* Issue #610 -- Tests fallback to IPv4 if IPv6 failsDavid D. Riddle2015-05-111-0/+5
* Add test to demonstrate failure to raise max retry error in pool manager.William Trevor Olson2015-02-221-0/+29
* Screw it, removing the silly broken test.Andrey Petrov2013-10-201-5/+0
* Py26 test fixen.Andrey Petrov2013-10-201-2/+1
* Another test, even though it doesnt fix our coverage.Andrey Petrov2013-10-181-1/+7