summaryrefslogtreecommitdiff
path: root/test/test_connectionpool.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary httplib exporthodbn2020-06-101-1/+2
* Don't insert 'None' into ConnectionPool if it was emptyhodbn2020-04-281-1/+10
* Unify timeout values in test suite (#1717)Quentin Pradet2019-10-311-7/+8
* Update urllib3/requests GitHub URLs (#1719)Quentin Pradet2019-10-291-2/+2
* Remove unneeded new lines after with statements (#1702)Quentin Pradet2019-10-011-1/+0
* Auto formatting using blackRatan Kulshreshtha2019-05-251-123/+166
* Use cert_reqs=CERT_REQUIRED by default (#1507)Seth Michael Larson2019-01-251-1/+2
* Add test cases for uppercase url + custom protocolLukas Slebodnik2018-04-261-0/+38
* Add test for ConnectionPool.closeIceflower2018-01-101-0/+17
* Use FQDN only for DNS and drop trailing dot for other operationsJesse Shapiro2017-12-141-0/+2
* Ensured that SSLErrors will be retriedBenjamin Wohlwend2017-06-071-5/+6
* Rewrite test_connectionpool.py to be pytest-styleAlex Chan2017-06-051-234/+207
* Fix flake errors with unittest2 importSeth Michael Larson2017-01-251-4/+5
* Merge upstreamSeth Michael Larson2017-01-241-9/+7
|\
| * E501 Line too long.lars48392017-01-231-1/+2
| * E303 Too many blank linesSeth Michael Larson2017-01-231-1/+0
| * E261 At least two spaces before inline commentSeth Michael Larson2017-01-231-2/+2
| * E124 Closing bracket does not match visual indentationSeth Michael Larson2017-01-231-6/+3
* | s/version/version_info/Seth Michael Larson2017-01-221-1/+1
* | Add unittest2 for more testcasesSeth Michael Larson2017-01-221-1/+5
* | Merge branch 'master' into fix-test-leakingSeth M. Larson2017-01-211-0/+13
|\ \ | |/
| * Introduce IPv6 zone identifier support in connectionpoolCharles Stephens2016-10-281-0/+13
* | Add cleanup to pools and managerslars48392017-01-211-1/+18
* | tests: make mixed_case_url TC network independantÉtienne Buira2016-11-281-5/+0
* | ConnectionPool apply lowercasing to hostlars48392016-11-091-0/+5
|/
* Use HTTPException, LifoQueue, Empty, and Full from sixVille Skyttä2016-08-051-7/+2
* Merge branch 'master' into sigmavirus24-feature/accept-context-objsAndrey Petrov2016-05-311-0/+77
|\
| * Add ResponseCls class attr to HTTPConnectionPoolJordan Moldow2016-05-251-1/+20
| * Improve and simplify release_conn=False testsJordan Moldow2016-05-241-18/+7
| * Respect `release_conn=False` after retryJordan Moldow2016-05-171-0/+69
* | Don't use nonexistent TLS paths.Cory Benfield2016-04-071-1/+3
|/
* Do some clarifying.Cory Benfield2016-02-291-0/+5
* Add failing test for #805.Cory Benfield2016-02-291-0/+22
* Add test coverage for now-uncovered branch.Cory Benfield2016-02-181-0/+49
* Set cert_reqs to 'CERT_REQUIRED' by default if ca_certs is passed.Shivan Sornarajah2015-06-121-0/+5
* Merge branch 'pr-642'Andrey Petrov2015-06-121-0/+6
|\
| * remove unnecessary structureThomas Weißschuh2015-06-051-1/+1
| * full_url -> absolute_urlThomas Weißschuh2015-06-041-2/+2
| * get the full request url on a connectionThomas Weißschuh2015-06-041-0/+6
* | One more test.Andrey Petrov2015-06-101-3/+0
* | Refactored #646Andrey Petrov2015-06-101-52/+0
* | Parameter rename for increased readability. Use HTTPDummyServerTestCase for t...jimi2015-06-101-14/+27
* | Cleanup properly after timeout or connection-based error.jimi2015-06-101-0/+39
|/
* Allow PoolManager and ConnectionPool to be used as a context manager.Shivan Sornarajah2015-02-061-0/+20
* Add failing test with bad messageKevin Burke2014-09-301-1/+1
* Renamed ConnectionError -> ProtocolError, simplified Retry logic, added tests.Andrey Petrov2014-07-011-0/+2
* Huge refactoring, discovered some critical flaws.Andrey Petrov2014-06-271-1/+1
* Implement retry logicKevin Burke2014-06-251-1/+1
* Handle blank host with new exception, LocationValueError.Andrey Petrov2014-06-241-1/+4
* _tunnel_host compatibility for Python 2.6.(0-2)Kevin Burke2014-01-061-2/+1