projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
162b751
)
Timeouts are normal errors now.
author
Kenneth Reitz
<me@kennethreitz.com>
Wed, 22 Jun 2011 02:43:15 +0000
(22:43 -0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Wed, 22 Jun 2011 02:43:15 +0000
(22:43 -0400)
--
FIX ALL TEH TESTS!
HISTORY.rst
patch
|
blob
|
history
diff --git
a/HISTORY.rst
b/HISTORY.rst
index
65eec3b
..
dd7f97e
100644
(file)
--- a/
HISTORY.rst
+++ b/
HISTORY.rst
@@
-10,6
+10,8
@@
History
* Redirect Fixes
* settings.verbose stream writing
* Querystrings for all methods
+* URLErrors (Connection Refused, Timeout, Invalid URLs) are treated as explicity raised
+ ``r.requests.get('hwe://blah'); r.raise_for_status()``
0.4.1 (2011-05-22)