1. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 8 years ago
  2. bd8b443 Issue #27591: Merge from 3.5 by Berker Peksag · 8 years ago
  3. 1fd497e Issue #27591: Set sigint_event to NULL if _PyOS_IsMainThread() returns false by Berker Peksag · 8 years ago
  4. 1a269d0 Issue #26924: Fix Windows buildbots by Berker Peksag · 8 years ago
  5. 0ce9cd9 Issue #26924: Do not define _multiprocessing.sem_unlink under Android by Berker Peksag · 8 years ago
  6. e0e6581 Issue #21704: Fix build error for _multiprocessing when semaphores by Richard Oudkerk · 10 years ago
  7. b988ee0 Fix conversion from Py_ssize_t to int. by Richard Oudkerk · 11 years ago
  8. 84ed9a6 Issue #8713: Support alternative start methods in multiprocessing on Unix. by Richard Oudkerk · 11 years ago
  9. 640c35c Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros by Victor Stinner · 11 years ago
  10. 94fd53b - Fix typos in the multiprocessing module. by doko@ubuntu.com · 11 years ago
  11. 9df891c - Fix typos in the multiprocessing module. by doko@ubuntu.com · 11 years ago
  12. c8c6563 Replace WaitForMultipleObjects with WaitForMultipleObjectEx, by Martin v. Löwis · 11 years ago
  13. b26a9b1 Replace WaitForSingleObject with WaitForSingleObjectEx, by Martin v. Löwis · 11 years ago
  14. 950fab0 Issue #9586: Merge. by Richard Oudkerk · 11 years ago
  15. 9b45993 Issue #9586: Merge by Richard Oudkerk · 11 years ago
  16. 9866231 Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy. by Richard Oudkerk · 11 years ago
  17. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  18. 8fb9f4c Get rid of circular import and eliminate unprefixed exported symbols by Richard Oudkerk · 12 years ago
  19. 197651b Issue #10133: Make multiprocessing deallocate buffer if socket read fails. by Richard Oudkerk · 12 years ago
  20. 26cdf1f Make multiprocessing's shared memory use memoryview instead of raw pointer by Richard Oudkerk · 12 years ago
  21. 7ef909c Fix for issue 14725 for 3.2 branch by Richard Oudkerk · 12 years ago
  22. 3e268aa Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" by Richard Oudkerk · 12 years ago
  23. 23bba4c Issue #11750: The Windows API functions scattered in the _subprocess and by Antoine Pitrou · 12 years ago
  24. bdb1cf1 Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. by Antoine Pitrou · 12 years ago
  25. a03422f Issue #14125: Fix multiprocessing refleak on Windows. Patch by sbt. by Stefan Krah · 12 years ago
  26. ed4a8fc Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on Connection by Charles-François Natali · 12 years ago
  27. 7e447c8 Fix compilation warning on Windows by Amaury Forgeot d'Arc · 13 years ago
  28. ab0e9f7 Issue #10350: Read and save errno before calling a function which might overwrite it. by Antoine Pitrou · 13 years ago
  29. c345ce1 Issue #10350: Read and save errno before calling a function which might overwrite it. by Antoine Pitrou · 13 years ago
  30. 10db4de Issue #4028: Make multiprocessing build on SunOS. by Charles-François Natali · 13 years ago
  31. 6dd381e Issue #12328: Under Windows, refactor handling of Ctrl-C events and by Antoine Pitrou · 13 years ago
  32. dc863dd Issue #12981: rewrite multiprocessing_{sendfd,recvfd} in Python. by Charles-François Natali · 13 years ago
  33. 41c98a3 Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 13 years ago
  34. 4507e64 Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 13 years ago
  35. ab7060e Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana by Jesus Cea · 13 years ago
  36. bbd8bec Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana by Jesus Cea · 13 years ago
  37. 162fee1 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago
  38. bcb39d4 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago
  39. dd69649 Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed by Antoine Pitrou · 13 years ago
  40. 2341f9b Remove dead code from _multiprocessing by Antoine Pitrou · 13 years ago
  41. 87cf220 Issue #11743: Rewrite multiprocessing connection classes in pure Python. by Antoine Pitrou · 13 years ago
  42. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 13 years ago
  43. c7f4af4 Fix compiler warnings about formatting pid_t as an int, by always casting to long. by Georg Brandl · 14 years ago
  44. 223f091 fix strict aliasing warnings by Benjamin Peterson · 14 years ago
  45. 68e0135 Fix multiprocessing Semaphore's on netbsd5. SEM_VALUE_MAX is defined by Gregory P. Smith · 14 years ago
  46. ec78d0a Merged revisions 81692 via svnmerge from by Martin v. Löwis · 14 years ago
  47. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  48. a614f04 Merged revisions 76432,76558 via svnmerge from by Mark Dickinson · 15 years ago
  49. b8e138a Revert last change, which was incorrect. by Kristján Valur Jónsson · 15 years ago
  50. 8c4f417 http://bugs.python.org/issue6381 merging revision 73819 from trunk by Kristján Valur Jónsson · 15 years ago
  51. 4962d75 Merged revisions 73767 via svnmerge from by Jesus Cea · 15 years ago
  52. 965ce87 Merged revisions 70908,70939,71009,71022,71036 via svnmerge from by Benjamin Peterson · 15 years ago
  53. 4b413d3 Merged revisions 70953 via svnmerge from by Jesse Noller · 15 years ago
  54. a931404 Merged revisions 70908 via svnmerge from by Jesse Noller · 15 years ago
  55. f8d0085 merge 70783 to py3k by Jesse Noller · 15 years ago
  56. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  57. 7edf129 merge r68787 to py3k by Jesse Noller · 15 years ago
  58. 6214edd merge r68768 to py3k by Jesse Noller · 15 years ago
  59. 4469d0c Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-67424,67432,67440-67441,67444-67445,67454-67455,67457-67458 via svnmerge from by Benjamin Peterson · 16 years ago
  60. b37509b Merged revisions 67098 via svnmerge from by Martin v. Löwis · 16 years ago
  61. 245c70b Merged revisions 66377 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  62. 338f578 merge 66184 to fix issue3110 to py3k by Jesse Noller · 16 years ago
  63. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  64. 7d5dd8a Merged revisions 65385 via svnmerge from by Benjamin Peterson · 16 years ago
  65. 91639e0 Merge 65376 into 3k, fix for issue 3399 by Jesse Noller · 16 years ago
  66. fa26803 fix multiprocessing line endings in py3k by Benjamin Peterson · 16 years ago
  67. af065c3 Merged revisions 64223-64224 via svnmerge from by Benjamin Peterson · 16 years ago
  68. ea6d58d Correctly export the module init function. Needed on Windows. by Amaury Forgeot d'Arc · 16 years ago
  69. 245671c Adaptation to py3k. by Amaury Forgeot d'Arc · 16 years ago
  70. e711caf Merged revisions 64104,64117 via svnmerge from by Benjamin Peterson · 16 years ago