cpython/Lib/multiprocessing
Antoine Pitrou 1ce3eb5c5b Issue #8990: array.fromstring() and array.tostring() get renamed to
frombytes() and tobytes(), respectively, to avoid confusion.  Furthermore,
array.frombytes(), array.extend() as well as the array.array()
constructor now accept bytearray objects.  Patch by Thomas Jollans.
2010-09-01 20:29:34 +00:00
..
dummy Merged revisions 66557 via svnmerge from 2008-09-22 21:17:49 +00:00
__init__.py Merged revisions 77794 via svnmerge from 2010-01-27 03:36:01 +00:00
connection.py Fix #9513 to remove relative imports from multiprocessing. 2010-08-04 15:47:24 +00:00
forking.py Fix #9513 to remove relative imports from multiprocessing. 2010-08-04 15:47:24 +00:00
heap.py Fix #9513 to remove relative imports from multiprocessing. 2010-08-04 15:47:24 +00:00
managers.py Issue #8990: array.fromstring() and array.tostring() get renamed to 2010-09-01 20:29:34 +00:00
pool.py Issue #7316: the acquire() method of lock objects in the :mod:`threading` 2010-04-14 15:44:10 +00:00
process.py Missing part from r78654 2010-03-04 16:10:55 +00:00
queues.py Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from 2009-09-11 22:24:02 +00:00
reduction.py Fix #9513 to remove relative imports from multiprocessing. 2010-08-04 15:47:24 +00:00
sharedctypes.py Merge r68708 to py3k, fixes 4449 2009-01-18 03:11:38 +00:00
synchronize.py Merged revisions 73073-73074,73089 via svnmerge from 2009-06-01 23:14:51 +00:00
util.py merge r68915 to py3k 2009-01-25 03:45:53 +00:00