summaryrefslogtreecommitdiff
path: root/requests/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* make StreamConsumedError doubly inheritTim Konick2014-09-221-1/+1
* add-in StreamConsumedErrorTim Konick2014-09-221-0/+3
* Document Timeout behaviourKevin Burke2014-08-291-4/+5
* ConnectTimeout multiple inheritanceKevin Burke2014-08-241-2/+2
* Add support for connect timeoutsKevin Burke2014-08-231-1/+16
* Explicitly check for NoneIan Cordasco2014-01-281-1/+2
* Avoid having to fix testsIan Cordasco2014-01-281-2/+3
* Move creation of attributes to RequestExceptionIan Cordasco2014-01-281-5/+10
* Make ContentDecodingError a subclass.Cory Benfield2014-01-091-1/+2
* Re-raise DecodeErrordaftshady2013-12-191-0/+4
* Translate urllib3 ProxyError into a requests ProxyError derived from Connecti...Graham Dumpleton2013-10-041-0/+4
* RequestException subclasses IOError.Cory Benfield2013-08-171-1/+1
* Wrap IncompleteRead in ChunkedEncodingError.Cory Benfield2013-07-281-0/+4
* Add ability to pass `response` to `HTTPError()`Dmitry Medvinsky2013-03-031-1/+5
* Whitespace fixes following PEP8.Locker5372012-08-161-0/+10
* Removed extra whitespaceMichael Edwards2012-05-131-2/+2
* A get with an invalid port should wrap urllib3's LocationParseError exception...Chris Dary2012-04-121-1/+4
* Created MissingSchema and InvalidSchema which inherits from RequestException ...Adam McKerlie2012-03-251-0/+6
* Merge of maxcountrymanKenneth Reitz2012-03-091-0/+1
* RuntimeErrorKenneth Reitz2012-02-151-1/+1
* new SSLErrorKenneth Reitz2011-12-281-0/+3
* Fix spelling errors, typos.Nick Hatch2011-12-111-2/+2
* new ConnectionError for bad APIs :)Kenneth Reitz2011-11-091-2/+2
* HTTPErrorKenneth Reitz2011-10-231-0/+3
* docstringKenneth Reitz2011-10-221-1/+3
* All methods are valid nowKenneth Reitz2011-10-221-4/+1
* Some Doc and doctoring fixes by the Speling Poleece.travis2011-10-191-1/+1
* Handle too many redirects.Jérémy Bethmont2011-08-091-0/+3
* Fix typosJohannes2011-05-201-1/+1
* Relocate exceptionsJohannes2011-05-201-0/+23