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