From: Kenneth Reitz Date: Thu, 9 Jan 2014 19:38:44 +0000 (-0500) Subject: fix rst syntax bugs X-Git-Tag: v2.2.1~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1720e4bb87f5db29e9d9f42da1b0cbb1f52a7171;p=services%2Fpython-requests.git fix rst syntax bugs --- diff --git a/HISTORY.rst b/HISTORY.rst index 4fb4cf2..3ac5598 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,18 +7,18 @@ Release History ++++++++++++++++++ **API Changes** + - New exception: ``ContentDecodingError``. Raised instead of ``urllib3`` ``DecodeError`` exceptions. **Bugfixes** -- Avoid many many exceptions from the buggy implementation of ``proxy_bypass`` - on OS X in Python 2.6. -- Avoid crashing when attempting to get authentication credentions from - ~/.netrc when running as a user without a home directory. + +- Avoid many many exceptions from the buggy implementation of ``proxy_bypass`` on OS X in Python 2.6. +- Avoid crashing when attempting to get authentication credentions from ~/.netrc when running as a user without a home directory. - Use the correct pool size for pools of connections to proxies. - Fix iteration of ``CookieJar`` objects. - Ensure that cookies are persisted over redirect. -- Switch back to using chardet since charade has merged with it +- Switch back to using chardet, since it has merged with charade. 2.1.0 (2013-12-05) ++++++++++++++++++