summaryrefslogtreecommitdiff
path: root/test/test_exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Auto formatting using blackRatan Kulshreshtha2019-05-251-22/+31
* Make the check in test_exceptions.py a little strongerAlex Chan2017-06-051-1/+2
* Rewrite test_exceptions.py to be pytest-styleAlex Chan2017-06-051-38/+22
* E303 Too many blank linesSeth Michael Larson2017-01-231-1/+0
* Style fixes.Andrey Petrov2015-06-121-2/+2
* use exceptions for error signallingThomas Weißschuh2015-06-041-1/+9
* Cleanup exception testing.Andrey Petrov2014-02-281-17/+28
* Rename RequestTimeoutError to ReadTimeoutErrorKevin Burke2013-08-241-2/+2
* Add an EnhancedHTTPConnection classKevin Burke2013-08-181-3/+5
* Make RequestException unpickleable and provide complete cycle (pickle/unpickl...Bryce Boe2013-04-271-15/+18
* Make HostChangedError a subclass of RequestError.Bryce Boe2013-04-271-3/+6
* Add RequestError subclass to PoolError.Bryce Boe2013-04-261-2/+10
* For shazow/urllib3#92: Adding socket error descriptions to MaxRetryErrors, an...Andrew Stone2012-11-051-2/+2
* Exceptions with None pass, but fail with real objects still.Andrey Petrov2012-09-121-2/+7
* Adding a test which tries to pickle some exceptions. (Re: #100)Andrey Petrov2012-09-121-0/+14