1. 06 Haz, 2012 1 kayıt (commit)
  2. 30 Nis, 2012 1 kayıt (commit)
  3. 27 Ock, 2012 1 kayıt (commit)
  4. 15 Tem, 2011 1 kayıt (commit)
  5. 17 Haz, 2011 1 kayıt (commit)
    • Victor Stinner's avatar
      Issue #12310: finalize the old process after _run_after_forkers() · 0f83b151
      Victor Stinner yazdı
      multiprocessing: Process._bootstrap() keeps a reference to the old process to
      delay its finalization until after _run_after_forkers() as been executed. This
      change should fix a crash on Mac OS X Tiger when a lock is released after a
      fork.
      
      Patch written by Charles-François Nataliv and Antoine Pitrou.
      0f83b151
  6. 06 Haz, 2011 1 kayıt (commit)
  7. 25 Şub, 2011 1 kayıt (commit)
  8. 14 Ara, 2010 2 kayıt (commit)
  9. 28 Mar, 2010 1 kayıt (commit)
    • Florent Xicluna's avatar
      Note: only the relevant parts of r79474 are merged. · 9b0e9180
      Florent Xicluna yazdı
      Merged revisions 78793,78798-78799,78977,79095,79196,79474 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r78793 | florent.xicluna | 2010-03-08 13:25:35 +0100 (lun, 08 mar 2010) | 2 lines
      
        Fix macpath to deal with bytes
      ................
        r78798 | florent.xicluna | 2010-03-08 14:32:17 +0100 (lun, 08 mar 2010) | 18 lines
      
        Merged revisions 78777,78787,78790 via svnmerge from
        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.
        ........
      ................
        r78799 | florent.xicluna | 2010-03-08 15:44:41 +0100 (lun, 08 mar 2010) | 2 lines
      
        Fix ntpath abspath to deal with bytes.
      ................
        r78977 | florent.xicluna | 2010-03-15 14:14:39 +0100 (lun, 15 mar 2010) | 2 lines
      
        Fix \xhh specs, #1889.  (an oversight of r60193, r60210).
      ................
        r79095 | florent.xicluna | 2010-03-19 15:40:31 +0100 (ven, 19 mar 2010) | 2 lines
      
        Rename test.test_support to test.support for 3.x.
      ................
        r79196 | florent.xicluna | 2010-03-21 13:29:50 +0100 (dim, 21 mar 2010) | 9 lines
      
        Merged revisions 79195 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r79195 | florent.xicluna | 2010-03-21 13:27:20 +0100 (dim, 21 mar 2010) | 2 lines
      
          Issue #8179: Fix macpath.realpath() on a non-existing path.
        ........
      ................
        r79474 | florent.xicluna | 2010-03-28 01:25:02 +0100 (dim, 28 mar 2010) | 33 lines
      
        Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r79297 | florent.xicluna | 2010-03-22 18:18:18 +0100 (lun, 22 mar 2010) | 2 lines
      
          #7668: Fix test_httpservers failure when sys.executable contains non-ASCII bytes.
        ........
          r79310 | florent.xicluna | 2010-03-22 23:52:11 +0100 (lun, 22 mar 2010) | 2 lines
      
          Issue #8205: Remove the "Modules" directory from sys.path when Python is running from the build directory (POSIX only).
        ........
          r79382 | florent.xicluna | 2010-03-24 20:33:25 +0100 (mer, 24 mar 2010) | 2 lines
      
          Skip tests which depend on multiprocessing.sharedctypes, if _ctypes is not available.
        ........
          r79425 | florent.xicluna | 2010-03-25 21:32:07 +0100 (jeu, 25 mar 2010) | 2 lines
      
          Syntax cleanup `== None` -> `is None`
        ........
          r79426 | florent.xicluna | 2010-03-25 21:33:49 +0100 (jeu, 25 mar 2010) | 2 lines
      
          #8207: Fix test_pep277 on OS X
        ........
          r79427 | florent.xicluna | 2010-03-25 21:39:10 +0100 (jeu, 25 mar 2010) | 2 lines
      
          Fix test_unittest and test_warnings when running "python -Werror -m test.regrtest"
        ........
          r79450 | florent.xicluna | 2010-03-26 20:32:44 +0100 (ven, 26 mar 2010) | 2 lines
      
          Ensure that the failed or unexpected tests are sorted before printing.
        ........
      ................
      9b0e9180
  10. 04 Mar, 2010 1 kayıt (commit)
  11. 29 Tem, 2009 1 kayıt (commit)
    • R. David Murray's avatar
      Merged revisions 74063 via svnmerge from · a44c6b32
      R. David Murray yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      NB: the news item for r73708 seems to have inadvertently been included in a
      different, unrelated merge set (r74055).  I restored it here.
      
      ................
        r74063 | alexandre.vassalotti | 2009-07-17 08:07:01 -0400 (Fri, 17 Jul 2009) | 17 lines
      
        Merged revisions 73694,73708,73738 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r73694 | jesse.noller | 2009-06-29 14:24:26 -0400 (Mon, 29 Jun 2009) | 1 line
      
          Issue 5740: multiprocessing.connection.* authkey fixes
        ........
          r73708 | jesse.noller | 2009-06-30 13:11:52 -0400 (Tue, 30 Jun 2009) | 1 line
      
          Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes in processes
        ........
          r73738 | r.david.murray | 2009-06-30 22:49:10 -0400 (Tue, 30 Jun 2009) | 2 lines
      
          Make punctuation prettier and break up run-on sentence.
        ........
      ................
      a44c6b32
  12. 17 Tem, 2009 1 kayıt (commit)
    • Alexandre Vassalotti's avatar
      Merged revisions 73694,73708,73738 via svnmerge from · c57a84f4
      Alexandre Vassalotti yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r73694 | jesse.noller | 2009-06-29 14:24:26 -0400 (Mon, 29 Jun 2009) | 1 line
      
        Issue 5740: multiprocessing.connection.* authkey fixes
      ........
        r73708 | jesse.noller | 2009-06-30 13:11:52 -0400 (Tue, 30 Jun 2009) | 1 line
      
        Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes in processes
      ........
        r73738 | r.david.murray | 2009-06-30 22:49:10 -0400 (Tue, 30 Jun 2009) | 2 lines
      
        Make punctuation prettier and break up run-on sentence.
      ........
      c57a84f4
  13. 20 Agu, 2008 1 kayıt (commit)
  14. 19 Agu, 2008 1 kayıt (commit)
  15. 25 Haz, 2008 1 kayıt (commit)
  16. 11 Haz, 2008 1 kayıt (commit)