From: Florent Xicluna Date: Mon, 9 Aug 2010 22:22:36 +0000 (+0000) Subject: Blocked revisions 83182,83212,83319,83829,83851,83863,83886-83887 via svnmerge X-Git-Tag: v2.7.1rc1~428 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bfa65fe986525f0a54fb185671a1e35c0e5686c3;p=python Blocked revisions 83182,83212,83319,83829,83851,83863,83886-83887 via svnmerge ........ r83182 | florent.xicluna | 2010-07-27 23:20:15 +0200 (mar., 27 juil. 2010) | 3 lines Issue #4770: Restrict binascii module to accept only bytes (as specified). And fix the email package to encode to ASCII instead of ``raw-unicode-escape`` before ASCII-to-binary decoding. ........ r83212 | florent.xicluna | 2010-07-28 18:39:41 +0200 (mer., 28 juil. 2010) | 2 lines Syntax cleanup. ........ r83319 | florent.xicluna | 2010-07-31 10:56:55 +0200 (sam., 31 juil. 2010) | 2 lines Fix an oversight in r83294. unquote() should reject bytes. Issue #9301. ........ r83829 | florent.xicluna | 2010-08-08 18:16:07 +0200 (dim., 08 août 2010) | 2 lines Use unittest specific methods for some urllib test cases. And replace urllib2 with urllib.request in comments. ........ r83851 | florent.xicluna | 2010-08-08 21:48:29 +0200 (dim., 08 août 2010) | 4 lines Issue #8047: Fix the xml.etree serializer to return bytes by default. Use ``encoding="unicode"`` to generate a Unicode string. ........ r83863 | florent.xicluna | 2010-08-09 00:58:56 +0200 (lun., 09 août 2010) | 2 lines Fix BytesWarning in test_xml_etree, introduced with r83851. ........ r83886 | florent.xicluna | 2010-08-09 14:24:20 +0200 (lun., 09 août 2010) | 2 lines Clean up syntax for some scripts. ........ r83887 | florent.xicluna | 2010-08-09 14:26:44 +0200 (lun., 09 août 2010) | 1 line Fix ``Tools/scripts/checkpyc.py`` after PEP 3147. ........ ---