1. 59d5404 Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 by Richard Oudkerk · 12 years ago
  2. 5d73c17 Issue #14727: Fix race in test_multiprocessing by Richard Oudkerk · 12 years ago
  3. 104b3f4 Minor fix for test_multiprocessing by Richard Oudkerk · 12 years ago
  4. 6dbca36 Make test_multiprocessing more lenient about another timeout check by Richard Oudkerk · 12 years ago
  5. fdb8dcf Fix for Issue 14725 for 3.3 branch. by Richard Oudkerk · 12 years ago
  6. 009b15e Give test_multiprocessing better chance of avoiding timeout failures on Windows by Richard Oudkerk · 12 years ago
  7. a6becaa Fix dangling warning for test_multiprocessing by Richard Oudkerk · 12 years ago
  8. 225cb8d Make test_multiprocessing cleanup properly by Richard Oudkerk · 12 years ago
  9. 2452419 Issue #14669: Skip multiprocessing connection pickling test on MacOSX by Richard Oudkerk · 12 years ago
  10. 4460c34 Minor fix for multiprocessing unit test by Richard Oudkerk · 12 years ago
  11. 92ff4e1 Issue #14666: stop multiprocessing's resource-sharing thread after the tests are done. by Antoine Pitrou · 12 years ago
  12. 5438ed1 Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections. by Antoine Pitrou · 12 years ago
  13. 23bba4c Issue #11750: The Windows API functions scattered in the _subprocess and by Antoine Pitrou · 12 years ago
  14. c8ce715 Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt. by Charles-François Natali · 12 years ago
  15. 5c73e8e Issue #14482: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  16. 6d20cba Issue #14482: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  17. 93bba8f Issue #14151: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  18. 709176f Issue #14151: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  19. 3774977 Relax timeout tests for weak Windows buildbot by Antoine Pitrou · 12 years ago
  20. 5bb9a8f Remove a couple of local imports. by Antoine Pitrou · 12 years ago
  21. 6c64cc1 Reap processes at test end to avoid false positives in reference leak detection. by Antoine Pitrou · 12 years ago
  22. bdb1cf1 Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. by Antoine Pitrou · 12 years ago
  23. ed4a8fc Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on Connection by Charles-François Natali · 13 years ago
  24. 2d843d2 Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 13 years ago
  25. 84a0fbf Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 13 years ago
  26. de911b2 Issue #12708: Add starmap() and starmap_async() methods (similar to itertools.starmap()) to multiprocessing.Pool. by Antoine Pitrou · 13 years ago
  27. 221ef67 Issue #12156: Skip test_multiprocessing on systems which don't support enough by Charles-François Natali · 13 years ago
  28. feeb3a3 Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 13 years ago
  29. f8859e1 Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 13 years ago
  30. fba2b6b Issue #12981: test_multiprocessing: catch ImportError when importing by Charles-François Natali · 13 years ago
  31. e51c8da Issue #12981: test_multiprocessing: catch ImportError when importing by Charles-François Natali · 13 years ago
  32. 41c98a3 Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 13 years ago
  33. 4507e64 Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 13 years ago
  34. 4ad6ed7 Merge 3.2: test_multiprocessing removes temporary files by Victor Stinner · 13 years ago
  35. d0b10a6 test_multiprocessing removes temporary files by Victor Stinner · 13 years ago
  36. bc8f082 Issue #12981: test_multiprocessing: catch ImportError when importing by Charles-François Natali · 13 years ago
  37. 1e1c8f4 Fix issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 13 years ago
  38. da752d8 Fix issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 13 years ago
  39. 440b383 Close issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 13 years ago
  40. 94f964f Close issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 13 years ago
  41. 162fee1 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago
  42. bcb39d4 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago
  43. 3be0095 Issue #12156: Skip test_multiprocessing on systems which don't support enough by Charles-François Natali · 13 years ago
  44. 723585b Merge issue #12352: Fix a deadlock in multiprocessing.Heap when a block is by Charles-François Natali · 13 years ago
  45. a4a0406 Merge issue #12352: Fix a deadlock in multiprocessing.Heap when a block is by Charles-François Natali · 13 years ago
  46. 778db49 Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by by Charles-François Natali · 13 years ago
  47. 395dc58 (merge 3.2) Issue #12285: multiprocessing.Pool() raises a ValueError if the by Victor Stinner · 13 years ago
  48. 2fae27b Issue #12285: multiprocessing.Pool() raises a ValueError if the number of by Victor Stinner · 13 years ago
  49. 176f07d Issue #12040: Expose a new attribute `sentinel` on instances of by Antoine Pitrou · 13 years ago
  50. 87cf220 Issue #11743: Rewrite multiprocessing connection classes in pure Python. by Antoine Pitrou · 13 years ago
  51. cf645db Issue #11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition. by Antoine Pitrou · 13 years ago
  52. f25a8de Issue #11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition. by Antoine Pitrou · 13 years ago
  53. efbcb18 Issue #11766: increase countdown waiting for a pool of processes to start by Antoine Pitrou · 13 years ago
  54. 540ab06 Issue #11766: increase countdown waiting for a pool of processes to start by Antoine Pitrou · 13 years ago
  55. e21a596 Try to fix sporadic test_multiprocessing failure by Antoine Pitrou · 13 years ago
  56. 04026cf Try to fix sporadic test_multiprocessing failure by Antoine Pitrou · 13 years ago
  57. c824e9a Try to fix sporadic test_multiprocessing failure by Antoine Pitrou · 13 years ago
  58. 657bd0a Merge #11675 by Mark Dickinson · 13 years ago
  59. 633872e Merge #11675 by Mark Dickinson · 13 years ago
  60. 89461ef Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. by Mark Dickinson · 13 years ago
  61. f09e652 Merge 3.2 by Victor Stinner · 13 years ago
  62. 900189b Merge 3.1 by Victor Stinner · 13 years ago
  63. 29943aa test_multiprocessing: use assertLess() to see the timeout on error by Victor Stinner · 13 years ago
  64. 732110a Relax timing check (seen a buildbot failure on this) by Antoine Pitrou · 13 years ago
  65. 60bf7e9 Relax timing check (seen a buildbot failure on this) by Antoine Pitrou · 13 years ago
  66. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  67. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  68. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 13 years ago
  69. ec78522 assertEquals is deprecated by Antoine Pitrou · 13 years ago
  70. 0bd4deb Issue #6064: Add a `daemon` keyword argument to the threading.Thread by Antoine Pitrou · 13 years ago
  71. 72d5a9d Merged revisions 86694 via svnmerge from by Antoine Pitrou · 14 years ago
  72. 7744e2a Fix test_multiprocessing when ctypes isn't available by Antoine Pitrou · 14 years ago
  73. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  74. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  75. 2afcbf2 Issue #9244: multiprocessing.pool: Worker crashes if result can't be encoded by Ask Solem · 14 years ago
  76. 26899f4 Merged revisions 86130 via svnmerge from by Antoine Pitrou · 14 years ago
  77. 0d1b38c Issue #10173: test_multiprocessing shouldn't pickle TestCase instances by Antoine Pitrou · 14 years ago
  78. 9e2fadc Merged revisions 86077 via svnmerge from by Brian Curtin · 14 years ago
  79. 50be1ca Fix some ResourceErrors. by Brian Curtin · 14 years ago
  80. 65ffae0 Condition.wait now returns bool. by Georg Brandl · 14 years ago
  81. 918616c Merged revisions 85299 via svnmerge from by Brian Curtin · 14 years ago
  82. afa88b5 Fix #8584. Fix the skipping of a number of tests due to incorrect importing. by Brian Curtin · 14 years ago
  83. b4efb3d Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,84036 via svnmerge from by Florent Xicluna · 14 years ago
  84. aa17106 Merged manually from 2.7 branch to 3.x trunk. by Florent Xicluna · 14 years ago
  85. a751c3f Merged revisions 80671 via svnmerge from by Antoine Pitrou · 14 years ago
  86. 043bad0 Merged revisions 80669 via svnmerge from by Antoine Pitrou · 14 years ago
  87. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  88. 9b0e918 Note: only the relevant parts of r79474 are merged. by Florent Xicluna · 14 years ago
  89. fd1b093 Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from by Florent Xicluna · 14 years ago
  90. 89fad14 Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from by Georg Brandl · 14 years ago
  91. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  92. fb190f6 Merged revisions 78653 via svnmerge from by Florent Xicluna · 14 years ago
  93. 1f0b658 Merged revisions 77794 via svnmerge from by Jesse Noller · 15 years ago
  94. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  95. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  96. c009b44 Merged revisions 76843 via svnmerge from by R. David Murray · 15 years ago
  97. 8339623 Merged revisions 76840 via svnmerge from by R. David Murray · 15 years ago
  98. f4ae35f Merged revisions 76487 via svnmerge from by Jesse Noller · 15 years ago
  99. b9a49b7 Merged revisions 76438 via svnmerge from by Jesse Noller · 15 years ago
  100. d80344f Merged revisions 74055 via svnmerge from by Georg Brandl · 15 years ago