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:17 -0700
committerSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:41:17 -0700
commit56fe2e2e44b89f15a0ea3322aab6202cdd6e8bf5 (patch)
tree8765d6de4b40d43a13e251888021cfa58deb1832 /HISTORY.rst
parentde9413984ed8808b59afee42e736ca7d0ed4cd59 (diff)
downloadpython-requests-56fe2e2e44b89f15a0ea3322aab6202cdd6e8bf5.tar
python-requests-56fe2e2e44b89f15a0ea3322aab6202cdd6e8bf5.tar.gz
Imported Upstream version 0.6.1
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst40
1 files changed, 40 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index dd7f97e..b09392b 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,46 @@
History
-------
+
+0.6.1 (2011-08-20)
+++++++++++++++++++
+
+* Enhanced status codes experience ``\o/``
+* Set a maximum number of redirects (``settings.max_redirects``)
+* Full Unicode URL support
+* Support for protocol-less redirects.
+* Allow for arbitrary request types.
+* Bugfixes
+
+
+0.6.0 (2011-08-17)
+++++++++++++++++++
+
+* New callback hook system
+* New persistient sessions object and context manager
+* Transparent Dict-cookie handling
+* Status code reference object
+* Removed Response.cached
+* Added Response.request
+* All args are kwargs
+* Relative redirect support
+* HTTPError handling improvements
+* Improved https testing
+* Bugfixes
+
+0.5.1 (2011-07-23)
+++++++++++++++++++
+
+* International Domain Name Support!
+* Access headers without fetching entire body (``read()``)
+* Use lists as dicts for parameters
+* Add Forced Basic Authentication
+* Forced Basic is default authentication type
+* ``python-requests.org`` default User-Agent header
+* CaseInsensitiveDict lower-case caching
+* Response.history bugfix
+
+
0.5.0 (2011-06-21)
++++++++++++++++++