1. 14 Aug, 2010 5 commits
  2. 13 Aug, 2010 1 commit
  3. 12 Aug, 2010 3 commits
  4. 11 Aug, 2010 3 commits
  5. 10 Aug, 2010 6 commits
  6. 09 Aug, 2010 11 commits
    • Antoine Pitrou's avatar
      Merged revisions 83918 via svnmerge from · 8cce1d40
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83918 | antoine.pitrou | 2010-08-10 00:38:19 +0200 (mar., 10 août 2010) | 5 lines
      
        Issue #3757: thread-local objects now support cyclic garbage collection.
        Thread-local objects involved in reference cycles will be deallocated
        timely by the cyclic GC, even if the underlying thread is still running.
      ........
      8cce1d40
    • Florent Xicluna's avatar
      Blocked revisions 83894-83895 via svnmerge · c469a0e4
      Florent Xicluna authored
      ........
        r83894 | florent.xicluna | 2010-08-09 18:56:43 +0200 (lun., 09 août 2010) | 21 lines
      
        Merged manually from 2.7 branch to 3.x trunk.
      
          ------------------------------------------------------------------------
          r80411 | florent.xicluna | 2010-04-23 19:59:10 +0200 (ven. 23 avril 2010) | 2 lignes
      
          Remove ImportWarnings filters.  They become obsolete after r79310, issue #8205.
          ------------------------------------------------------------------------
          r80412 | florent.xicluna | 2010-04-23 20:10:12 +0200 (ven. 23 avril 2010) | 2 lignes
      
          Fix the "regrtest -s" switch.
          ------------------------------------------------------------------------
          r81140 | florent.xicluna | 2010-05-13 19:05:29 +0200 (jeu. 13 mai 2010) | 3 lignes
      
          Add sensible information about the OS X platform to diagnose issue #8423:
          test_pep277 fails on "x86 Tiger" buildbot but not on "PPC Tiger".
          ------------------------------------------------------------------------
          r81141 | florent.xicluna | 2010-05-13 20:16:06 +0200 (jeu. 13 mai 2010) | 2 lignes
      
          Revert the additional OS X information (r81140).  Keep the endianness information.
          ------------------------------------------------------------------------
      ........
        r83895 | florent.xicluna | 2010-08-09 19:18:05 +0200 (lun., 09 août 2010) | 20 lines
      
        Merged manually from 2.7 branch to 3.x trunk.
      
          ------------------------------------------------------------------------
          r81149 | florent.xicluna | 2010-05-13 23:40:01 +0200 (jeu. 13 mai 2010) | 2 lignes
      
          Better test skipping, with message in the log.
          ------------------------------------------------------------------------
          r81150 | florent.xicluna | 2010-05-13 23:41:05 +0200 (jeu. 13 mai 2010) | 2 lignes
      
          Improve test feedback to troubleshoot issue #8423 on OS X.
          ------------------------------------------------------------------------
          r81151 | florent.xicluna | 2010-05-14 01:46:48 +0200 (ven. 14 mai 2010) | 2 lignes
      
          Revert changeset r81150 which helped diagnose issue #8423 on some OS X buildbot.
          ------------------------------------------------------------------------
          r82056 | florent.xicluna | 2010-06-17 22:30:56 +0200 (jeu. 17 juin 2010) | 2 lignes
      
          Add few words about test.test_genericpath.CommonTest
          ------------------------------------------------------------------------
      ........
      c469a0e4
    • Florent Xicluna's avatar
      Blocked revisions 83182,83212,83319,83829,83851,83863,83886-83887 via svnmerge · 858c6967
      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.
      ........
      858c6967
    • Florent Xicluna's avatar
      Merged revisions 83864 via svnmerge from · 523c22a3
      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
      ........
      523c22a3
    • Florent Xicluna's avatar
      Missed the svnmerge property on r83902. · dc10f7d9
      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).
      ........
      dc10f7d9
    • Senthil Kumaran's avatar
      Merged revisions 83901 via svnmerge from · 1ffc54c7
      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.
      ........
      1ffc54c7
    • Senthil Kumaran's avatar
      Merged revisions 83900 via svnmerge from · 936140a0
      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.
      ........
      936140a0
    • Florent Xicluna's avatar
      Merged revisions 83833,83838-83839,83859,83878 via svnmerge from · 23cd1338
      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).
      ........
      23cd1338
    • Alexander Belopolsky's avatar
    • Senthil Kumaran's avatar
    • Benjamin Peterson's avatar
      Merged revisions 83872 via svnmerge from · 6022e8e9
      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
      ........
      6022e8e9
  7. 08 Aug, 2010 11 commits
    • Antoine Pitrou's avatar
      sys.stderr and sys.excepthook can be None at interpreter shutdown, · e61ff018
      Antoine Pitrou authored
      in which case display the appropriate error message.
      (part of #5319)
      e61ff018
    • Antoine Pitrou's avatar
      Blocked revisions 83854 via svnmerge · 2d0d22ca
      Antoine Pitrou authored
      ........
        r83854 | antoine.pitrou | 2010-08-08 22:46:42 +0200 (dim., 08 août 2010) | 4 lines
      
        Issue #5319: Print an error if flushing stdout fails at interpreter
        shutdown.
      ........
      2d0d22ca
    • Benjamin Peterson's avatar
      revert 83832; unix test breakage · e76253c1
      Benjamin Peterson authored
      e76253c1
    • Benjamin Peterson's avatar
      Merged revisions... · 7613b8e0
      Benjamin Peterson authored
      Merged revisions 82530-82531,82779,82855,83740,83789-83791,83797-83801,83803,83811,83827,83844 via svnmerge from
      svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
      ........
        r82530 | benjamin.peterson | 2010-07-04 11:11:41 -0500 (Sun, 04 Jul 2010) | 1 line
      
        simplify ignore star imports from itertools #8892
      ........
        r82531 | benjamin.peterson | 2010-07-04 11:13:20 -0500 (Sun, 04 Jul 2010) | 1 line
      
        wrap with parenthesis not \
      ........
        r82779 | benjamin.peterson | 2010-07-10 14:45:08 -0500 (Sat, 10 Jul 2010) | 1 line
      
        typo in attribute name #9217
      ........
        r82855 | benjamin.peterson | 2010-07-13 16:27:38 -0500 (Tue, 13 Jul 2010) | 1 line
      
        remove more extraneous commas #9245
      ........
        r83740 | alexandre.vassalotti | 2010-08-05 01:58:36 -0500 (Thu, 05 Aug 2010) | 4 lines
      
        Issue 5077: Update fixer for the other functions gone from the operator module.
      
        Patch by Meador Inge.
      ........
        r83789 | benjamin.peterson | 2010-08-07 17:45:14 -0500 (Sat, 07 Aug 2010) | 1 line
      
        cleanup and use unicode consistently
      ........
        r83790 | benjamin.peterson | 2010-08-07 17:52:06 -0500 (Sat, 07 Aug 2010) | 1 line
      
        unicode literal
      ........
        r83791 | benjamin.peterson | 2010-08-07 17:52:55 -0500 (Sat, 07 Aug 2010) | 1 line
      
        .get() is pointless here
      ........
        r83797 | benjamin.peterson | 2010-08-07 18:54:51 -0500 (Sat, 07 Aug 2010) | 1 line
      
        add a function to find how a node is indented
      ........
        r83798 | benjamin.peterson | 2010-08-07 18:55:28 -0500 (Sat, 07 Aug 2010) | 1 line
      
        when splitting import statements, use correct indentation #9386
      ........
        r83799 | benjamin.peterson | 2010-08-07 18:57:43 -0500 (Sat, 07 Aug 2010) | 1 line
      
        double quotes
      ........
        r83800 | benjamin.peterson | 2010-08-07 18:58:52 -0500 (Sat, 07 Aug 2010) | 1 line
      
        add another test
      ........
        r83801 | benjamin.peterson | 2010-08-07 19:02:10 -0500 (Sat, 07 Aug 2010) | 1 line
      
        cleanup; style-nits
      ........
        r83803 | benjamin.peterson | 2010-08-07 19:05:08 -0500 (Sat, 07 Aug 2010) | 1 line
      
        slightly more explicit
      ........
        r83811 | benjamin.peterson | 2010-08-07 22:56:44 -0500 (Sat, 07 Aug 2010) | 4 lines
      
        Fix node.pre_order() to call the right method on its children.
      
        This was a rather tragic copy-paste error.
      ........
        r83827 | benjamin.peterson | 2010-08-08 08:12:48 -0500 (Sun, 08 Aug 2010) | 1 line
      
        cause test to actually run and fix it
      ........
        r83844 | benjamin.peterson | 2010-08-08 13:46:37 -0500 (Sun, 08 Aug 2010) | 1 line
      
        fix whitespace
      ........
      7613b8e0
    • Thomas Heller's avatar
      Merged revisions 83841 via svnmerge from · 1a19e67c
      Thomas Heller authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83841 | thomas.heller | 2010-08-08 20:16:20 +0200 (So, 08 Aug 2010) | 2 lines
      
        Fix issue6869: refcount problem in the _ctypes extension.
      ........
      1a19e67c
    • Thomas Heller's avatar
      Recorded merge of revisions 83837 via svnmerge from · 7e1ff9bb
      Thomas Heller authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83837 | thomas.heller | 2010-08-08 19:58:53 +0200 (So, 08 Aug 2010) | 3 lines
      
        Fix issue5504: ctypes does now work with systems where mmap can't be
        PROT_WRITE and PROT_EXEC.
      ........
      7e1ff9bb
    • Thomas Heller's avatar
      Fis issue5504: ctypes does now work with systems where mmap can't be · aea67995
      Thomas Heller authored
      PROT_WRITE and PROT_EXEC.
      aea67995
    • Tim Golden's avatar
      Issue #2304: Add additional quotes when using cmd shell on Windows. Original... · 34907977
      Tim Golden authored
      Issue #2304: Add additional quotes when using cmd shell on Windows. Original patch from Gabriel Genellina
      34907977
    • Senthil Kumaran's avatar
      Merged revisions 83822 via svnmerge from · 69161cc4
      Senthil Kumaran authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83822 | senthil.kumaran | 2010-08-08 17:20:22 +0530 (Sun, 08 Aug 2010) | 3 lines
      
        Add a news entry for Issue8280.
      ........
      69161cc4
    • Senthil Kumaran's avatar
      Merged revisions 83818 via svnmerge from · f1336d86
      Senthil Kumaran authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83818 | senthil.kumaran | 2010-08-08 16:57:53 +0530 (Sun, 08 Aug 2010) | 4 lines
      
        Fix Issue8280 - urllib2's Request method will remove fragements in the url.
        This is how it should work,wget and curl work like this way too. Old behavior was wrong.
      ........
      f1336d86
    • Tim Golden's avatar