History log of /external/python/cpython2/Lib/multiprocessing/queues.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1aa2c0f073bdbed4fa824591d53e20bbf3d01add 10-Apr-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #23865: close() methods in multiple modules now are idempotent and more
robust at shutdown. If needs to release multiple resources, they are released
even if errors are occured.
/external/python/cpython2/Lib/multiprocessing/queues.py
233e6988f4b439f160732dd5b55e9d1a06a64b47 06-Mar-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time.
Patch by Florian Finkernagel and Davin Potts.
/external/python/cpython2/Lib/multiprocessing/queues.py
6a570d6b9af07a03859dd2175086e45ab60f4ee9 10-Nov-2011 Antoine Pitrou <solipsis@pitrou.net> Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely
when called with a timeout. Patch by Arnaud Ysmal.
/external/python/cpython2/Lib/multiprocessing/queues.py
77657e40fa5f43fe6f7ffb6e32da4613dba657e1 24-Aug-2011 Antoine Pitrou <solipsis@pitrou.net> Issue #4106: Fix occasional exceptions printed out by multiprocessing on interpreter shutdown.

This bug doesn't seem to exist on 3.2, where daemon threads are killed
before Py_Finalize() is entered.
/external/python/cpython2/Lib/multiprocessing/queues.py
79af245fb24a3608c341410ab9c782ce930401fe 14-Dec-2010 R. David Murray <rdmurray@bitdance.com> Merged revisions 87225 via svnmerge from
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
........
/external/python/cpython2/Lib/multiprocessing/queues.py
7bdd8d946ba3913ad8631f4d7bbc952f16144747 21-Nov-2009 Jesse Noller <jnoller@gmail.com> revert unintended change to multiprocessing/queues.py
/external/python/cpython2/Lib/multiprocessing/queues.py
6c3767445cf1e595d1729611284216b87f96e088 21-Nov-2009 Jesse Noller <jnoller@gmail.com> 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.
/external/python/cpython2/Lib/multiprocessing/queues.py
8497efeb4064be366a76e50a8650ed4b6dd3fd01 06-Aug-2009 Jesse Noller <jnoller@gmail.com> Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note for from_address
/external/python/cpython2/Lib/multiprocessing/queues.py
0c6d16647984c6e274662bb64ee99bf2c1c2a86c 08-Jun-2009 Georg Brandl <georg@python.org> Typo fix.
/external/python/cpython2/Lib/multiprocessing/queues.py
b2898e0acb7c40c8e77f0210d564eefa4779f24a 31-Mar-2009 Jesse Noller <jnoller@gmail.com> add JoinableQueue to __all__
/external/python/cpython2/Lib/multiprocessing/queues.py
a9b2222de40ed62e6ec1c79f6a89607913f4babd 18-Aug-2008 Benjamin Peterson <benjamin@python.org> change a few uses of the threading APIs
/external/python/cpython2/Lib/multiprocessing/queues.py
7f03ea77bf43257789469b5cbc16982eb0a63b0f 13-Jun-2008 Benjamin Peterson <benjamin@python.org> darn! I converted half of the files the wrong way.
/external/python/cpython2/Lib/multiprocessing/queues.py
dfd79494ce78868c937dc91eddd630cbdcae5611 13-Jun-2008 Benjamin Peterson <benjamin@python.org> convert multiprocessing to unix line endings
/external/python/cpython2/Lib/multiprocessing/queues.py
0fbcf6945584b1b2a7564680de50c062fc4dce1c 11-Jun-2008 Benjamin Peterson <benjamin@python.org> give the threading API PEP 8 names
/external/python/cpython2/Lib/multiprocessing/queues.py
190d56e00990eadce8ad1b7d1785016cc109db7b 11-Jun-2008 Benjamin Peterson <benjamin@python.org> add the multiprocessing package to fulfill PEP 371
/external/python/cpython2/Lib/multiprocessing/queues.py