cpython/Lib/multiprocessing
Jesse Noller 8b56d47d01 Merged revisions 68915 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r68915 | jesse.noller | 2009-01-24 21:36:13 -0600 (Sat, 24 Jan 2009) | 1 line

  Properly document multiprocessing's logging support, resolve outstanding issues with the custom levels
........
2009-03-31 15:01:45 +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 revert r66114 for Jesse 2008-09-01 17:10:46 +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 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
queues.py merge 70792 to 26 maint 2009-03-31 03:35:12 +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