summaryrefslogtreecommitdiff
path: root/requests/exceptions.py
Commit message (Collapse)AuthorAgeFilesLines
* fix exceptions.pyKenneth Reitz2017-05-261-1/+1
|
* adding rewind for re-POST bodiesNate Prewitt2016-11-021-0/+2
|
* making class and function docstrings consistentNate Prewitt2016-07-201-7/+4
|
* making module docstrings and coding comments consistentNate Prewitt2016-07-191-1/+0
|
* check and test for headers containing return characters or leading whitespaceNate Prewitt2016-07-021-1/+5
|
* Emit warnings when using text mode files.Cory Benfield2015-10-241-0/+15
|
* Add last few changes and add a quick testIan Cordasco2014-11-121-0/+5
|
* 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
| | | | | | | Modifies the timeout interface to also accept a tuple (connect, read) which would be used to set individual connect and read timeouts for Requests. Adds Advanced documentation explaining the interface and providing guidance for timeout values.
* 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
| | | | Pass request objects in HTTPAdapter
* Make ContentDecodingError a subclass.Cory Benfield2014-01-091-1/+2
| | | | This should avoid the user having to worry about the new exception.
* Re-raise DecodeErrordaftshady2013-12-191-0/+4
|
* Translate urllib3 ProxyError into a requests ProxyError derived from ↵Graham Dumpleton2013-10-041-0/+4
| | | | ConnectionError.
* 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
| | | | | | Just a little refactoring, but it seems nicer to me to be able to pass the response when constructing the `HTTPError` instance instead of constructing it and then changing the member variable.
* 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 ↵Chris Dary2012-04-121-1/+4
| | | | exception with our own.
* Created MissingSchema and InvalidSchema which inherits from RequestException ↵Adam McKerlie2012-03-251-0/+6
| | | | and ValueError
* 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