1. 13 Mar, 2010 7 commits
  2. 12 Mar, 2010 12 commits
  3. 11 Mar, 2010 10 commits
  4. 09 Mar, 2010 3 commits
  5. 08 Mar, 2010 8 commits
    • Benjamin Peterson's avatar
      Merged revisions 78806 via svnmerge from · 89df2249
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78806 | benjamin.peterson | 2010-03-08 16:15:11 -0600 (Mon, 08 Mar 2010) | 1 line
      
        set svn:eol-style on various files
      ........
      89df2249
    • R. David Murray's avatar
      Merged revisions 78416,78430 via svnmerge from · ac960eae
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78416 | dirkjan.ochtman | 2010-02-23 23:12:11 -0500 (Tue, 23 Feb 2010) | 1 line
      
        Issue #8004: add a serve target to the Doc Makefile.
      ........
        r78430 | dirkjan.ochtman | 2010-02-24 12:06:31 -0500 (Wed, 24 Feb 2010) | 1 line
      
        Add some notes about Tools/scripts/serve.py.
      ........
      ac960eae
    • R. David Murray's avatar
      Blocked revisions 78558 via svnmerge · 477c584b
      R. David Murray authored
      ........
        r78558 | r.david.murray | 2010-03-01 14:14:16 -0500 (Mon, 01 Mar 2010) | 6 lines
      
        Issue 3892 again.  The bsddb3 replication test still fails randomly.
        Since this module is unmaintained in the library and gone in py3k,
        this patch skips the remainder of the replication test if a
        second timeout occurs, as it randomly does.  This should improve buildbot
        stability.
      ........
      477c584b
    • Florent Xicluna's avatar
      Backport the tests only. · e99a73b9
      Florent Xicluna authored
      Merged revisions 78800 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78800 | florent.xicluna | 2010-03-08 16:20:28 +0100 (lun, 08 mar 2010) | 2 lines
      
        #7624: Fix isinstance(foo(), collections.Callable) for old-style classes.
      ........
      e99a73b9
    • Florent Xicluna's avatar
      Fix ntpath abspath to deal with bytes. · c1e2394e
      Florent Xicluna authored
      c1e2394e
    • Florent Xicluna's avatar
      Merged revisions 78777,78787,78790 via svnmerge from · cc362eca
      Florent Xicluna authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78777 | florent.xicluna | 2010-03-08 00:49:03 +0100 (lun, 08 mar 2010) | 4 lines
      
        Backport the Popen.poll() protection from subprocess to multiprocessing. See #1731717.
        It should fix transient failures on test_multiprocessing.
      ........
        r78787 | florent.xicluna | 2010-03-08 08:21:16 +0100 (lun, 08 mar 2010) | 2 lines
      
        Don't fail on a debug() statement, if the worker PID is (still) None.
      ........
        r78790 | florent.xicluna | 2010-03-08 12:01:39 +0100 (lun, 08 mar 2010) | 2 lines
      
        On finalize, don't try to join not started process.
      ........
      cc362eca
    • Florent Xicluna's avatar
      Merged revisions 78736,78759,78761,78767,78788-78789 via svnmerge from · 23e24d36
      Florent Xicluna authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78736 | florent.xicluna | 2010-03-06 20:43:41 +0100 (sam, 06 mar 2010) | 2 lines
      
        Skip test_send_signal, test_kill, test_terminate on win32 platforms, for 2.7a4 release.
      ........
        r78759 | florent.xicluna | 2010-03-07 13:21:36 +0100 (dim, 07 mar 2010) | 2 lines
      
        #2777: Enable test_send_signal, test_terminate and test_kill on win32 platforms.
      ........
        r78761 | florent.xicluna | 2010-03-07 16:27:39 +0100 (dim, 07 mar 2010) | 4 lines
      
        Do not fail if returncode is 0 on send_signal/kill/terminate, for win32 platforms.
        Do not hide the KeyboardInterrupt on POSIX platforms.
      ........
        r78767 | florent.xicluna | 2010-03-07 18:12:23 +0100 (dim, 07 mar 2010) | 2 lines
      
        #2777: Try hard to make Win7 buildbot happy...
      ........
        r78788 | florent.xicluna | 2010-03-08 11:58:12 +0100 (lun, 08 mar 2010) | 2 lines
      
        Fix syntax: "rc != None" -> "rc is not None"
      ........
        r78789 | florent.xicluna | 2010-03-08 11:59:33 +0100 (lun, 08 mar 2010) | 2 lines
      
        Replace the stderr logging with assertNotEqual(returncode, 0).
      ........
      23e24d36
    • Florent Xicluna's avatar
      97c4ffe4