From: Cory Benfield Date: Sun, 1 Sep 2013 17:46:46 +0000 (+0100) Subject: Bring release note current to 1st Sept. X-Git-Tag: v2.0~5^2~4^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88011f4032c3c53c2c989c528c1025339f43daa5;p=services%2Fpython-requests.git Bring release note current to 1st Sept. --- diff --git a/HISTORY.rst b/HISTORY.rst index 41f4b9a..e698965 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -12,6 +12,7 @@ History i.e. bytestrings on Python 2, unicode on Python 3. - Proxy URLs now *must* have an explicit scheme. A ``MissingSchema`` exception will be raised if they don't. +- ``RequestException`` is now a subclass of ``IOError``, not ``RuntimeError``. - Added new method to ``PreparedRequest`` objects: ``PreparedRequest.copy()``. - Added new method to ``Session`` objects: ``Session.update_request()``. This method updates a ``Request`` object with the data (e.g. cookies) stored on @@ -43,6 +44,8 @@ History - Cookies set by hooks are now correctly persisted on Sessions. - Fix problem with cookies that specify port numbers in their host field. - ``BytesIO`` can be used to perform streaming uploads. +- More generous parsing of the ``no_proxy`` environment variable. +- Non-string objects can be passed in data values alongside files. 1.2.3 (2013-05-25) ++++++++++++++++++