summaryrefslogtreecommitdiff
path: root/requests/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into proposed/3.0.0Cory Benfield2017-05-311-1/+1
|\
| * fix empty lines for flake8Kenneth Reitz2017-05-291-0/+1
| * fix exceptions.pyKenneth Reitz2017-05-261-1/+1
* | Merge pull request #3898 from nateprewitt/duplicate_exceptionCory Benfield2017-03-021-4/+0
|\ \
| * | remove redundant exception declarationNate Prewitt2017-02-281-4/+0
* | | use InvalidHeader instead of ConflictingHeaderErrorNate Prewitt2017-03-011-4/+0
* | | consolidate super_len code and cleanup docstringsNate Prewitt2017-02-281-0/+3
* | | Change UnreachableCodeError to InvalidBodyError.Casey Davidson2017-02-281-2/+2
* | | Small fixes based on feedback in pull request.Casey Davidson2017-02-281-0/+2
* | | Alternate fix for 3066 to refactor prepare_body to always call prepare_conten...Casey Davidson2017-02-281-0/+4
|/ /
* | Merge branch 'master' into proposed/3.0.0Cory Benfield2016-11-151-0/+2
|\ \ | |/
| * adding rewind for re-POST bodiesNate Prewitt2016-11-021-0/+2
* | Merge remote-tracking branch 'upstream/master' into proposed/3.0.0Ian Cordasco2016-09-061-9/+9
|\ \ | |/
| * 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
* | raise InvalidHeader on multiple Location valuesNate Prewitt2016-07-161-0/+4
* | Merge commit '1881851' into v3.0.0Kenneth Reitz2016-02-011-4/+4
|\ \ | |/ |/|
| * Rename {Missing,Invalid}Schema to *SchemeChad Whitacre2016-01-051-4/+4
* | 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
* 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