1. ca56dd4 Issue #28139: Fix messed up indentation by Martin Panter · 8 years ago
  2. 674a3cd Issue #24303: Fix random EEXIST upon multiprocessing semaphores creation with by Charles-François Natali · 9 years ago
  3. 41072db Issue #17097: Make multiprocessing ignore EINTR. by Richard Oudkerk · 11 years ago
  4. 9855249 - Fix typos in the multiprocessing module. by doko@ubuntu.com · 11 years ago
  5. 90b5d92 Issue #10527: Use poll() instead of select() for multiprocessing pipes by Richard Oudkerk · 12 years ago
  6. 7450a81 Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy. by Richard Oudkerk · 12 years ago
  7. 926f58d Issue #10133: Make multiprocessing deallocate buffer if socket read fails. by Richard Oudkerk · 12 years ago
  8. 9a16fa6 Fix for issue 14725 for 2.7 branch by Richard Oudkerk · 13 years ago
  9. b275e2d Issue #4028: Make multiprocessing build on SunOS. by Charles-François Natali · 13 years ago
  10. c23484b Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 13 years ago
  11. 79e7c4e Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana by Jesus Cea · 13 years ago
  12. a1a8da8 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago
  13. 7e7a3a7 Merged revisions 85679 via svnmerge from by Georg Brandl · 14 years ago
  14. a25fc1e Merged revisions 85665 via svnmerge from by Benjamin Peterson · 14 years ago
  15. 95898c4 Fix compiler warning: module init functions do not return anything in 2.x. by Georg Brandl · 14 years ago
  16. 886a1cd Merged revisions 85586-85587,85596-85598 via svnmerge from by Gregory P. Smith · 14 years ago
  17. 26eec58 Issue #8864: Define _XOPEN_SOURCE on Solaris for the multiprocessing module. by Martin v. Löwis · 14 years ago
  18. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 15 years ago
  19. 7a4cd7e Remove extraneous whitespace. by Brett Cannon · 15 years ago
  20. 5afa6d4 Issue #7272, continued: don't re-use existing HAVE_BROKEN_POSIX_SEMAPHORES by Mark Dickinson · 15 years ago
  21. c4920e8 Issue #7272: Add configure test to detect whether sem_open works by Mark Dickinson · 15 years ago
  22. 8693214 multiprocessing doesn't compile in Solaris because a typo by Jesus Cea · 15 years ago
  23. 5053fbb Issue 3551: Raise ValueError if the size causes ERROR_NO_SYSTEM_RESOURCES by Jesse Noller · 16 years ago
  24. b502bc7 Issue 3110: Additional protection for SEM_VALUE_MAX on platforms, thanks to Martin Loewis by Jesse Noller · 16 years ago
  25. 355b126 issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin Lowis for help by Jesse Noller · 16 years ago
  26. c53306c Fixed compile error on windows. by Hirokazu Yamamoto · 16 years ago
  27. 42f9b4e Issue 5619: Pass MS CRT debug flags into subprocesses by Jesse Noller · 16 years ago
  28. 82eb590 merge in patch from tim golden to fix contextmanager support for mp.Lock() by Jesse Noller · 16 years ago
  29. e8b619c issue 5002: fix windows warning that I intro'ed with r68768 by Jesse Noller · 16 years ago
  30. 9a5b2ad Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check handle by Jesse Noller · 16 years ago
  31. 0d52182 Move definition int sval into branch of ifdef where it is used. by Jeremy Hylton · 16 years ago
  32. bb86d83 Issue #4204: Fixed module build errors on FreeBSD 4. by Martin v. Löwis · 16 years ago
  33. 05e3449 #3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not for by Amaury Forgeot d'Arc · 16 years ago
  34. b814d6a Fix issue 3110 - solaris compilation of multiprocessing fails, reviewed by pitrou by Jesse Noller · 16 years ago
  35. f91d46a Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, by Martin v. Löwis · 16 years ago
  36. 8df0e4f fix compile error on Windows by Benjamin Peterson · 16 years ago
  37. 1299e36 Submit fix for issue3393: Memory corruption in multiprocessing module by Jesse Noller · 16 years ago
  38. dfd7949 convert multiprocessing to unix line endings by Benjamin Peterson · 16 years ago
  39. e1f6646 Typo. by Georg Brandl · 16 years ago
  40. 6d53e7e #3095: don't leak values from Py_BuildValue. by Georg Brandl · 16 years ago
  41. 190d56e add the multiprocessing package to fulfill PEP 371 by Benjamin Peterson · 16 years ago