index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
multiprocessing
/
queues.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
1
-3/+7
*
Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time.
Serhiy Storchaka
2015-03-06
1
-6/+4
*
Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely
Antoine Pitrou
2011-11-09
1
-1/+5
*
Issue #4106: Fix occasional exceptions printed out by multiprocessing on inte...
Antoine Pitrou
2011-08-24
1
-7/+1
*
Merged revisions 87225 via svnmerge from
R. David Murray
2010-12-14
1
-1/+27
*
revert unintended change to multiprocessing/queues.py
Jesse Noller
2009-11-21
1
-18/+2
*
issue5738: The distribution example was confusing, and out of date. It's too ...
Jesse Noller
2009-11-21
1
-2/+18
*
Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note...
Jesse Noller
2009-08-06
1
-3/+16
*
Typo fix.
Georg Brandl
2009-06-08
1
-1/+1
*
add JoinableQueue to __all__
Jesse Noller
2009-03-31
1
-1/+1
*
change a few uses of the threading APIs
Benjamin Peterson
2008-08-18
1
-1/+1
*
darn! I converted half of the files the wrong way.
Benjamin Peterson
2008-06-13
1
-356/+356
*
convert multiprocessing to unix line endings
Benjamin Peterson
2008-06-13
1
-17/+17
*
give the threading API PEP 8 names
Benjamin Peterson
2008-06-11
1
-1/+1
*
add the multiprocessing package to fulfill PEP 371
Benjamin Peterson
2008-06-11
1
-0/+356