1. 89c3b8e Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception. by Serhiy Storchaka · 10 years ago
  2. 7c26be5 Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
  3. 233e698 Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time. by Serhiy Storchaka · 10 years ago
  4. 7fe04f1 Issue #21849: Fixed xmlrpclib serialization of non-ASCII unicode strings in by Serhiy Storchaka · 10 years ago
  5. e0ed2d7 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  6. 1f70221 Issue #19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  7. 6d24a6e Issue #19599: Use a separate pool for test_terminate(). by Richard Oudkerk · 11 years ago
  8. 65162a7 Issue #19599: Increase sleep period. by Richard Oudkerk · 11 years ago
  9. 3f8376e Fix handling of SystemExit and exit code. Patch by Brodie Rao. by Richard Oudkerk · 11 years ago
  10. 21aad97 Issue #19425 -- a pickling error should not cause pool to hang. by Richard Oudkerk · 12 years ago
  11. c549607 Issue #19112: avoid using function defined in method. by Richard Oudkerk · 12 years ago
  12. f20cf94 move helper function into its test method (closes #19112) by Benjamin Peterson · 12 years ago
  13. 78254dc Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as possible, since "localhost" goes through a DNS lookup under recent Windows versions. by Antoine Pitrou · 12 years ago
  14. 41072db Issue #17097: Make multiprocessing ignore EINTR. by Richard Oudkerk · 12 years ago
  15. 7bdd93c Issue #17555: Fix ForkAwareThreadLock so that size of after fork by Richard Oudkerk · 12 years ago
  16. 625af8e site.py is needed to set up paths by Benjamin Peterson · 12 years ago
  17. 8927e8f Issue #12098: multiprocessing on Windows now starts child processes by Kristján Valur Jónsson · 12 years ago
  18. ba48264 Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR. by Richard Oudkerk · 12 years ago
  19. cef2006 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 12 years ago
  20. faee75c Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing by Richard Oudkerk · 13 years ago
  21. e4b9938 Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. by Richard Oudkerk · 13 years ago
  22. 2182e05 Issue #13854: Properly handle non-integer, non-string arg to SystemExit by Richard Oudkerk · 13 years ago
  23. d44a4a2 Issue #12157: pool.map() does not handle empty iterable correctly by Richard Oudkerk · 13 years ago
  24. 9a16fa6 Fix for issue 14725 for 2.7 branch by Richard Oudkerk · 13 years ago
  25. 0c200c2 Issue #9400: Partial backport of fix for #9244 by Richard Oudkerk · 13 years ago
  26. 6392d7f Issue #12156: Skip test_multiprocessing on systems which don't support enough by Charles-François Natali · 13 years ago
  27. 46f990e Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 14 years ago
  28. f8413b2 Issue #12981: test_multiprocessing: catch ImportError when importing by Charles-François Natali · 14 years ago
  29. c23484b Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 14 years ago
  30. 6faf907 Fix issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 14 years ago
  31. 6f6016b Close issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 14 years ago
  32. a1a8da8 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 14 years ago
  33. 7c20ad3 Issue #12352: In test_free_from_gc(), restore the GC thresholds even if the GC by Charles-François Natali · 14 years ago
  34. 414d0fa Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by by Charles-François Natali · 14 years ago
  35. f64a0cf Issue #12285: multiprocessing.Pool() raises a ValueError if the number of by Victor Stinner · 14 years ago
  36. c2b0d76 Issue #11766: increase countdown waiting for a pool of processes to start by Antoine Pitrou · 14 years ago
  37. d3cb2f6 Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. by Mark Dickinson · 14 years ago
  38. f9e9a6f Issue #11673: Fix multiprocessing.[Raw]Array constructor to accept a size of type long. Thanks Robert Kern. by Mark Dickinson · 14 years ago
  39. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  40. 55d935a Merged revisions 86694 via svnmerge from by Antoine Pitrou · 14 years ago
  41. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  42. 4eb2b28 Merged revisions 86130 via svnmerge from by Antoine Pitrou · 15 years ago
  43. 87d86e0 Merged revisions 86077 via svnmerge from by Brian Curtin · 15 years ago
  44. a06e9b8 Merged revisions 85299 via svnmerge from by Brian Curtin · 15 years ago
  45. 54f9f83 Issue #8576: Remove use of find_unused_port() in test_smtplib and by Antoine Pitrou · 15 years ago
  46. 613b4cf Issue #7449, part 4: skip test_multiprocessing if thread support is disabled by Victor Stinner · 15 years ago
  47. 14459d5 Fix typo in comment by Nick Coghlan · 15 years ago
  48. 1362366 Try to turn some buildbots green by allowing test_multiprocessing to pass even if it hits the sys.exc_clear code in the threading module, and improve the test coverage by making the ctypes dependencies a bit more granular (two of the cited ctypes objects don't exist on my system) by Nick Coghlan · 15 years ago
  49. 36b9fbb Skip tests which depend on multiprocessing.sharedctypes, if _ctypes is not available. by Florent Xicluna · 15 years ago
  50. 0762788 #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper. by Florent Xicluna · 15 years ago
  51. 3bc5cb7 #7805: wait until all workers are started before collecting their PIDs by Florent Xicluna · 15 years ago
  52. bd564c3 Fix import/access for some identifiers. _TestSharedCTypes does not seem to be executed? by Georg Brandl · 15 years ago
  53. 654ade3 Issue #6963: Added maxtasksperchild argument to multiprocessing.Pool by Jesse Noller · 15 years ago
  54. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 15 years ago
  55. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  56. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 15 years ago
  57. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 15 years ago
  58. c7298ff Issue #7498: make test_multiprocessing use test_support.find_unused_port by R. David Murray · 15 years ago
  59. 9a03f2f comment out test added in r76438, which caused refleaks by Jesse Noller · 15 years ago
  60. 814d02d issue6615: Additional test for logging support in multiprocessing by Jesse Noller · 15 years ago
  61. c4920e8 Issue #7272: Add configure test to detect whether sem_open works by Mark Dickinson · 15 years ago
  62. 7530e47 Issue 6433: multiprocessing.pool.map hangs on empty list by Jesse Noller · 16 years ago
  63. 1b90efb Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes in processes by Jesse Noller · 16 years ago
  64. 457fefc remove useless import by Benjamin Peterson · 16 years ago
  65. 7152f6d Add custom initializer argument to multiprocess.Manager*, courtesy of lekma by Jesse Noller · 16 years ago
  66. 02cb0eb Fix multiprocessing.event to match the new threading.Event API by Jesse Noller · 16 years ago
  67. 82eb590 merge in patch from tim golden to fix contextmanager support for mp.Lock() by Jesse Noller · 16 years ago
  68. 3db8a34 Change more tests to use import_module for the modules that by R. David Murray · 16 years ago
  69. 019ce77 finalize the queue prior to shutdown by Jesse Noller · 16 years ago
  70. 459a648 Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager sockets by Jesse Noller · 16 years ago
  71. bec087f fix incorrect auto-translation of TestSkipped -> unittest.SkipTest by Benjamin Peterson · 16 years ago
  72. 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 16 years ago
  73. 7314b38 Issue 5009: multiprocessing: failure in manager._debug_info() by Jesse Noller · 16 years ago
  74. 9a5b2ad Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check handle by Jesse Noller · 16 years ago
  75. 6ab2215 Resolve issue 4449: AssertionError in mp_benchmarks.py by Jesse Noller · 16 years ago
  76. 37040cd issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller by Jesse Noller · 17 years ago
  77. 2a7767a Use bytes as return type from recv_bytes() methods. Not sure why this only by Neal Norwitz · 17 years ago
  78. 0c519b3 Fix problem reported by pychecker where AuthenticationError wasn't imported. by Neal Norwitz · 17 years ago
  79. 5bc9f4c issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included. by Jesse Noller · 17 years ago
  80. 82aa201 patch up multiprocessing until it's API can be changed too by Benjamin Peterson · 17 years ago
  81. a9b2222 change a few uses of the threading APIs by Benjamin Peterson · 17 years ago
  82. c777a41 Remove duplicate import by Mark Dickinson · 17 years ago
  83. 7fb9640 Fix issue 3395, update _debugInfo to be _debug_info by Jesse Noller · 17 years ago
  84. e79edf5 remove sys.version_info check for 3.0 by Benjamin Peterson · 17 years ago
  85. 2a60879 remove bytes alias by Benjamin Peterson · 17 years ago
  86. 76cf55f Add #!/usr/bin/env python for ben by Jesse Noller · 17 years ago
  87. 146b7ab Reenable the manager tests with Amaury's threading fix by Jesse Noller · 17 years ago
  88. a3b6baa Remove test_listener_client to remove possible race condition in the multiprocessing tests by Jesse Noller · 17 years ago
  89. 1862382 Attempt RLock creation prior to test execution on Linux, if it raises the OSError in issue 3111, skip the test suite by Jesse Noller · 17 years ago
  90. aa4e47a add needed import by Benjamin Peterson · 17 years ago
  91. ed77f2e skip test_multiprocessing when /dev/shm doesn't exist. This seems to be a chroot problem in the buildbot env. by Benjamin Peterson · 17 years ago
  92. da3a1b1 reduce the test_multiprocessing load to ones that shouldn't hang. These will be reenabled gradually as we find the problems. by Benjamin Peterson · 17 years ago
  93. dfd7949 convert multiprocessing to unix line endings by Benjamin Peterson · 17 years ago
  94. 0fbcf69 give the threading API PEP 8 names by Benjamin Peterson · 17 years ago
  95. e605e4f fix import of multiprocessing by juggling imports by Benjamin Peterson · 17 years ago
  96. 190d56e add the multiprocessing package to fulfill PEP 371 by Benjamin Peterson · 17 years ago