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