1. cd77815 Issue #11836: document and expose multiprocessing.SimpleQueue by Sandro Tosi · 12 years ago
  2. ed4a8fc Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on Connection by Charles-François Natali · 12 years ago
  3. edc67fe Issue #8184: Fix a potential file descriptor leak when a by Charles-François Natali · 13 years ago
  4. 992ca52 Issue #8184: Fix a potential file descriptor leak when a by Charles-François Natali · 13 years ago
  5. 2d843d2 Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 13 years ago
  6. 84a0fbf Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 13 years ago
  7. fe8039b Issue #13565: Increase multiprocessing's server socket backlog, to avoid by Charles-François Natali · 13 years ago
  8. 78c1b42 Issue #13565: Increase multiprocessing's server socket backlog, to avoid by Charles-François Natali · 13 years ago
  9. de911b2 Issue #12708: Add starmap() and starmap_async() methods (similar to itertools.starmap()) to multiprocessing.Pool. by Antoine Pitrou · 13 years ago
  10. e6eabd4 Issue #13215: multiprocessing.Connection: don't hammer the remote end with by Charles-François Natali · 13 years ago
  11. 04842a8 Remove unused or redundant imports in concurrent.futures and multiprocessing. by Florent Xicluna · 13 years ago
  12. 0215724 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 13 years ago
  13. a365113 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 13 years ago
  14. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  15. f8859e1 Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 13 years ago
  16. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  17. aabbda5 Merge 3.2 by Florent Xicluna · 13 years ago
  18. feeb3a3 Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 13 years ago
  19. 24d659d Use InterruptedError instead of checking for EINTR by Antoine Pitrou · 13 years ago
  20. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  21. 6b4883d PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. by Antoine Pitrou · 13 years ago
  22. dc863dd Issue #12981: rewrite multiprocessing_{sendfd,recvfd} in Python. by Charles-François Natali · 13 years ago
  23. 225aa4f Issue #12996: multiprocessing.connection: transmit the header in network byte by Charles-François Natali · 13 years ago
  24. 0cdd445 Remove indirection in threading (issue #10968). by Éric Araujo · 13 years ago
  25. fb96089 Fix test_multiprocessing failure under Windows. (followup to dfaa3a149a92) by Antoine Pitrou · 13 years ago
  26. dc19c24 Silence spurious "broken pipe" tracebacks when shutting down a ProcessPoolExecutor. by Antoine Pitrou · 13 years ago
  27. 428bc6c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 13 years ago
  28. c081c0c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 13 years ago
  29. 6000120 Add comment by Antoine Pitrou · 13 years ago
  30. 71a28a9 Rebind locally the globals which can be looked up at shutdown by Antoine Pitrou · 13 years ago
  31. 723585b Merge issue #12352: Fix a deadlock in multiprocessing.Heap when a block is by Charles-François Natali · 13 years ago
  32. a4a0406 Merge issue #12352: Fix a deadlock in multiprocessing.Heap when a block is by Charles-François Natali · 13 years ago
  33. 778db49 Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by by Charles-François Natali · 13 years ago
  34. 395dc58 (merge 3.2) Issue #12285: multiprocessing.Pool() raises a ValueError if the by Victor Stinner · 13 years ago
  35. 2fae27b Issue #12285: multiprocessing.Pool() raises a ValueError if the number of by Victor Stinner · 13 years ago
  36. 3bcc017 (Merge 3.2) Issue #12310: finalize the old process after _run_after_forkers() by Victor Stinner · 13 years ago
  37. 0f83b15 Issue #12310: finalize the old process after _run_after_forkers() by Victor Stinner · 13 years ago
  38. dd69649 Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed by Antoine Pitrou · 13 years ago
  39. 34b312e Whitespace normalization by Antoine Pitrou · 13 years ago
  40. 176f07d Issue #12040: Expose a new attribute `sentinel` on instances of by Antoine Pitrou · 13 years ago
  41. 5aa878c os.dup()-then-close() can be replaced with detach() by Antoine Pitrou · 13 years ago
  42. 87cf220 Issue #11743: Rewrite multiprocessing connection classes in pure Python. by Antoine Pitrou · 13 years ago
  43. 80e4783 Fix #5162. Allow child spawning from Windows services (via pywin32). by brian.curtin · 13 years ago
  44. 727b498 Fix #5162. Allow child spawning from Windows services (via pywin32). by brian.curtin · 13 years ago
  45. e2f2998 Fix #5162. Allow child spawning from Windows services (via pywin32). by brian.curtin · 13 years ago
  46. 753009a Merge from 3.2 (issue #11814, issue #8428) by Antoine Pitrou · 13 years ago
  47. bed9a5b Issue #11814: Fix likely typo in multiprocessing.Pool._terminate(). by Antoine Pitrou · 13 years ago
  48. 81dee6b Issue #8428: Fix a race condition in multiprocessing.Pool when terminating by Antoine Pitrou · 13 years ago
  49. 657bd0a Merge #11675 by Mark Dickinson · 13 years ago
  50. 633872e Merge #11675 by Mark Dickinson · 13 years ago
  51. 89461ef Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. by Mark Dickinson · 13 years ago
  52. f0edd1b Merge with 3.1 by Ronald Oussoren · 13 years ago
  53. 0b8753d Issue #11569: use absolute path to the sysctl command in multiprocessing to by Ronald Oussoren · 13 years ago
  54. 4d5fe33 Merge with 3.2 by Ronald Oussoren · 13 years ago
  55. 0bd4deb Issue #6064: Add a `daemon` keyword argument to the threading.Thread by Antoine Pitrou · 13 years ago
  56. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  57. 793ee1f Issue #10845: Improve compatibility between multiprocessing on Windows and package, zipfile and directory execution (Reviewed by Antoine Pitrou and approved by Georg Brandl) by Nick Coghlan · 14 years ago
  58. 2b69506 Issue #10816: multiprocessing.SocketClient() closes the socket on error by Victor Stinner · 14 years ago
  59. d382066 Merged revisions 87225 via svnmerge from by R. David Murray · 14 years ago
  60. 3fc969a 9162: fix license in multiprocessing files by R. David Murray · 14 years ago
  61. 2afcbf2 Issue #9244: multiprocessing.pool: Worker crashes if result can't be encoded by Ask Solem · 14 years ago
  62. 9e2fadc Merged revisions 86077 via svnmerge from by Brian Curtin · 14 years ago
  63. 50be1ca Fix some ResourceErrors. by Brian Curtin · 14 years ago
  64. 2fa4cc5 Support new Condition return value in the multiprocessing version. by Georg Brandl · 14 years ago
  65. 1ce3eb5 Issue #8990: array.fromstring() and array.tostring() get renamed to by Antoine Pitrou · 14 years ago
  66. 6aa8bc3 Merged revisions 83722 via svnmerge from by Brian Curtin · 14 years ago
  67. a6a3274 Fix #9513 to remove relative imports from multiprocessing. by Brian Curtin · 14 years ago
  68. 7c3e577 Issue #7316: the acquire() method of lock objects in the :mod:`threading` by Antoine Pitrou · 14 years ago
  69. 9b0e918 Note: only the relevant parts of r79474 are merged. by Florent Xicluna · 14 years ago
  70. 998171f Merged revisions 78777,78787,78790 via svnmerge from by Florent Xicluna · 14 years ago
  71. b519d23 Missing part from r78654 by Florent Xicluna · 14 years ago
  72. 1f0b658 Merged revisions 77794 via svnmerge from by Jesse Noller · 15 years ago
  73. 4def515 Merged revisions 76247 via svnmerge from by Antoine Pitrou · 15 years ago
  74. 45d61a3 Merged revisions 76245 via svnmerge from by Antoine Pitrou · 15 years ago
  75. f3d7dbe Merged revisions 75231 via svnmerge from by Benjamin Peterson · 15 years ago
  76. 4ac9ce4 Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from by Benjamin Peterson · 15 years ago
  77. a833206 Merged revisions 74745 via svnmerge from by Benjamin Peterson · 15 years ago
  78. 8719ad5 Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from by Benjamin Peterson · 15 years ago
  79. d80344f Merged revisions 74055 via svnmerge from by Georg Brandl · 15 years ago
  80. a44c6b3 Merged revisions 74063 via svnmerge from by R. David Murray · 15 years ago
  81. c57a84f Merged revisions 73694,73708,73738 via svnmerge from by Alexandre Vassalotti · 15 years ago
  82. e52e378 Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge from by Alexandre Vassalotti · 15 years ago
  83. 87c8d87 Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from by Benjamin Peterson · 15 years ago
  84. 8cc7d88 Merged revisions 73073-73074,73089 via svnmerge from by Benjamin Peterson · 15 years ago
  85. f47ed4a Merged revisions 70912,70944,70968,71033,71041,71208,71263,71286,71395-71396,71405-71406,71485,71492,71494 via svnmerge from by Benjamin Peterson · 15 years ago
  86. 965ce87 Merged revisions 70908,70939,71009,71022,71036 via svnmerge from by Benjamin Peterson · 15 years ago
  87. 14f3ae2 merge 70792 to py3k by Jesse Noller · 15 years ago
  88. c5d28a0 Merge 70717 to 30maint by Jesse Noller · 15 years ago
  89. 41faa54 merge r68915 to py3k by Jesse Noller · 16 years ago
  90. 63b3a97 merge r68839 forward to py3k by Jesse Noller · 16 years ago
  91. 9a0fc97 merge cl r68737 to py3k by Jesse Noller · 16 years ago
  92. f70a538 Issues #10867: remove old cPickle imports from multiprocessing by Jesse Noller · 16 years ago
  93. b0516a6 Merge r68708 to py3k, fixes 4449 by Jesse Noller · 16 years ago
  94. 4469d0c Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-67424,67432,67440-67441,67444-67445,67454-67455,67457-67458 via svnmerge from by Benjamin Peterson · 16 years ago
  95. 9290503 #4206: fix 2.xisms in multiprocessing docs and docstrings. by Georg Brandl · 16 years ago
  96. e5384b0 Merged revisions 66670,66681,66688,66696-66699 via svnmerge from by Benjamin Peterson · 16 years ago
  97. 07317b1 Merged revisions 66557 via svnmerge from by Benjamin Peterson · 16 years ago
  98. 824f4f3 Merge r66115 forward to py3k, resolves issue3419 by Jesse Noller · 16 years ago
  99. 5d6415e Merged revisions 66023 via svnmerge from by Neal Norwitz · 16 years ago
  100. 768008c For some reason sys.stdin may be None on Windows, and makes test_multiprocessing fail. by Amaury Forgeot d'Arc · 16 years ago