cpython/Lib/multiprocessing
Brian Curtin 87d86e09b5 Merged revisions 86077 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86077 | brian.curtin | 2010-11-01 00:10:44 -0500 (Mon, 01 Nov 2010) | 3 lines

  Fix some ResourceErrors.
  Use a context manager for os.popen and explicitly close a socket.
........
2010-11-01 05:15:55 +00:00
..
dummy use the new threading properties for multiprocessing (reviewed by Jesse #3927) 2008-09-22 21:11:43 +00:00
__init__.py Merged revisions 86077 via svnmerge from 2010-11-01 05:15:55 +00:00
connection.py Submit patch for bug 9144; broken imports due to r81380 2010-07-03 12:26:02 +00:00
forking.py Submit patch for bug 9144; broken imports due to r81380 2010-07-03 12:26:02 +00:00
heap.py Submit patch for bug 9144; broken imports due to r81380 2010-07-03 12:26:02 +00:00
managers.py #6938: "ident" is always a string, so use a format code which works. 2009-09-18 09:18:27 +00:00
pool.py On finalize, don't try to join not started process. 2010-03-08 11:01:39 +00:00
process.py #7805: wait until all workers are started before collecting their PIDs 2010-03-04 15:58:54 +00:00
queues.py revert unintended change to multiprocessing/queues.py 2009-11-21 14:06:24 +00:00
reduction.py Submit patch for bug 9144; broken imports due to r81380 2010-07-03 12:26:02 +00:00
sharedctypes.py Resolve issue 4449: AssertionError in mp_benchmarks.py 2009-01-18 02:45:38 +00:00
synchronize.py __enter__ and __exit__ must be on the class 2009-05-31 15:00:27 +00:00
util.py Properly document multiprocessing's logging support, resolve outstanding issues with the custom levels 2009-01-25 03:36:13 +00:00