From: Kenneth Reitz Date: Sun, 9 Oct 2011 11:16:49 +0000 (-0400) Subject: Merge branch 'master' into develop X-Git-Tag: v0.8.0~94^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba9359371182a0727164606864434e22fc07be11;p=services%2Fpython-requests.git Merge branch 'master' into develop Conflicts: AUTHORS HISTORY.rst requests/api.py requests/core.py requests/models.py test_requests.py --- ba9359371182a0727164606864434e22fc07be11 diff --cc AUTHORS index 407198f,8dccb46..0159cde --- a/AUTHORS +++ b/AUTHORS @@@ -45,10 -39,4 +45,11 @@@ Patches and Suggestion - Shrikant Sharat Kandula - Mikko Ohtamaa - Den Shabalin +- Alejandro Giacometti +- Rick Mak +- Johan Bergström +- Josselin Jacquard +- Michael Van Veen +- Mike Waldner +- Serge Domkowski + - Daniel Miller diff --cc HISTORY.rst index 5e976e8,fbd4a72..a115f70 --- a/HISTORY.rst +++ b/HISTORY.rst @@@ -1,16 -1,12 +1,25 @@@ History ------- ++0.7.0 (??) ++++++++++++ ++ +* Automatic decoding of unicode, based on HTTP Headers. +* New ``decode_unicode`` setting +* Removal of ``r.read/close`` methods +* New ``r.fo`` interface for advanced response usage.* +* Automatic expansion of parameterized headers +* Turn off Redirects for GET/HEAD requests +* Fix for Python Pre-2.7 URL quoting (http://bugs.python.org/issue918368) +* New ``r.iter_content`` method + + + 0.6.2 (2011-10-09) + ++++++++++++++++++ + + * GET/HEAD obeys follow_redirect=False + + 0.6.1 (2011-08-20) ++++++++++++++++++