Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
e4309f7f14d25227b51f8ac012b2dcbb8da99e9d
/
Lib
/
multiprocessing
/
queues.py
1aa2c0f
Issue #23865: close() methods in multiple modules now are idempotent and more
by Serhiy Storchaka
· 10 years ago
233e698
Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time.
by Serhiy Storchaka
· 10 years ago
6a570d6
Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely
by Antoine Pitrou
· 14 years ago
77657e4
Issue #4106: Fix occasional exceptions printed out by multiprocessing on interpreter shutdown.
by Antoine Pitrou
· 14 years ago
79af245
Merged revisions 87225 via svnmerge from
by R. David Murray
· 14 years ago
7bdd8d9
revert unintended change to multiprocessing/queues.py
by Jesse Noller
· 15 years ago
6c37674
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.
by Jesse Noller
· 15 years ago
8497efe
Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note for from_address
by Jesse Noller
· 16 years ago
0c6d166
Typo fix.
by Georg Brandl
· 16 years ago
b2898e0
add JoinableQueue to __all__
by Jesse Noller
· 16 years ago
a9b2222
change a few uses of the threading APIs
by Benjamin Peterson
· 17 years ago
7f03ea7
darn! I converted half of the files the wrong way.
by Benjamin Peterson
· 17 years ago
dfd7949
convert multiprocessing to unix line endings
by Benjamin Peterson
· 17 years ago
0fbcf69
give the threading API PEP 8 names
by Benjamin Peterson
· 17 years ago
190d56e
add the multiprocessing package to fulfill PEP 371
by Benjamin Peterson
· 17 years ago