[Python-checkins] r83916 - python/branches/release27-maint

florent.xicluna python-checkins at python.org
Tue Aug 10 00:22:36 CEST 2010


Author: florent.xicluna
Date: Tue Aug 10 00:22:36 2010
New Revision: 83916

Log:
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.
........


Modified:
   python/branches/release27-maint/   (props changed)


More information about the Python-checkins mailing list