cpython/Lib/multiprocessing
Benjamin Peterson 965ce87991 Merged revisions 70908,70939,71009,71022,71036 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70908 | jesse.noller | 2009-03-31 17:20:35 -0500 (Tue, 31 Mar 2009) | 1 line

  Issue 5619: Pass MS CRT debug flags into subprocesses
........
  r70939 | jesse.noller | 2009-03-31 22:45:50 -0500 (Tue, 31 Mar 2009) | 1 line

  Fix multiprocessing.event to match the new threading.Event API
........
  r71009 | jesse.noller | 2009-04-01 19:03:28 -0500 (Wed, 01 Apr 2009) | 1 line

  issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin Lowis for help
........
  r71022 | jesse.noller | 2009-04-01 21:32:55 -0500 (Wed, 01 Apr 2009) | 1 line

  Issue 3110: Additional protection for SEM_VALUE_MAX on platforms, thanks to Martin Loewis
........
  r71036 | jesse.noller | 2009-04-01 23:22:09 -0500 (Wed, 01 Apr 2009) | 1 line

  Issue 3551: Raise ValueError if the size causes ERROR_NO_SYSTEM_RESOURCES
........
2009-04-05 21:24:58 +00:00
..
dummy Merged revisions 66557 via svnmerge from 2008-09-22 21:17:49 +00:00
__init__.py merge r68915 to py3k 2009-01-25 03:45:53 +00:00
connection.py Merge 70717 to 30maint 2009-03-30 16:37:36 +00:00
forking.py Issues #10867: remove old cPickle imports from multiprocessing 2009-01-18 19:44:02 +00:00
heap.py Merged revisions 64104,64117 via svnmerge from 2008-06-11 16:44:04 +00:00
managers.py merge r68839 forward to py3k 2009-01-21 02:15:48 +00:00
pool.py #4206: fix 2.xisms in multiprocessing docs and docstrings. 2008-11-22 08:51:39 +00:00
process.py For some reason sys.stdin may be None on Windows, and makes test_multiprocessing fail. 2008-08-20 09:04:46 +00:00
queues.py merge 70792 to py3k 2009-03-31 03:37:07 +00:00
reduction.py Issue #3125: Remove copy_reg in multiprocessing and replace it with 2008-08-19 21:30:55 +00:00
sharedctypes.py Merge r68708 to py3k, fixes 4449 2009-01-18 03:11:38 +00:00
synchronize.py Merged revisions 70908,70939,71009,71022,71036 via svnmerge from 2009-04-05 21:24:58 +00:00
util.py merge r68915 to py3k 2009-01-25 03:45:53 +00:00