1. 16 Aug, 2010 1 commit
  2. 15 Aug, 2010 6 commits
  3. 14 Aug, 2010 11 commits
    • Éric Araujo's avatar
      Merged revisions 84050 via svnmerge from · eb603e0d
      Éric Araujo authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r84050 | eric.araujo | 2010-08-15 01:44:13 +0200 (dim., 15 août 2010) | 1 line
      
        Fix typo
      ........
      eb603e0d
    • Florent Xicluna's avatar
      99e472e8
    • Florent Xicluna's avatar
      Blocked revisions 79380,83182,83859,83886-83887,83894-83895 via svnmerge · 16c16609
      Florent Xicluna authored
      ........
        r79380 | florent.xicluna | 2010-03-24 18:37:49 +0100 (mer., 24 mars 2010) | 2 lines
      
        Revert improper merge in test_inspect (r79251).
      ........
        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.
      ........
        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.
      ........
        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.
      ........
        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
          ------------------------------------------------------------------------
      ........
      16c16609
    • Florent Xicluna's avatar
      Merged revisions 76719,81270-81272,83294,83319,84038-84039 via svnmerge from · 37ddbb8a
      Florent Xicluna authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r76719 | antoine.pitrou | 2009-12-08 20:38:17 +0100 (mar., 08 déc. 2009) | 9 lines
      
        Merged revisions 76718 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r76718 | antoine.pitrou | 2009-12-08 20:35:12 +0100 (mar., 08 déc. 2009) | 3 lines
      
          Fix transient refleaks in test_urllib. Thanks to Florent Xicluna.
        ........
      ................
        r81270 | florent.xicluna | 2010-05-17 19:24:07 +0200 (lun., 17 mai 2010) | 9 lines
      
        Merged revision 81259 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r81259 | florent.xicluna | 2010-05-17 12:39:07 +0200 (lun, 17 mai 2010) | 2 lines
      
          Slight style cleanup.
        ........
      ................
        r81271 | florent.xicluna | 2010-05-17 19:33:07 +0200 (lun., 17 mai 2010) | 11 lines
      
        Issue #1285086: Speed up urllib.parse functions: quote, quote_from_bytes, unquote, unquote_to_bytes.
      
        Recorded merge of revisions 81265 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r81265 | florent.xicluna | 2010-05-17 15:35:09 +0200 (lun, 17 mai 2010) | 2 lines
      
          Issue #1285086: Speed up urllib.quote and urllib.unquote for simple cases.
        ........
      ................
        r81272 | florent.xicluna | 2010-05-17 20:01:22 +0200 (lun., 17 mai 2010) | 2 lines
      
        Inadvertently removed part of the comment in r81271.
      ................
        r83294 | senthil.kumaran | 2010-07-30 21:34:36 +0200 (ven., 30 juil. 2010) | 2 lines
      
        Fix issue9301 - handle unquote({}) kind of case.
      ................
        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.
      ................
        r84038 | florent.xicluna | 2010-08-14 20:30:35 +0200 (sam., 14 août 2010) | 1 line
      
        Silence the BytesWarning, due to patch r83294 for #9301
      ................
        r84039 | florent.xicluna | 2010-08-14 22:51:58 +0200 (sam., 14 août 2010) | 1 line
      
        Silence BytesWarning while testing exception
      ................
      37ddbb8a
    • Florent Xicluna's avatar
      Merged revisions... · b4efb3d8
      Florent Xicluna authored
      Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,84036 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83212 | florent.xicluna | 2010-07-28 18:39:41 +0200 (mer., 28 juil. 2010) | 2 lines
      
        Syntax cleanup.
      ........
        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.
      ........
        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.
      ........
        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).
      ........
        r84019 | florent.xicluna | 2010-08-14 17:56:42 +0200 (sam., 14 août 2010) | 11 lines
      
        Merged manually from 2.7 branch to 3.x trunk.
      
          ------------------------------------------------------------------------
          r79925 | nick.coghlan | 2010-04-10 16:24:36 +0200 (sam. 10 avril 2010)
      
          Try to turn some buildbots green by allowing test_multiprocessing to
          pass even if it hits the sys.exc_clear code in the threading module, and
          improve the test coverage by making the ctypes dependencies a bit more
          granular (two of the cited ctypes objects don't exist on my system)
          ------------------------------------------------------------------------
      ........
        r84025 | florent.xicluna | 2010-08-14 18:56:27 +0200 (sam., 14 août 2010) | 1 line
      
        List Misc/python-config.in in Misc/README.  Fix few typos.
      ........
        r84028 | florent.xicluna | 2010-08-14 19:02:49 +0200 (sam., 14 août 2010) | 1 line
      
        Fix order.
      ........
        r84032 | florent.xicluna | 2010-08-14 19:15:31 +0200 (sam., 14 août 2010) | 1 line
      
        Convert to spaces.
      ........
        r84036 | florent.xicluna | 2010-08-14 20:03:19 +0200 (sam., 14 août 2010) | 1 line
      
        Remove bad merge (from svnmerge r82301)
      ........
      b4efb3d8
    • Antoine Pitrou's avatar
      Merged revisions 84021-84023 via svnmerge from · 35544733
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r84021 | antoine.pitrou | 2010-08-14 18:24:38 +0200 (sam., 14 août 2010) | 4 lines
      
        Add a reasonable timeout to network SSL tests, so as to avoid buildbot timeouts
        when the remote server doesn't answer.
      ........
        r84022 | antoine.pitrou | 2010-08-14 18:32:10 +0200 (sam., 14 août 2010) | 4 lines
      
        This is a better resolution than r84021 (because it will also affect
        ssl.get_server_certificate()).
      ........
        r84023 | antoine.pitrou | 2010-08-14 18:33:38 +0200 (sam., 14 août 2010) | 3 lines
      
        There doesn't seem to be a reason for this test to be disabled.
      ........
      35544733
    • Giampaolo Rodolà's avatar
      Merged revisions 84024 via svnmerge from · b384e6c7
      Giampaolo Rodolà authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r84024 | giampaolo.rodola | 2010-08-14 18:45:41 +0200 (sab, 14 ago 2010) | 1 line
      
        fix issue #8857: provide a test case for socket.getaddrinfo
      ........
      b384e6c7
    • Antoine Pitrou's avatar
      Merged revisions 84008-84009 via svnmerge from · d6dac2e2
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r84008 | antoine.pitrou | 2010-08-14 14:33:18 +0200 (sam., 14 août 2010) | 3 lines
      
        Add comments about Windows in Modules/getpath.c
      ........
        r84009 | antoine.pitrou | 2010-08-14 14:34:41 +0200 (sam., 14 août 2010) | 2 lines
      
        Fix indentation in Modules/getpath.c
      ........
      d6dac2e2
    • Éric Araujo's avatar
      Merged revisions 83999,84001 via svnmerge from · abfb5ac3
      Éric Araujo authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83999 | eric.araujo | 2010-08-14 06:55:45 +0200 (sam., 14 août 2010) | 2 lines
      
        Fix reference (follow-up to #9061)
      ........
        r84001 | eric.araujo | 2010-08-14 07:00:18 +0200 (sam., 14 août 2010) | 2 lines
      
        Oops, fix typo
      ........
      abfb5ac3
    • Éric Araujo's avatar
      09fd03e7
    • Éric Araujo's avatar
      Merged revisions 83993 via svnmerge from · 60a95b78
      Éric Araujo authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83993 | eric.araujo | 2010-08-14 04:30:34 +0200 (sam., 14 août 2010) | 2 lines
      
        Use a marker in generated MANIFEST files, don't touch files without it. Fixes #8688.
      ........
      60a95b78
  4. 13 Aug, 2010 2 commits
  5. 12 Aug, 2010 2 commits
  6. 11 Aug, 2010 3 commits
  7. 10 Aug, 2010 3 commits
  8. 09 Aug, 2010 6 commits
  9. 08 Aug, 2010 6 commits
    • Antoine Pitrou's avatar
      Merged revisions 83854 via svnmerge from · b61d5c97
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        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.
      ........
      b61d5c97
    • Benjamin Peterson's avatar
      Merged revisions 83845 via svnmerge from · 68c80ede
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r83845 | benjamin.peterson | 2010-08-08 14:01:25 -0500 (Sun, 08 Aug 2010) | 69 lines
      
        Merged revisions 82779,82855,83740,83789-83791,83797-83801,83803,83811,83827,83844 via svnmerge from
        svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
        ........
          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
        ........
      ................
      68c80ede
    • Benjamin Peterson's avatar
      revert r83831, unix test breakage · a0baf55b
      Benjamin Peterson authored
      a0baf55b
    • Thomas Heller's avatar
      Merged revisions 83837,83841 via svnmerge from · 51d19cf2
      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.
      ........
        r83841 | thomas.heller | 2010-08-08 20:16:20 +0200 (So, 08 Aug 2010) | 2 lines
      
        Fix issue6869: refcount problem in the _ctypes extension.
      ........
      51d19cf2
    • Tim Golden's avatar
      Issue #2304: Add additional quotes when using cmd shell on Windows. Original... · 818afb55
      Tim Golden authored
      Issue #2304: Add additional quotes when using cmd shell on Windows. Original patch from Gabriel Genellina
      818afb55
    • Senthil Kumaran's avatar
      Merged revisions 83822 via svnmerge from · ab1280cd
      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.
      ........
      ab1280cd