| Commit message (Expand) | Author | Age | Files | Lines |
| * | Unify timeout values in test suite (#1717) | Quentin Pradet | 2019-10-31 | 1 | -7/+8 |
| * | Update urllib3/requests GitHub URLs (#1719) | Quentin Pradet | 2019-10-29 | 1 | -2/+2 |
| * | Remove unneeded new lines after with statements (#1702) | Quentin Pradet | 2019-10-01 | 1 | -1/+0 |
| * | Auto formatting using black | Ratan Kulshreshtha | 2019-05-25 | 1 | -123/+166 |
| * | Use cert_reqs=CERT_REQUIRED by default (#1507) | Seth Michael Larson | 2019-01-25 | 1 | -1/+2 |
| * | Add test cases for uppercase url + custom protocol | Lukas Slebodnik | 2018-04-26 | 1 | -0/+38 |
| * | Add test for ConnectionPool.close | Iceflower | 2018-01-10 | 1 | -0/+17 |
| * | Use FQDN only for DNS and drop trailing dot for other operations | Jesse Shapiro | 2017-12-14 | 1 | -0/+2 |
| * | Ensured that SSLErrors will be retried | Benjamin Wohlwend | 2017-06-07 | 1 | -5/+6 |
| * | Rewrite test_connectionpool.py to be pytest-style | Alex Chan | 2017-06-05 | 1 | -234/+207 |
| * | Fix flake errors with unittest2 import | Seth Michael Larson | 2017-01-25 | 1 | -4/+5 |
| * | Merge upstream | Seth Michael Larson | 2017-01-24 | 1 | -9/+7 |
| |\ |
|
| | * | E501 Line too long. | lars4839 | 2017-01-23 | 1 | -1/+2 |
| | * | E303 Too many blank lines | Seth Michael Larson | 2017-01-23 | 1 | -1/+0 |
| | * | E261 At least two spaces before inline comment | Seth Michael Larson | 2017-01-23 | 1 | -2/+2 |
| | * | E124 Closing bracket does not match visual indentation | Seth Michael Larson | 2017-01-23 | 1 | -6/+3 |
| * | | s/version/version_info/ | Seth Michael Larson | 2017-01-22 | 1 | -1/+1 |
| * | | Add unittest2 for more testcases | Seth Michael Larson | 2017-01-22 | 1 | -1/+5 |
| * | | Merge branch 'master' into fix-test-leaking | Seth M. Larson | 2017-01-21 | 1 | -0/+13 |
| |\ \
| |/ |
|
| | * | Introduce IPv6 zone identifier support in connectionpool | Charles Stephens | 2016-10-28 | 1 | -0/+13 |
| * | | Add cleanup to pools and managers | lars4839 | 2017-01-21 | 1 | -1/+18 |
| * | | tests: make mixed_case_url TC network independant | Étienne Buira | 2016-11-28 | 1 | -5/+0 |
| * | | ConnectionPool apply lowercasing to host | lars4839 | 2016-11-09 | 1 | -0/+5 |
| |/ |
|
| * | Use HTTPException, LifoQueue, Empty, and Full from six | Ville Skyttä | 2016-08-05 | 1 | -7/+2 |
| * | Merge branch 'master' into sigmavirus24-feature/accept-context-objs | Andrey Petrov | 2016-05-31 | 1 | -0/+77 |
| |\ |
|
| | * | Add ResponseCls class attr to HTTPConnectionPool | Jordan Moldow | 2016-05-25 | 1 | -1/+20 |
| | * | Improve and simplify release_conn=False tests | Jordan Moldow | 2016-05-24 | 1 | -18/+7 |
| | * | Respect `release_conn=False` after retry | Jordan Moldow | 2016-05-17 | 1 | -0/+69 |
| * | | Don't use nonexistent TLS paths. | Cory Benfield | 2016-04-07 | 1 | -1/+3 |
| |/ |
|
| * | Do some clarifying. | Cory Benfield | 2016-02-29 | 1 | -0/+5 |
| * | Add failing test for #805. | Cory Benfield | 2016-02-29 | 1 | -0/+22 |
| * | Add test coverage for now-uncovered branch. | Cory Benfield | 2016-02-18 | 1 | -0/+49 |
| * | Set cert_reqs to 'CERT_REQUIRED' by default if ca_certs is passed. | Shivan Sornarajah | 2015-06-12 | 1 | -0/+5 |
| * | Merge branch 'pr-642' | Andrey Petrov | 2015-06-12 | 1 | -0/+6 |
| |\ |
|
| | * | remove unnecessary structure | Thomas Weißschuh | 2015-06-05 | 1 | -1/+1 |
| | * | full_url -> absolute_url | Thomas Weißschuh | 2015-06-04 | 1 | -2/+2 |
| | * | get the full request url on a connection | Thomas Weißschuh | 2015-06-04 | 1 | -0/+6 |
| * | | One more test. | Andrey Petrov | 2015-06-10 | 1 | -3/+0 |
| * | | Refactored #646 | Andrey Petrov | 2015-06-10 | 1 | -52/+0 |
| * | | Parameter rename for increased readability. Use HTTPDummyServerTestCase for t... | jimi | 2015-06-10 | 1 | -14/+27 |
| * | | Cleanup properly after timeout or connection-based error. | jimi | 2015-06-10 | 1 | -0/+39 |
| |/ |
|
| * | Allow PoolManager and ConnectionPool to be used as a context manager. | Shivan Sornarajah | 2015-02-06 | 1 | -0/+20 |
| * | Add failing test with bad message | Kevin Burke | 2014-09-30 | 1 | -1/+1 |
| * | Renamed ConnectionError -> ProtocolError, simplified Retry logic, added tests. | Andrey Petrov | 2014-07-01 | 1 | -0/+2 |
| * | Huge refactoring, discovered some critical flaws. | Andrey Petrov | 2014-06-27 | 1 | -1/+1 |
| * | Implement retry logic | Kevin Burke | 2014-06-25 | 1 | -1/+1 |
| * | Handle blank host with new exception, LocationValueError. | Andrey Petrov | 2014-06-24 | 1 | -1/+4 |
| * | _tunnel_host compatibility for Python 2.6.(0-2) | Kevin Burke | 2014-01-06 | 1 | -2/+1 |
| * | Use a default port when comparing hosts to a connection pool | Nipunn Koorapati | 2014-01-05 | 1 | -0/+16 |
| * | Added #252, #262, #263 to CHANGES, also minor cleanup. | Andrey Petrov | 2013-10-18 | 1 | -1/+1 |