1. 233e698 Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time. by Serhiy Storchaka · 10 years ago
  2. 6a570d6 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 14 years ago
  3. 77657e4 Issue #4106: Fix occasional exceptions printed out by multiprocessing on interpreter shutdown. by Antoine Pitrou · 14 years ago
  4. 79af245 Merged revisions 87225 via svnmerge from by R. David Murray · 14 years ago
  5. 7bdd8d9 revert unintended change to multiprocessing/queues.py by Jesse Noller · 15 years ago
  6. 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
  7. 8497efe Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note for from_address by Jesse Noller · 16 years ago
  8. 0c6d166 Typo fix. by Georg Brandl · 16 years ago
  9. b2898e0 add JoinableQueue to __all__ by Jesse Noller · 16 years ago
  10. a9b2222 change a few uses of the threading APIs by Benjamin Peterson · 17 years ago
  11. 7f03ea7 darn! I converted half of the files the wrong way. by Benjamin Peterson · 17 years ago
  12. dfd7949 convert multiprocessing to unix line endings by Benjamin Peterson · 17 years ago
  13. 0fbcf69 give the threading API PEP 8 names by Benjamin Peterson · 17 years ago
  14. 190d56e add the multiprocessing package to fulfill PEP 371 by Benjamin Peterson · 17 years ago