From: Cory Benfield Date: Tue, 24 Sep 2013 18:26:31 +0000 (+0100) Subject: Up to date CL. X-Git-Tag: v2.0^2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53ba629a232ae969ed68de2432c215dc73d6874f;p=services%2Fpython-requests.git Up to date CL. --- diff --git a/HISTORY.rst b/HISTORY.rst index 4b67a86..4ed253d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -34,10 +34,14 @@ History - Vastly improved proxy support, including the CONNECT verb. Special thanks to the many contributors who worked towards this improvement. +- Cookies are now properly managed when 401 authentication responses are + received. - Chunked encoding fixes. - Support for mixed case schemes. +- Better handling of streaming downloads. - Retrieve environment proxies from more locations. - Minor cookies fixes. +- Imroved redirect behaviour. - Improved streaming behaviour, particularly for compressed data. - Miscellaneous small Python 3 text encoding bugs. - ``.netrc`` no longer overrides explicit auth.