1. a924fc7 Issue #21565: multiprocessing: use contex-manager protocol for synchronization by Charles-François Natali · 10 years ago
  2. b1694cf Issue #18999: Make multiprocessing use context objects. by Richard Oudkerk · 11 years ago
  3. 84ed9a6 Issue #8713: Support alternative start methods in multiprocessing on Unix. by Richard Oudkerk · 11 years ago
  4. 87ea780 Use Python 3.x-style keyword only arg in Array() by Richard Oudkerk · 12 years ago
  5. 26cdf1f Make multiprocessing's shared memory use memoryview instead of raw pointer by Richard Oudkerk · 12 years ago
  6. 3e268aa Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" by Richard Oudkerk · 12 years ago
  7. 04842a8 Remove unused or redundant imports in concurrent.futures and multiprocessing. by Florent Xicluna · 13 years ago
  8. 89461ef Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. by Mark Dickinson · 13 years ago
  9. d382066 Merged revisions 87225 via svnmerge from by R. David Murray · 14 years ago
  10. b0516a6 Merge r68708 to py3k, fixes 4449 by Jesse Noller · 16 years ago
  11. 949d47d Issue #3125: Remove copy_reg in multiprocessing and replace it with by Amaury Forgeot d'Arc · 16 years ago
  12. d5cd65b make multiprocessing.sharedctypes.Value's lock argument a keyword-only argument for real by Benjamin Peterson · 16 years ago
  13. e711caf Merged revisions 64104,64117 via svnmerge from by Benjamin Peterson · 16 years ago