summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing/queues.py
Commit message (Expand)AuthorAgeFilesLines
* [3.6] bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027) (#2881) (#2883)Victor Stinner2017-07-261-1/+1
* [2.7] bpo-30414: multiprocessing.Queue._feed do not break from main loop on e...Antoine Pitrou2017-05-251-10/+8
* Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-101-3/+7
* Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time.Serhiy Storchaka2015-03-061-6/+4
* Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitelyAntoine Pitrou2011-11-091-1/+5
* Issue #4106: Fix occasional exceptions printed out by multiprocessing on inte...Antoine Pitrou2011-08-241-7/+1
* Merged revisions 87225 via svnmerge fromR. David Murray2010-12-141-1/+27
* 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