aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:41:16 -0700
committerSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:41:16 -0700
commitde9413984ed8808b59afee42e736ca7d0ed4cd59 (patch)
treebc9733215c594e8048f078b88e6f9883ed2c084c /HISTORY.rst
parent4fad8c1375c73a3d4483fe78e4534c7dabc453f5 (diff)
downloadpython-requests-de9413984ed8808b59afee42e736ca7d0ed4cd59.tar
python-requests-de9413984ed8808b59afee42e736ca7d0ed4cd59.tar.gz
Imported Upstream version 0.5.0
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index c119319..dd7f97e 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,19 @@
History
-------
+0.5.0 (2011-06-21)
+++++++++++++++++++
+
+* PATCH Support
+* Support for Proxies
+* HTTPBin Test Suite
+* 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)
++++++++++++++++++