1. 09 Aug, 2010 9 commits
    • Florent Xicluna's avatar
      Blocked revisions 83182,83212,83319,83829,83851,83863,83886-83887 via svnmerge · bfa65fe9
      Florent Xicluna authored
      ........
        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.
      ........
      bfa65fe9
    • Florent Xicluna's avatar
      Merged revisions 83864 via svnmerge from · 2f1b1ffb
      Florent Xicluna authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83864 | florent.xicluna | 2010-08-09 01:08:41 +0200 (lun., 09 août 2010) | 2 lines
      
        Fix xml.etree.ElementInclude to include the tail of the current node.  Issue #6231
      ........
      2f1b1ffb
    • Florent Xicluna's avatar
      Missed the svnmerge property on r83902. · 0fad1c22
      Florent Xicluna authored
      Recorded merge of revisions 83833,83838-83839,83859,83878 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83833 | florent.xicluna | 2010-08-08 18:25:27 +0200 (dim., 08 août 2010) | 2 lines
      
        Add test case for the HTTPResponse being an iterable.  Follow-up of issue #4608.
      ........
        r83838 | florent.xicluna | 2010-08-08 20:03:44 +0200 (dim., 08 août 2010) | 2 lines
      
        Typo.
      ........
        r83839 | florent.xicluna | 2010-08-08 20:06:13 +0200 (dim., 08 août 2010) | 2 lines
      
        Issue #7564: Skip test_ioctl if another process is attached to /dev/tty.
      ........
        r83859 | florent.xicluna | 2010-08-09 00:07:16 +0200 (lun., 09 août 2010) | 2 lines
      
        Fix #8530: Prevent stringlib fastsearch from reading beyond the front of an array.
      ........
        r83878 | florent.xicluna | 2010-08-09 10:29:08 +0200 (lun., 09 août 2010) | 1 line
      
        Merge the 2to3 script from /sandbox/trunk/2to3/2to3, revision 72867 (latest).
      ........
      0fad1c22
    • Senthil Kumaran's avatar
      Merged revisions 83901 via svnmerge from · a5ba05cd
      Senthil Kumaran authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83901 | senthil.kumaran | 2010-08-10 01:31:35 +0530 (Tue, 10 Aug 2010) | 3 lines
      
        Fix Issue7007 -  Use percent-encoded consistently instead of URL Encoded variations. Changes in Modules.
      ........
      a5ba05cd
    • Senthil Kumaran's avatar
      Merged revisions 83900 via svnmerge from · bd13f457
      Senthil Kumaran authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83900 | senthil.kumaran | 2010-08-10 01:23:52 +0530 (Tue, 10 Aug 2010) | 3 lines
      
        Fix Issue7007 -  Use percent-encoded consistently instead of URL Encoded variations. Docs changed.
      ........
      bd13f457
    • Florent Xicluna's avatar
      Merged revisions 83833,83838-83839,83859,83878 via svnmerge from · 172e15fd
      Florent Xicluna authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83833 | florent.xicluna | 2010-08-08 18:25:27 +0200 (dim., 08 août 2010) | 2 lines
      
        Add test case for the HTTPResponse being an iterable.  Follow-up of issue #4608.
      ........
        r83838 | florent.xicluna | 2010-08-08 20:03:44 +0200 (dim., 08 août 2010) | 2 lines
      
        Typo.
      ........
        r83839 | florent.xicluna | 2010-08-08 20:06:13 +0200 (dim., 08 août 2010) | 2 lines
      
        Issue #7564: Skip test_ioctl if another process is attached to /dev/tty.
      ........
        r83859 | florent.xicluna | 2010-08-09 00:07:16 +0200 (lun., 09 août 2010) | 2 lines
      
        Fix #8530: Prevent stringlib fastsearch from reading beyond the front of an array.
      ........
        r83878 | florent.xicluna | 2010-08-09 10:29:08 +0200 (lun., 09 août 2010) | 1 line
      
        Merge the 2to3 script from /sandbox/trunk/2to3/2to3, revision 72867 (latest).
      ........
      172e15fd
    • Alexander Belopolsky's avatar
    • Senthil Kumaran's avatar
    • Benjamin Peterson's avatar
      Merged revisions 83872 via svnmerge from · d74ca12f
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83872 | benjamin.peterson | 2010-08-08 21:13:10 -0500 (Sun, 08 Aug 2010) | 1 line
      
        use 3 space indents
      ........
      d74ca12f
  2. 08 Aug, 2010 12 commits
  3. 07 Aug, 2010 4 commits
  4. 06 Aug, 2010 6 commits
  5. 05 Aug, 2010 2 commits
  6. 04 Aug, 2010 7 commits