1. ed4a8fc Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on Connection by Charles-François Natali · 13 years ago
  2. 2d843d2 Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 13 years ago
  3. 84a0fbf Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 13 years ago
  4. de911b2 Issue #12708: Add starmap() and starmap_async() methods (similar to itertools.starmap()) to multiprocessing.Pool. by Antoine Pitrou · 13 years ago
  5. 221ef67 Issue #12156: Skip test_multiprocessing on systems which don't support enough by Charles-François Natali · 14 years ago
  6. feeb3a3 Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 14 years ago
  7. f8859e1 Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 14 years ago
  8. fba2b6b Issue #12981: test_multiprocessing: catch ImportError when importing by Charles-François Natali · 14 years ago
  9. e51c8da Issue #12981: test_multiprocessing: catch ImportError when importing by Charles-François Natali · 14 years ago
  10. 41c98a3 Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 14 years ago
  11. 4507e64 Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 14 years ago
  12. 4ad6ed7 Merge 3.2: test_multiprocessing removes temporary files by Victor Stinner · 14 years ago
  13. d0b10a6 test_multiprocessing removes temporary files by Victor Stinner · 14 years ago
  14. bc8f082 Issue #12981: test_multiprocessing: catch ImportError when importing by Charles-François Natali · 14 years ago
  15. 1e1c8f4 Fix issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 14 years ago
  16. da752d8 Fix issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 14 years ago
  17. 440b383 Close issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 14 years ago
  18. 94f964f Close issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 14 years ago
  19. 162fee1 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 14 years ago
  20. bcb39d4 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 14 years ago
  21. 3be0095 Issue #12156: Skip test_multiprocessing on systems which don't support enough by Charles-François Natali · 14 years ago
  22. 723585b Merge issue #12352: Fix a deadlock in multiprocessing.Heap when a block is by Charles-François Natali · 14 years ago
  23. a4a0406 Merge issue #12352: Fix a deadlock in multiprocessing.Heap when a block is by Charles-François Natali · 14 years ago
  24. 778db49 Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by by Charles-François Natali · 14 years ago
  25. 395dc58 (merge 3.2) Issue #12285: multiprocessing.Pool() raises a ValueError if the by Victor Stinner · 14 years ago
  26. 2fae27b Issue #12285: multiprocessing.Pool() raises a ValueError if the number of by Victor Stinner · 14 years ago
  27. 176f07d Issue #12040: Expose a new attribute `sentinel` on instances of by Antoine Pitrou · 14 years ago
  28. 87cf220 Issue #11743: Rewrite multiprocessing connection classes in pure Python. by Antoine Pitrou · 14 years ago
  29. cf645db Issue #11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition. by Antoine Pitrou · 14 years ago
  30. f25a8de Issue #11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition. by Antoine Pitrou · 14 years ago
  31. efbcb18 Issue #11766: increase countdown waiting for a pool of processes to start by Antoine Pitrou · 14 years ago
  32. 540ab06 Issue #11766: increase countdown waiting for a pool of processes to start by Antoine Pitrou · 14 years ago
  33. e21a596 Try to fix sporadic test_multiprocessing failure by Antoine Pitrou · 14 years ago
  34. 04026cf Try to fix sporadic test_multiprocessing failure by Antoine Pitrou · 14 years ago
  35. c824e9a Try to fix sporadic test_multiprocessing failure by Antoine Pitrou · 14 years ago
  36. 657bd0a Merge #11675 by Mark Dickinson · 14 years ago
  37. 633872e Merge #11675 by Mark Dickinson · 14 years ago
  38. 89461ef Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. by Mark Dickinson · 14 years ago
  39. f09e652 Merge 3.2 by Victor Stinner · 14 years ago
  40. 900189b Merge 3.1 by Victor Stinner · 14 years ago
  41. 29943aa test_multiprocessing: use assertLess() to see the timeout on error by Victor Stinner · 14 years ago
  42. 732110a Relax timing check (seen a buildbot failure on this) by Antoine Pitrou · 14 years ago
  43. 60bf7e9 Relax timing check (seen a buildbot failure on this) by Antoine Pitrou · 14 years ago
  44. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 14 years ago
  45. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  46. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 14 years ago
  47. ec78522 assertEquals is deprecated by Antoine Pitrou · 14 years ago
  48. 0bd4deb Issue #6064: Add a `daemon` keyword argument to the threading.Thread by Antoine Pitrou · 14 years ago
  49. 72d5a9d Merged revisions 86694 via svnmerge from by Antoine Pitrou · 15 years ago
  50. 7744e2a Fix test_multiprocessing when ctypes isn't available by Antoine Pitrou · 15 years ago
  51. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  52. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 15 years ago
  53. 2afcbf2 Issue #9244: multiprocessing.pool: Worker crashes if result can't be encoded by Ask Solem · 15 years ago
  54. 26899f4 Merged revisions 86130 via svnmerge from by Antoine Pitrou · 15 years ago
  55. 0d1b38c Issue #10173: test_multiprocessing shouldn't pickle TestCase instances by Antoine Pitrou · 15 years ago
  56. 9e2fadc Merged revisions 86077 via svnmerge from by Brian Curtin · 15 years ago
  57. 50be1ca Fix some ResourceErrors. by Brian Curtin · 15 years ago
  58. 65ffae0 Condition.wait now returns bool. by Georg Brandl · 15 years ago
  59. 918616c Merged revisions 85299 via svnmerge from by Brian Curtin · 15 years ago
  60. afa88b5 Fix #8584. Fix the skipping of a number of tests due to incorrect importing. by Brian Curtin · 15 years ago
  61. b4efb3d Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,84036 via svnmerge from by Florent Xicluna · 15 years ago
  62. aa17106 Merged manually from 2.7 branch to 3.x trunk. by Florent Xicluna · 15 years ago
  63. a751c3f Merged revisions 80671 via svnmerge from by Antoine Pitrou · 15 years ago
  64. 043bad0 Merged revisions 80669 via svnmerge from by Antoine Pitrou · 15 years ago
  65. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 15 years ago
  66. 9b0e918 Note: only the relevant parts of r79474 are merged. by Florent Xicluna · 15 years ago
  67. fd1b093 Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from by Florent Xicluna · 15 years ago
  68. 89fad14 Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from by Georg Brandl · 15 years ago
  69. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 15 years ago
  70. fb190f6 Merged revisions 78653 via svnmerge from by Florent Xicluna · 15 years ago
  71. 1f0b658 Merged revisions 77794 via svnmerge from by Jesse Noller · 15 years ago
  72. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  73. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  74. c009b44 Merged revisions 76843 via svnmerge from by R. David Murray · 16 years ago
  75. 8339623 Merged revisions 76840 via svnmerge from by R. David Murray · 16 years ago
  76. f4ae35f Merged revisions 76487 via svnmerge from by Jesse Noller · 16 years ago
  77. b9a49b7 Merged revisions 76438 via svnmerge from by Jesse Noller · 16 years ago
  78. d80344f Merged revisions 74055 via svnmerge from by Georg Brandl · 16 years ago
  79. a44c6b3 Merged revisions 74063 via svnmerge from by R. David Murray · 16 years ago
  80. c57a84f Merged revisions 73694,73708,73738 via svnmerge from by Alexandre Vassalotti · 16 years ago
  81. e52e378 Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge from by Alexandre Vassalotti · 16 years ago
  82. 8ad7691 Merged revisions 71539 via svnmerge from by Benjamin Peterson · 16 years ago
  83. f47ed4a Merged revisions 70912,70944,70968,71033,71041,71208,71263,71286,71395-71396,71405-71406,71485,71492,71494 via svnmerge from by Benjamin Peterson · 16 years ago
  84. 965ce87 Merged revisions 70908,70939,71009,71022,71036 via svnmerge from by Benjamin Peterson · 16 years ago
  85. a21e4ca Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge by R. David Murray · 16 years ago
  86. f8d0085 merge 70783 to py3k by Jesse Noller · 16 years ago
  87. 35d1f00 finalize the queue to resolve test issue by Jesse Noller · 16 years ago
  88. c5d28a0 Merge 70717 to 30maint by Jesse Noller · 16 years ago
  89. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 16 years ago
  90. 63b3a97 merge r68839 forward to py3k by Jesse Noller · 16 years ago
  91. 6214edd merge r68768 to py3k by Jesse Noller · 16 years ago
  92. b0516a6 Merge r68708 to py3k, fixes 4449 by Jesse Noller · 16 years ago
  93. e5384b0 Merged revisions 66670,66681,66688,66696-66699 via svnmerge from by Benjamin Peterson · 17 years ago
  94. ec105ad Merged revisions 66026 via svnmerge from by Neal Norwitz · 17 years ago
  95. 5d6415e Merged revisions 66023 via svnmerge from by Neal Norwitz · 17 years ago
  96. 58ea9fe Merged revisions 65864 via svnmerge from by Benjamin Peterson · 17 years ago
  97. fae4c62 Merged revisions 65828 via svnmerge from by Benjamin Peterson · 17 years ago
  98. 7275370 Merged revisions 65824 via svnmerge from by Benjamin Peterson · 17 years ago
  99. 734e268 Merged revisions 65437,65469,65476,65480,65502,65528,65539,65543,65558,65561-65562,65565,65591,65601,65608,65610,65639 via svnmerge from by Georg Brandl · 17 years ago
  100. 3dbca81 Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-65099,65127-65128,65131,65133-65136,65139,65149-65151,65155,65158-65159,65176-65178,65183-65184,65187-65190,65192,65194 via svnmerge from by Georg Brandl · 17 years ago