| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix flaky DeprecationWarning tests | Hasan Ramezani | 2021-06-19 | 1 | -2/+2 |
| | | |||||
| * | Add type hints to urllib3.contrib.socks | Hasan Ramezani | 2021-06-18 | 1 | -0/+16 |
| | | |||||
| * | Remove support for Python 2 and 3.5 | Hugo van Kemenade | 2020-11-15 | 1 | -2/+2 |
| | | | | | | | | | - Upgrades syntax to Python 3.6+ with f-strings - Removes most usage of six - Removes documentation relevant to Python 2 - Removes universal wheel config - Removes mock dependency for testing | ||||
| * | Sort imports with 'isort' | Quentin Pradet | 2020-10-01 | 1 | -6/+6 |
| | | |||||
| * | Auto formatting using black | Ratan Kulshreshtha | 2019-05-25 | 1 | -22/+31 |
| | | |||||
| * | Make the check in test_exceptions.py a little stronger | Alex Chan | 2017-06-05 | 1 | -1/+2 |
| | | |||||
| * | Rewrite test_exceptions.py to be pytest-style | Alex Chan | 2017-06-05 | 1 | -38/+22 |
| | | |||||
| * | E303 Too many blank lines | Seth Michael Larson | 2017-01-23 | 1 | -1/+0 |
| | | |||||
| * | Style fixes. | Andrey Petrov | 2015-06-12 | 1 | -2/+2 |
| | | |||||
| * | use exceptions for error signalling | Thomas Weißschuh | 2015-06-04 | 1 | -1/+9 |
| | | |||||
| * | Cleanup exception testing. | Andrey Petrov | 2014-02-28 | 1 | -17/+28 |
| | | |||||
| * | Rename RequestTimeoutError to ReadTimeoutError | Kevin Burke | 2013-08-24 | 1 | -2/+2 |
| | | |||||
| * | Add an EnhancedHTTPConnection class | Kevin Burke | 2013-08-18 | 1 | -3/+5 |
| | | | | | | | | | | We need to override the default connect() method so we can set our own connect timeout. Also adds two new error classes, ConnectTimeoutError and RequestTimeoutError Adds a bunch of tests that total, request and connect timeouts do what they are expected to do. | ||||
| * | Make RequestException unpickleable and provide complete cycle ↵ | Bryce Boe | 2013-04-27 | 1 | -15/+18 |
| | | | | | (pickle/unpickle) tests. | ||||
| * | Make HostChangedError a subclass of RequestError. | Bryce Boe | 2013-04-27 | 1 | -3/+6 |
| | | |||||
| * | Add RequestError subclass to PoolError. | Bryce Boe | 2013-04-26 | 1 | -2/+10 |
| | | | | | | | | | The former PoolError `__reduce__` method was broken as it assumed the `url` attribute was set, when in fact it was not. As per issue #174, this commit creates a `RequestError` subclass of `PoolError` and makes `MaxRetryError` and TimeoutError` a subclass of `RequestError`. | ||||
| * | For shazow/urllib3#92: Adding socket error descriptions to MaxRetryErrors, ↵ | Andrew Stone | 2012-11-05 | 1 | -2/+2 |
| | | | | | and retrying on every socket error. | ||||
| * | Exceptions with None pass, but fail with real objects still. | Andrey Petrov | 2012-09-12 | 1 | -2/+7 |
| | | |||||
| * | Adding a test which tries to pickle some exceptions. (Re: #100) | Andrey Petrov | 2012-09-12 | 1 | -0/+14 |
