1. b65cb8a bpo-31019: Fix multiprocessing.Process.is_alive() (#2875) (#2882) by Victor Stinner · 7 years ago
  2. ec9a712 [3.6] bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027) (#2881) (#2883) by Victor Stinner · 7 years ago
  3. 12536bd [2.7] Clear potential ref cycle between Process and Process target (GH-2470) (#2473) by Antoine Pitrou · 7 years ago
  4. d09f167 [2.7] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#2168) by Antoine Pitrou · 7 years ago
  5. bdd9647 [2.7] bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (GH-1683) (#1817) by Antoine Pitrou · 7 years ago
  6. c47c315 bpo-26434: Fix multiprocessing grandchilds in a Windows service (GH-1167) by Marc Schlaich · 7 years ago
  7. 5084ff7 bpo-29861: release references to multiprocessing Pool tasks (#743) (#803) by Antoine Pitrou · 7 years ago
  8. 994f04d Issue #28998: More APIs now support longs as well as ints. by Serhiy Storchaka · 8 years ago
  9. 280290a Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions by Davin Potts · 8 years ago
  10. 9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  11. 2a6c2c9 Close #10128: don't rerun __main__.py in multiprocessing by Nick Coghlan · 9 years ago
  12. 1aa2c0f Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  13. 7c26be5 Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 9 years ago
  14. 233e698 Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time. by Serhiy Storchaka · 9 years ago
  15. 7fe04f1 Issue #21849: Fixed xmlrpclib serialization of non-ASCII unicode strings in by Serhiy Storchaka · 9 years ago
  16. fc1ae6c Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value. by Serhiy Storchaka · 10 years ago
  17. e03d3fd do not generate pipe names in the temporary dir by Benjamin Peterson · 10 years ago
  18. e8a57b9 Issue #14548: Make multiprocessing finalizers check pid before by Richard Oudkerk · 10 years ago
  19. 3f8376e Fix handling of SystemExit and exit code. Patch by Brodie Rao. by Richard Oudkerk · 11 years ago
  20. 21aad97 Issue #19425 -- a pickling error should not cause pool to hang. by Richard Oudkerk · 11 years ago
  21. f5469cf #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  22. c8ef9bc Issue #18455: multiprocessing should not retry connect() with same socket. by Richard Oudkerk · 11 years ago
  23. 1e462fe Issue #17261: Ensure multiprocessing's proxies use proper address. by Richard Oudkerk · 11 years ago
  24. 41072db Issue #17097: Make multiprocessing ignore EINTR. by Richard Oudkerk · 11 years ago
  25. 9855249 - Fix typos in the multiprocessing module. by doko@ubuntu.com · 11 years ago
  26. a9b90a7 Issue #17805: Add AsyncResult alias for ApplyResult by Richard Oudkerk · 11 years ago
  27. 7bdd93c Issue #17555: Fix ForkAwareThreadLock so that size of after fork by Richard Oudkerk · 11 years ago
  28. 8927e8f Issue #12098: multiprocessing on Windows now starts child processes by Kristján Valur Jónsson · 11 years ago
  29. ba48264 Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR. by Richard Oudkerk · 11 years ago
  30. eff492f Issue #15881: Fixed atexit hook in multiprocessing. by Benjamin Peterson · 11 years ago
  31. 7796b08 Issue #10527: Remove dead code by Richard Oudkerk · 11 years ago
  32. 049a378 issue 10527: fix missing import by Giampaolo Rodola' · 12 years ago
  33. cef2006 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 12 years ago
  34. faee75c Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing by Richard Oudkerk · 12 years ago
  35. e4b9938 Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. by Richard Oudkerk · 12 years ago
  36. 4215d27 Issue #15101: Make pool finalizer avoid joining current thread by Richard Oudkerk · 12 years ago
  37. 2182e05 Issue #13854: Properly handle non-integer, non-string arg to SystemExit by Richard Oudkerk · 12 years ago
  38. d44a4a2 Issue #12157: pool.map() does not handle empty iterable correctly by Richard Oudkerk · 12 years ago
  39. 6a94252 Issue #14881: Allow normal non-main thread to spawn a dummy process by Richard Oudkerk · 12 years ago
  40. 9a16fa6 Fix for issue 14725 for 2.7 branch by Richard Oudkerk · 12 years ago
  41. 0c200c2 Issue #9400: Partial backport of fix for #9244 by Richard Oudkerk · 12 years ago
  42. 709aa35 Issue #8184: Fix a potential file descriptor leak when a by Charles-François Natali · 12 years ago
  43. b40827d Issue #13565: Increase multiprocessing's server socket backlog, to avoid by Charles-François Natali · 13 years ago
  44. 6a570d6 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 13 years ago
  45. 46f990e Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 13 years ago
  46. 1e87da1 Remove duplication. by Ezio Melotti · 13 years ago
  47. 77657e4 Issue #4106: Fix occasional exceptions printed out by multiprocessing on interpreter shutdown. by Antoine Pitrou · 13 years ago
  48. 414d0fa Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by by Charles-François Natali · 13 years ago
  49. f64a0cf Issue #12285: multiprocessing.Pool() raises a ValueError if the number of by Victor Stinner · 13 years ago
  50. 40b5316 Fix #5162. Allow child spawning from Windows services (via pywin32). by brian.curtin · 13 years ago
  51. 7dfc874 Issue #8428: Fix a race condition in multiprocessing.Pool when terminating by Antoine Pitrou · 13 years ago
  52. d3cb2f6 Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. by Mark Dickinson · 13 years ago
  53. f9e9a6f Issue #11673: Fix multiprocessing.[Raw]Array constructor to accept a size of type long. Thanks Robert Kern. by Mark Dickinson · 13 years ago
  54. 2ab5994 Issue #11569: use absolute path to the sysctl command in multiprocessing to by Ronald Oussoren · 13 years ago
  55. 79af245 Merged revisions 87225 via svnmerge from by R. David Murray · 14 years ago
  56. 87d86e0 Merged revisions 86077 via svnmerge from by Brian Curtin · 14 years ago
  57. 2f8c8f4 Submit patch for bug 9144; broken imports due to r81380 by Jesse Noller · 14 years ago
  58. d034b32 On finalize, don't try to join not started process. by Florent Xicluna · 14 years ago
  59. 5258477 Don't fail on a debug() statement, if the worker PID is (still) None. by Florent Xicluna · 14 years ago
  60. 16cd888 Backport the Popen.poll() protection from subprocess to multiprocessing. See #1731717. by Florent Xicluna · 14 years ago
  61. 3bc5cb7 #7805: wait until all workers are started before collecting their PIDs by Florent Xicluna · 14 years ago
  62. 654ade3 Issue #6963: Added maxtasksperchild argument to multiprocessing.Pool by Jesse Noller · 14 years ago
  63. 27cae34 allow Process name to be unicode #7571 by Benjamin Peterson · 15 years ago
  64. 7bdd8d9 revert unintended change to multiprocessing/queues.py by Jesse Noller · 15 years ago
  65. 6c37674 issue5738: The distribution example was confusing, and out of date. It's too large to include inline in the docs as well. It belongs in an addons module outside the stdlib. Removing. by Jesse Noller · 15 years ago
  66. c562ca4 Issue #7318: multiprocessing now uses a timeout when it fails to establish by Antoine Pitrou · 15 years ago
  67. c40e60e #6938: "ident" is always a string, so use a format code which works. by Georg Brandl · 15 years ago
  68. 8497efe Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note for from_address by Jesse Noller · 15 years ago
  69. 7530e47 Issue 6433: multiprocessing.pool.map hangs on empty list by Jesse Noller · 15 years ago
  70. 1b90efb Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes in processes by Jesse Noller · 15 years ago
  71. 0c6d166 Typo fix. by Georg Brandl · 15 years ago
  72. eb88cb8 __enter__ and __exit__ must be on the class by Benjamin Peterson · 15 years ago
  73. 7152f6d Add custom initializer argument to multiprocess.Manager*, courtesy of lekma by Jesse Noller · 15 years ago
  74. 02cb0eb Fix multiprocessing.event to match the new threading.Event API by Jesse Noller · 15 years ago
  75. b2898e0 add JoinableQueue to __all__ by Jesse Noller · 15 years ago
  76. 459a648 Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager sockets by Jesse Noller · 15 years ago
  77. b5a4b0a Properly document multiprocessing's logging support, resolve outstanding issues with the custom levels by Jesse Noller · 15 years ago
  78. 7314b38 Issue 5009: multiprocessing: failure in manager._debug_info() by Jesse Noller · 15 years ago
  79. 438195f issue 4301: patch logging to add processName, remove the old _check_logger_class code by Jesse Noller · 15 years ago
  80. 6ab2215 Resolve issue 4449: AssertionError in mp_benchmarks.py by Jesse Noller · 15 years ago
  81. 1f8b49f issue4238: bsd support for cpu_count by Jesse Noller · 16 years ago
  82. 5ecd745 Fix typo. by Georg Brandl · 16 years ago
  83. 37040cd issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller by Jesse Noller · 16 years ago
  84. ffb3cca use the new threading properties for multiprocessing (reviewed by Jesse #3927) by Benjamin Peterson · 16 years ago
  85. f7feaec revert r66114 for Jesse by Benjamin Peterson · 16 years ago
  86. 27cc8e1 Submit Nick's patch for issue 3589, reviewed by jnoller by Jesse Noller · 16 years ago
  87. 0c519b3 Fix problem reported by pychecker where AuthenticationError wasn't imported. by Neal Norwitz · 16 years ago
  88. 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 · 16 years ago
  89. 82aa201 patch up multiprocessing until it's API can be changed too by Benjamin Peterson · 16 years ago
  90. a9b2222 change a few uses of the threading APIs by Benjamin Peterson · 16 years ago
  91. 5d35373 Fix the connection refused error part of issue 3419, use errno module instead of a static list of possible connection refused messages. by Jesse Noller · 16 years ago
  92. f8d62d2 Remove the fqdn call for issue 3270 by Jesse Noller · 16 years ago
  93. 9752195 Docstring typo by Mark Dickinson · 16 years ago
  94. 13e9d58 Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg and replaces it with ForkingPickler.register(), which should resolve the conflict with the global registry/ctypes by Jesse Noller · 16 years ago
  95. 9949d6e Revert 3270 patch: self._address is in pretty widespread use, need to revisit by Jesse Noller · 16 years ago
  96. 9ace15c multiprocessing/connection.py patch to remove fqdn oddness for issue 3270 by Jesse Noller · 16 years ago
  97. 80821f7 fix isSet in _exposed by Benjamin Peterson · 16 years ago
  98. 0adfd93 use the new API by Benjamin Peterson · 16 years ago
  99. 2648008 get rid of 2.6/3.0 switch statements in multiprocessing by Benjamin Peterson · 16 years ago
  100. b09c939 use byte literals in multiprocessing by Benjamin Peterson · 16 years ago