COMMITS
/ Lib/concurrent/futures/thread.py November 22, 2024
October 16, 2024
E
gh-124694: Add concurrent.futures.InterpreterPoolExecutor (gh-124548)
Eric Snow committed
October 1, 2023
V
gh-109649: Use os.process_cpu_count() (#110165)
Victor Stinner committed
May 26, 2023
A
gh-102024: Reduced _idle_semaphore.release calls (#102025)
Andrii Kuzmin committed
September 20, 2021
N
bpo-45021: Fix a hang in forked children (GH-28007)
nullptr committed
April 30, 2020
V
bpo-40443: Remove unused imports in the stdlib (GH-19803)
Victor Stinner committed
April 10, 2020
B
bpo-39481: PEP 585 for a variety of modules (GH-19423)
Batuhan Taşkaya committed
March 27, 2020
K
bpo-39812: Remove daemon threads in concurrent.futures (GH-19149)
Kyle Stanley committed
February 2, 2020
K
bpo-39349: Add *cancel_futures* to Executor.shutdown() (GH-18057)
Kyle Stanley committed
June 28, 2019
B
bpo-31783: Fix a race condition creating workers during shutdown (#13171)
Brian Quinlan committed
June 15, 2019
U
Fix typo in Lib/concurrent/futures/thread.py (GH-13953)
ubordignon committed
June 5, 2019
S
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)
Serhiy Storchaka committed
May 28, 2019
I
bpo-35279: reduce default max_workers of ThreadPoolExecutor (GH-13618)
Inada Naoki committed
May 22, 2019
May 6, 2019
S
bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705)
Serhiy Storchaka committed
April 1, 2019
S
bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)
Serhiy Storchaka committed
November 5, 2018
S
bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284)
Serhiy Storchaka committed
April 10, 2018
January 18, 2018
A
bpo-32576: use queue.SimpleQueue in critical places (#5216)
Antoine Pitrou committed
November 4, 2017
A
bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor (#4241)
Antoine Pitrou committed
August 22, 2017
V
bpo-31249: Fix ref cycle in ThreadPoolExecutor (#3178)
Victor Stinner committed
June 22, 2017
G
bpo-29212: Fix the ugly repr() ThreadPoolExecutor thread name. (#2315)
Gregory P. Smith committed
August 30, 2016
R
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger committed
August 7, 2016
G
Issue #27664: Add to concurrent.futures.thread.ThreadPoolExecutor()
Gregory P. Smith committed
September 2, 2014
G
Closes #21527: Add default number of workers to ThreadPoolExecutor. (Claudiu Popa.)
Guido van Rossum committed
May 17, 2014
B
Issue #21362: concurrent.futures does not validate that max_workers is proper
Brian Quinlan committed
November 3, 2012
November 11, 2011
F
Remove unused or redundant imports in concurrent.futures and multiprocessing.
Florent Xicluna committed
April 12, 2011
A
Issue #11815: Remove dead code in concurrent.futures (since a blocking Queue
Antoine Pitrou committed
March 26, 2011
A
Issue #11635: Don't use polling in worker threads and processes launched by
Antoine Pitrou committed
September 18, 2010
B
Initial implementation of PEP 3148
Brian Quinlan committed