| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix exceptions.py | Kenneth Reitz | 2017-05-26 | 1 | -1/+1 |
| | | |||||
| * | adding rewind for re-POST bodies | Nate Prewitt | 2016-11-02 | 1 | -0/+2 |
| | | |||||
| * | making class and function docstrings consistent | Nate Prewitt | 2016-07-20 | 1 | -7/+4 |
| | | |||||
| * | making module docstrings and coding comments consistent | Nate Prewitt | 2016-07-19 | 1 | -1/+0 |
| | | |||||
| * | check and test for headers containing return characters or leading whitespace | Nate Prewitt | 2016-07-02 | 1 | -1/+5 |
| | | |||||
| * | Emit warnings when using text mode files. | Cory Benfield | 2015-10-24 | 1 | -0/+15 |
| | | |||||
| * | Add last few changes and add a quick test | Ian Cordasco | 2014-11-12 | 1 | -0/+5 |
| | | |||||
| * | make StreamConsumedError doubly inherit | Tim Konick | 2014-09-22 | 1 | -1/+1 |
| | | |||||
| * | add-in StreamConsumedError | Tim Konick | 2014-09-22 | 1 | -0/+3 |
| | | |||||
| * | Document Timeout behaviour | Kevin Burke | 2014-08-29 | 1 | -4/+5 |
| | | |||||
| * | ConnectTimeout multiple inheritance | Kevin Burke | 2014-08-24 | 1 | -2/+2 |
| | | |||||
| * | Add support for connect timeouts | Kevin Burke | 2014-08-23 | 1 | -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 None | Ian Cordasco | 2014-01-28 | 1 | -1/+2 |
| | | |||||
| * | Avoid having to fix tests | Ian Cordasco | 2014-01-28 | 1 | -2/+3 |
| | | |||||
| * | Move creation of attributes to RequestException | Ian Cordasco | 2014-01-28 | 1 | -5/+10 |
| | | | | | Pass request objects in HTTPAdapter | ||||
| * | Make ContentDecodingError a subclass. | Cory Benfield | 2014-01-09 | 1 | -1/+2 |
| | | | | | This should avoid the user having to worry about the new exception. | ||||
| * | Re-raise DecodeError | daftshady | 2013-12-19 | 1 | -0/+4 |
| | | |||||
| * | Translate urllib3 ProxyError into a requests ProxyError derived from ↵ | Graham Dumpleton | 2013-10-04 | 1 | -0/+4 |
| | | | | | ConnectionError. | ||||
| * | RequestException subclasses IOError. | Cory Benfield | 2013-08-17 | 1 | -1/+1 |
| | | |||||
| * | Wrap IncompleteRead in ChunkedEncodingError. | Cory Benfield | 2013-07-28 | 1 | -0/+4 |
| | | |||||
| * | Add ability to pass `response` to `HTTPError()` | Dmitry Medvinsky | 2013-03-03 | 1 | -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. | Locker537 | 2012-08-16 | 1 | -0/+10 |
| | | |||||
| * | Removed extra whitespace | Michael Edwards | 2012-05-13 | 1 | -2/+2 |
| | | |||||
| * | A get with an invalid port should wrap urllib3's LocationParseError ↵ | Chris Dary | 2012-04-12 | 1 | -1/+4 |
| | | | | | exception with our own. | ||||
| * | Created MissingSchema and InvalidSchema which inherits from RequestException ↵ | Adam McKerlie | 2012-03-25 | 1 | -0/+6 |
| | | | | | and ValueError | ||||
| * | Merge of maxcountryman | Kenneth Reitz | 2012-03-09 | 1 | -0/+1 |
| | | |||||
| * | RuntimeError | Kenneth Reitz | 2012-02-15 | 1 | -1/+1 |
| | | |||||
| * | new SSLError | Kenneth Reitz | 2011-12-28 | 1 | -0/+3 |
| | | |||||
| * | Fix spelling errors, typos. | Nick Hatch | 2011-12-11 | 1 | -2/+2 |
| | | |||||
| * | new ConnectionError for bad APIs :) | Kenneth Reitz | 2011-11-09 | 1 | -2/+2 |
| | | |||||
| * | HTTPError | Kenneth Reitz | 2011-10-23 | 1 | -0/+3 |
| | | |||||
| * | docstring | Kenneth Reitz | 2011-10-22 | 1 | -1/+3 |
| | | |||||
| * | All methods are valid now | Kenneth Reitz | 2011-10-22 | 1 | -4/+1 |
| | | |||||
| * | Some Doc and doctoring fixes by the Speling Poleece. | travis | 2011-10-19 | 1 | -1/+1 |
| | | |||||
| * | Handle too many redirects. | Jérémy Bethmont | 2011-08-09 | 1 | -0/+3 |
| | | |||||
| * | Fix typos | Johannes | 2011-05-20 | 1 | -1/+1 |
| | | |||||
| * | Relocate exceptions | Johannes | 2011-05-20 | 1 | -0/+23 |
