1. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  2. 8fb9f4c Get rid of circular import and eliminate unprefixed exported symbols by Richard Oudkerk · 12 years ago
  3. 26cdf1f Make multiprocessing's shared memory use memoryview instead of raw pointer by Richard Oudkerk · 12 years ago
  4. 3e268aa Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" by Richard Oudkerk · 12 years ago
  5. 23bba4c Issue #11750: The Windows API functions scattered in the _subprocess and by Antoine Pitrou · 12 years ago
  6. 7e447c8 Fix compilation warning on Windows by Amaury Forgeot d'Arc · 13 years ago
  7. 6dd381e Issue #12328: Under Windows, refactor handling of Ctrl-C events and by Antoine Pitrou · 13 years ago
  8. dc863dd Issue #12981: rewrite multiprocessing_{sendfd,recvfd} in Python. by Charles-François Natali · 13 years ago
  9. 41c98a3 Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 13 years ago
  10. 4507e64 Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 13 years ago
  11. ab7060e Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana by Jesus Cea · 13 years ago
  12. bbd8bec Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana by Jesus Cea · 13 years ago
  13. 162fee1 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago
  14. bcb39d4 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago
  15. 2341f9b Remove dead code from _multiprocessing by Antoine Pitrou · 13 years ago
  16. 87cf220 Issue #11743: Rewrite multiprocessing connection classes in pure Python. by Antoine Pitrou · 13 years ago
  17. 223f091 fix strict aliasing warnings by Benjamin Peterson · 14 years ago
  18. 68e0135 Fix multiprocessing Semaphore's on netbsd5. SEM_VALUE_MAX is defined by Gregory P. Smith · 14 years ago
  19. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  20. a614f04 Merged revisions 76432,76558 via svnmerge from by Mark Dickinson · 15 years ago
  21. 965ce87 Merged revisions 70908,70939,71009,71022,71036 via svnmerge from by Benjamin Peterson · 15 years ago
  22. fa26803 fix multiprocessing line endings in py3k by Benjamin Peterson · 16 years ago
  23. af065c3 Merged revisions 64223-64224 via svnmerge from by Benjamin Peterson · 16 years ago
  24. ea6d58d Correctly export the module init function. Needed on Windows. by Amaury Forgeot d'Arc · 16 years ago
  25. e711caf Merged revisions 64104,64117 via svnmerge from by Benjamin Peterson · 16 years ago