COMMITS
/ Lib/concurrent/futures/__init__.py July 31, 2025
H
gh-137282: Fix `TypeError` in tab completion and `dir()` of `concurrent.futures` (GH-137214)
Henry Schreiner committed
July 8, 2025
October 16, 2024
E
gh-124694: Add concurrent.futures.InterpreterPoolExecutor (gh-124548)
Eric Snow committed
June 8, 2024
A
gh-120121: Add InvalidStateError to concurrent.futures.__all__ (#120123)
AN Long committed
February 23, 2022
T
bpo-46522: fix concurrent.futures and io AttributeError messages (GH-30887)
Thomas Grainger committed
May 30, 2018
J
bpo-33238: Add InvalidStateError to concurrent.futures. (GH-7056)
jhaydaman committed
January 26, 2018
I
bpo-32596: Make lazy-load portable (GH-5316)
INADA Naoki committed
January 20, 2018
I
bpo-32596: Lazy import concurrent.futures.process and thread (GH-5241)
INADA Naoki committed
November 4, 2017
A
bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor (#4241)
Antoine Pitrou committed
September 18, 2010
B
Initial implementation of PEP 3148
Brian Quinlan committed