summaryrefslogtreecommitdiff
path: root/test/test_proxymanager.py
Commit message (Expand)AuthorAgeFilesLines
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-151-4/+4
* Sort imports with 'isort'Quentin Pradet2020-10-011-7/+4
* Integrate TLS-in-TLS support into urllib3 (#1923)Jorge2020-09-291-0/+4
* Revert "Add context to find_unused_port"Quentin Pradet2020-04-071-5/+5
* Unwrap ProxyError when evaluating retries (#1830)hodbn2020-04-031-0/+21
* Add support for HTTPS connections to proxies. (#1679)Jorge2020-03-121-2/+16
* Remove unneeded new lines after with statements (#1702)Quentin Pradet2019-10-011-1/+0
* Auto formatting using blackRatan Kulshreshtha2019-05-251-14/+15
* Update pypi.python.org URLs to pypi.orgJon Dufresne2018-05-011-4/+4
* Rewrite test_proxymanager.py to be pytest-styleAlex Chan2017-06-021-39/+29
* Fix flake errors with unittest2 importSeth Michael Larson2017-01-251-2/+3
* Forgot about TestProxyManagerSeth Michael Larson2017-01-221-1/+5
* Add cleanup to pools and managerslars48392017-01-211-0/+3
* test backwardscompatible errorsThomas Weißschuh2015-06-011-0/+4
* Slight code refactoring and simplification, as suggested by @woleverStanislav Vitkovskiy2013-07-311-0/+7
* Fixed proxy testStanislav Vitkovskiy2013-07-311-1/+1
* Correctly set Host header when using a proxyGavrie Philipson2013-07-291-0/+9
* Generate 'Host' header with proxies.Cory Benfield2013-02-011-4/+8
* moved proxy tests to separate filekevin2012-09-011-0/+23