cpython/Lib/multiprocessing
Georg Brandl 894dff42db Merged revisions 74903 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74903 | georg.brandl | 2009-09-18 11:18:27 +0200 (Fr, 18 Sep 2009) | 1 line

  #6938: "ident" is always a string, so use a format code which works.
........
2009-09-18 09:19:52 +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 68915 via svnmerge from 2009-03-31 15:01:45 +00:00
connection.py Merge 70717 to 26maint 2009-03-30 16:19:10 +00:00
forking.py issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included. 2008-08-19 19:06:19 +00:00
heap.py darn! I converted half of the files the wrong way. 2008-06-13 19:20:48 +00:00
managers.py Merged revisions 74903 via svnmerge from 2009-09-18 09:19:52 +00:00
pool.py Merged revisions 67245,67277,67289,67295,67301-67303,67307,67330,67332,67336,67355,67359,67362,67364,67367-67368,67370 via svnmerge from 2008-12-05 08:51:30 +00:00
process.py Merged revisions 73708,73738 via svnmerge from 2009-07-21 17:02:14 +00:00
queues.py Merge fix for 4660 back to 26 maint 2009-08-06 02:08:10 +00:00
reduction.py issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included. 2008-08-19 19:06:19 +00:00
sharedctypes.py Merged revisions 68708 via svnmerge from 2009-01-18 04:01:18 +00:00
synchronize.py issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller 2008-09-30 00:15:45 +00:00
util.py Merged revisions 68915 via svnmerge from 2009-03-31 15:01:45 +00:00