COMMITS
/ Lib/multiprocessing/queues.py April 27, 2020
V
bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735)
Victor Stinner committed
April 14, 2020
D
bpo-40221: Update multiprocessing to use _at_fork_reinit (GH-19511)
Dong-hee Na committed
April 10, 2020
B
bpo-39481: PEP 585 for a variety of modules (GH-19423)
Batuhan Taşkaya committed
October 13, 2018
July 6, 2018
V
bpo-34054: multiprocessing uses time.monotonic() (GH-8118)
Victor Stinner committed
March 21, 2018
T
bpo-33078 - Fix queue size on pickling error (GH-6119)
Thomas Moreau committed
January 5, 2018
T
bpo-31699 Deadlocks in `concurrent.futures.ProcessPoolExecutor` with pickling error (#3895)
Thomas Moreau committed
August 29, 2017
A
bpo-5001: More-informative multiprocessing error messages (#3079)
Allen W. Smith, Ph.D committed
July 10, 2017
V
bpo-30886: Fix multiprocessing.Queue.join_thread() (#2642)
Victor Stinner committed
June 10, 2017
V
bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027)
Victor Stinner committed
May 25, 2017
G
bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (#1683)
grzgrzgrz3 committed
May 17, 2017
X
bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601)
Xiang Zhang committed
September 9, 2016
D
Issue #28053: Applying refactorings, docs and other cleanup to follow.
Davin Potts committed
April 10, 2015
S
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka committed
S
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka committed
April 8, 2015
B
Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available.
Berker Peksag committed
B
Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available.
Berker Peksag committed
May 25, 2014
C
Issue #21565: multiprocessing: use contex-manager protocol for synchronization
Charles-François Natali committed
October 16, 2013
R
Issue #18999: Make multiprocessing use context objects.
Richard Oudkerk committed
August 14, 2013
R
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk committed
March 25, 2013
C
Issue #17025: multiprocessing: Reduce Queue and SimpleQueue contention.
Charles-François Natali committed
November 3, 2012
April 30, 2012
R
Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"
Richard Oudkerk committed
March 5, 2012
A
Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows.
Antoine Pitrou committed
November 11, 2011
F
Remove unused or redundant imports in concurrent.futures and multiprocessing.
Florent Xicluna committed
November 9, 2011
A
Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely
Antoine Pitrou committed
A
Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely
Antoine Pitrou committed
July 20, 2011
A
Fix test_multiprocessing failure under Windows.
Antoine Pitrou committed
July 15, 2011
A
Silence spurious "broken pipe" tracebacks when shutting down a ProcessPoolExecutor.
Antoine Pitrou committed
June 8, 2011
A
Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed
Antoine Pitrou committed
December 14, 2010
R
9162: fix license in multiprocessing files
R. David Murray committed
September 11, 2009
June 11, 2009
March 31, 2009
J
merge 70792 to py3k
Jesse Noller committed
August 18, 2008
B
Merged revisions 65824 via svnmerge from
Benjamin Peterson committed
June 11, 2008
B
Merged revisions 64125 via svnmerge from
Benjamin Peterson committed
B
Merged revisions 64104,64117 via svnmerge from
Benjamin Peterson committed