1. ebb39bc Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks. by Antoine Pitrou · 8 years ago
  2. cd2a201 Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks. by Antoine Pitrou · 8 years ago
  3. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  4. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  5. 86a7668 Fixes issue #6766: Updated multiprocessing Proxy Objects to support nesting by Davin Potts · 8 years ago
  6. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  7. a6d865c Issue #25654: by Victor Stinner · 9 years ago
  8. 58f2bd8 Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) was untested. by Antoine Pitrou · 9 years ago
  9. 62b6a0d Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) was untested. by Antoine Pitrou · 9 years ago
  10. 78f55ff Issue #23992: multiprocessing: make MapResult not fail-fast upon exception. by Charles-François Natali · 9 years ago
  11. 076dbd0 Fix remaining tests and remove an unused import. by Berker Peksag · 9 years ago
  12. 84de1bf Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception. by Serhiy Storchaka · 9 years ago
  13. 71f73ca Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception. by Serhiy Storchaka · 9 years ago
  14. 63623ac Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
  15. 79fbeee Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
  16. eef20de Issue #22853: Added regression test for using multiprocessing.Queue at import by Serhiy Storchaka · 10 years ago
  17. f8904e9 Issue #22853: Added regression test for using multiprocessing.Queue at import by Serhiy Storchaka · 10 years ago
  18. 2eab85b Issue #21849: Ported from 2.7 tests for non-ASCII data. by Serhiy Storchaka · 10 years ago
  19. a25c542 Issue #21849: Ported from 2.7 tests for non-ASCII data. by Serhiy Storchaka · 10 years ago
  20. f92766c (Merge 3.4) test_multiprocessing: tolerate a delta of 30 ms because of bad by Victor Stinner · 10 years ago
  21. aad7b2e test_multiprocessing: tolerate a delta of 30 ms because of bad clock resolution by Victor Stinner · 10 years ago
  22. 6e20460 Issue #21566: Make use of socket.listen() default backlog. by Charles-François Natali · 10 years ago
  23. 80a5be1 Issue #20980: Stop wrapping exception when using ThreadPool. by Richard Oudkerk · 11 years ago
  24. 42a526c Issue #20114: Double timeout in test_semaphore_tracker() to reduce by Richard Oudkerk · 11 years ago
  25. ab0ac27 Issue #20315: Removed support for backward compatibility with early 2.x versions. by Serhiy Storchaka · 11 years ago
  26. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  27. 101d9e7 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  28. 35e4ad7 Merge. by Richard Oudkerk · 11 years ago
  29. 69cce48 Merge. by Richard Oudkerk · 11 years ago
  30. af630c5 Merge. by Richard Oudkerk · 11 years ago
  31. 33aaa73 Merge. by Richard Oudkerk · 11 years ago
  32. 8acc3c5 Remove test_sigterm(). by Richard Oudkerk · 11 years ago
  33. cc5c728 Fix signal handler in test. by Richard Oudkerk · 11 years ago
  34. 1e2f67c Try doing a raw test of os.fork()/os.kill(). by Richard Oudkerk · 11 years ago
  35. 26f9268 Stop trying to use strace, but add a sleep before terminate(). by Richard Oudkerk · 11 years ago
  36. e4508ee Try strace instead of gdb to see what wedged child is doing. by Richard Oudkerk · 11 years ago
  37. d44500a Try to print a backtrace of wedged child process in test. by Richard Oudkerk · 11 years ago
  38. b1694cf Issue #18999: Make multiprocessing use context objects. by Richard Oudkerk · 11 years ago
  39. bc2bfa6 Merge by Richard Oudkerk · 11 years ago
  40. 7b4a361 Merge. by Richard Oudkerk · 11 years ago
  41. 085ab4a Merge. by Richard Oudkerk · 11 years ago
  42. 70157e8 merge 3.3 (#19112) by Benjamin Peterson · 11 years ago
  43. 6703bb4 Issue #18934: Relax test_multiprocessing.test_invalid_handles a bit: we just by Charles-François Natali · 11 years ago
  44. e0d25ce Issue #8713: Print dangling processes/threads, if any. by Richard Oudkerk · 11 years ago
  45. 968d055 Issue #8713: Test should not print message about start method. by Richard Oudkerk · 11 years ago
  46. 6a53af8 Issue #18786: Don't reinstall old SIGUSR1 handler prematurely. by Richard Oudkerk · 11 years ago
  47. 67e5198 Make test for semaphore tracker capture and check the debug output. by Richard Oudkerk · 11 years ago
  48. f6fbf56 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 · 11 years ago
  49. a01fb39 Issue #18762: Print debug info on failure to create new forkserver process. by Richard Oudkerk · 11 years ago
  50. 84ed9a6 Issue #8713: Support alternative start methods in multiprocessing on Unix. by Richard Oudkerk · 11 years ago[Renamed (92%) from Lib/test/test_multiprocessing.py]
  51. e410f26 Merge. by Richard Oudkerk · 11 years ago
  52. 14f5ee0 Prevent dangling threads/process warning for test_multiprocessing. by Richard Oudkerk · 11 years ago
  53. a84a7cb Issue #17778: Fix test discovery for test_multiprocessing. (Patch by by Richard Oudkerk · 11 years ago
  54. d15642e Issue #17778: Fix test discovery for test_multiprocessing. (Patch by by Richard Oudkerk · 11 years ago
  55. 626032a Issue #17097: Merge. by Richard Oudkerk · 11 years ago
  56. cca8c53 Issue #17097: Make multiprocessing ignore EINTR. by Richard Oudkerk · 11 years ago
  57. 8575783 Issue #13813: Embed stringification of remote traceback in local by Richard Oudkerk · 11 years ago
  58. b147f60 Issue #17555: Fix ForkAwareThreadLock so that size of after fork by Richard Oudkerk · 11 years ago
  59. 409c313 Issue #17555: Fix ForkAwareThreadLock so that size of after fork by Richard Oudkerk · 11 years ago
  60. 3083071 Fix issue #17707: multiprocessing.Queue's get() method does not block for short timeouts. by Giampaolo Rodola' · 11 years ago
  61. b38897f Fix issue #17707: multiprocessing.Queue's get() method does not block for short timeouts. by Giampaolo Rodola' · 11 years ago
  62. dc6763b #17395: wait for live children in test_multiprocessing. by Ezio Melotti · 12 years ago
  63. 05cd03a Remove debug print. by Ezio Melotti · 12 years ago
  64. 0320025 Merge by Richard Oudkerk · 12 years ago
  65. 5b8a324 Merge by Richard Oudkerk · 12 years ago
  66. 7aaa1ef Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR. by Richard Oudkerk · 12 years ago
  67. 67da894 fix for previous commit related to issue 10527 which didn't have the intended effect as per http://bugs.python.org/issue10527#msg179895 by Giampaolo Rodola' · 12 years ago
  68. 0c8ad61 fix for previous commit related to issue 10527 which didn't have the intended effect as per http://bugs.python.org/issue10527#msg179895 by Giampaolo Rodola' · 12 years ago
  69. 0ee84e0 Issue #16955: Fix the poll() method for multiprocessing's socket by Richard Oudkerk · 12 years ago
  70. ed9e06c Issue #16955: Fix the poll() method for multiprocessing's socket by Richard Oudkerk · 12 years ago
  71. b4f39e8 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 12 years ago
  72. 5051ca8 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 12 years ago
  73. 5e844c8 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 12 years ago
  74. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  75. 969684f Merge 3.3 by Hynek Schlawack · 12 years ago
  76. 254af26 #16307: Fix multiprocessing.Pool.map_async not calling its callbacks by Hynek Schlawack · 12 years ago
  77. fc7b0ec Use setUpClass() and tearDownClass() in test_multiprocessing. by Richard Oudkerk · 12 years ago
  78. 3095f47 raise a ValueError instead of an AssertionError when pool is an invalid state by Benjamin Peterson · 12 years ago
  79. 04ec8ce Issue #14669: Fix pickling of connections and sockets on MacOSX by Richard Oudkerk · 12 years ago
  80. 3165a75 Merge 3.2 by Richard Oudkerk · 12 years ago
  81. e88a244 Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing by Richard Oudkerk · 12 years ago
  82. b15e622 Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. by Richard Oudkerk · 12 years ago
  83. 4887b1c Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. by Richard Oudkerk · 12 years ago
  84. ac38571 Issue #15064: Make BaseManager.__enter__() start server if necessary. by Richard Oudkerk · 12 years ago
  85. d69cfe8 Issue #15064: Implement context manager protocol for multiprocessing types by Richard Oudkerk · 12 years ago
  86. 1375884 Fiddle with timeouts in barrier tests by Richard Oudkerk · 12 years ago
  87. 9125775 Fix _TestListener.ALLOWED_TYPES and add sanity check by Richard Oudkerk · 12 years ago
  88. 3049f12 Increase timeout used when waiting for manager to shutdown cleanly by Richard Oudkerk · 12 years ago
  89. 0f52346 Fix for 2d2f206d040e so that test_multiprocessing does not depend on ctypes by Richard Oudkerk · 12 years ago
  90. 3730a17 Issue #14059: Implement multiprocessing.Barrier by Richard Oudkerk · 12 years ago
  91. 73d9a29 Issue #13841: Make child processes exit using sys.exit() on Windows by Richard Oudkerk · 12 years ago
  92. 58ba47f Merge fixes for #13854 and #12157. by Richard Oudkerk · 12 years ago
  93. 29471de Issue #13854: Properly handle non-integer, non-string arg to SystemExit by Richard Oudkerk · 12 years ago
  94. e41682b Issue #12157: pool.map() does not handle empty iterable correctly by Richard Oudkerk · 12 years ago
  95. 9844993 Add test for multiprocessing.Conditon.wait() and changset 3baeb5e13dd2 by Richard Oudkerk · 12 years ago
  96. 77c84f2 #12098: Make multiprocessing's child processes inherit sys.flags on Windows by Richard Oudkerk · 12 years ago
  97. 59d5404 Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 by Richard Oudkerk · 12 years ago
  98. 5d73c17 Issue #14727: Fix race in test_multiprocessing by Richard Oudkerk · 12 years ago
  99. 104b3f4 Minor fix for test_multiprocessing by Richard Oudkerk · 12 years ago
  100. 6dbca36 Make test_multiprocessing more lenient about another timeout check by Richard Oudkerk · 12 years ago