summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing/queues.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitelyAntoine Pitrou2011-11-091-1/+5
| | | | when called with a timeout. Patch by Arnaud Ysmal.
* Issue #4106: Fix occasional exceptions printed out by multiprocessing on ↵Antoine Pitrou2011-08-241-7/+1
| | | | | | | interpreter shutdown. This bug doesn't seem to exist on 3.2, where daemon threads are killed before Py_Finalize() is entered.
* Merged revisions 87225 via svnmerge fromR. David Murray2010-12-141-1/+27
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87225 | r.david.murray | 2010-12-13 20:38:16 -0500 (Mon, 13 Dec 2010) | 2 lines 9162: fix license in multiprocessing files ........
* 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
| | | | large to include inline in the docs as well. It belongs in an addons module outside the stdlib. Removing.
* Fix issue 4660: spurious task_done errors in multiprocessing, remove doc ↵Jesse Noller2009-08-061-3/+16
| | | | note for from_address
* 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