summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing/queues.py
Commit message (Expand)AuthorAgeFilesLines
* revert unintended change to multiprocessing/queues.pyJesse Noller2009-11-211-18/+2
* issue5738: The distribution example was confusing, and out of date. It's too ...Jesse Noller2009-11-211-2/+18
* Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note...Jesse Noller2009-08-061-3/+16
* Typo fix.Georg Brandl2009-06-081-1/+1
* add JoinableQueue to __all__Jesse Noller2009-03-311-1/+1
* change a few uses of the threading APIsBenjamin Peterson2008-08-181-1/+1
* darn! I converted half of the files the wrong way.Benjamin Peterson2008-06-131-356/+356
* convert multiprocessing to unix line endingsBenjamin Peterson2008-06-131-17/+17
* give the threading API PEP 8 namesBenjamin Peterson2008-06-111-1/+1
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-111-0/+356