COMMITS
/ Doc/library/concurrent.futures.rst March 9, 2026
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
January 9, 2026
December 31, 2025
L
gh-140920: remove incorrect mentions to `concurrent.futures.interpreter.ExecutionFailed` (#141723)
Lakshya Upadhyaya committed
December 30, 2025
G
gh-115634: document ProcessPoolExecutor max_tasks_per_child bug (GH-140897)
Gregory P. Smith committed
October 25, 2025
Z
gh-124694: Add versionadded note to InterpreterPoolExecutor (#140468)
Zachary Ware committed
August 15, 2025
J
Mention the "context manager" keyword in concurrent.futures documentation (#130976)
Jakub Stasiak committed
July 27, 2025
June 18, 2025
E
gh-133485: Use interpreters.Interpreter in InterpreterPoolExecutor (gh-133957)
Eric Snow committed
May 8, 2025
J
gh-133641: Doc: Add missing source link in ``concurrent.futures`` (#133642)
Jonas Obrist committed
April 8, 2025
D
Fixed a typo in the documentation (#132005)
David Brochart committed
March 14, 2025
H
Python 3.14.0a6
Hugo van Kemenade committed
March 13, 2025
March 5, 2025
C
gh-128041: Add `terminate_workers` and `kill_workers` methods to ProcessPoolExecutor (GH-130849)
Charles Machalow committed
March 4, 2025
March 3, 2025
C
gh-128041: Add `terminate_workers` and `kill_workers` methods to ProcessPoolExecutor (GH-128043)
Charles Machalow committed
November 26, 2024
R
Doc: Typo fix: nrace -> race (#127288)
Richard Hansen committed
November 19, 2024
H
Python 3.14.0a2
Hugo van Kemenade committed
October 21, 2024
E
Doc: Fix typos (#125728)
ember91 committed
October 16, 2024
E
gh-124694: Add concurrent.futures.InterpreterPoolExecutor (gh-124548)
Eric Snow committed
September 26, 2024
G
gh-84559: Change the multiprocessing start method default to `forkserver` (GH-101556)
Gregory P. Smith committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
January 24, 2024
N
gh-101100: Fix sphinx warnings in `concurrent.futures.rst` (#114521)
Nikita Sobolev committed
January 22, 2024
E
Docs: align usage of versionadded/versionchanged with recommended practice (#114409)
Erlend E. Aasland committed
January 17, 2024
E
gh-112043: Align concurrent.futures.Executor.map docs with implementation (#114153)
Erlend E. Aasland committed
October 11, 2023
E
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Ezio Melotti committed
October 1, 2023
V
gh-109649: Use os.process_cpu_count() (#110165)
Victor Stinner committed
September 23, 2023
G
gh-100228: Document the os.fork threads DeprecationWarning. (#109767)
Gregory P. Smith committed
March 13, 2023
B
gh-102627: Replace address pointing toward malicious web page (#102630)
Blind4Basics committed
February 3, 2023
G
gh-84559: Remove the new multiprocessing warning, too disruptive. (#101551)
Gregory P. Smith committed
February 2, 2023
G
GH-84559: Deprecate fork being the multiprocessing default. (#100618)
Gregory P. Smith committed
October 7, 2022
H
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade committed
August 2, 2022
C
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Christian Heimes committed
July 28, 2022
[
gh-86128: Add warning to ThreadPoolExecutor docs about atexit behaviour (GH-94008)
[object Object] committed
June 21, 2022
L
gh-93675: Fix typos in `Doc/` (GH-93676)
luzpaz committed
May 6, 2022
G
gh-90622: Prevent max_tasks_per_child use with a fork mp_context. (#91587)
Gregory P. Smith committed
January 4, 2022
P
Fix missing "," in the documentation of Executor Objects (GH-30404)
Philipp Claßen committed
K
bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168)
Kumar Aditya committed
December 19, 2021
November 20, 2021
L
bpo-44733: Add max_tasks_per_child to ProcessPoolExecutor (GH-27373)
Logan Jones committed
July 28, 2021
A
Add missing end of sentence in docs (GH-27280)
Adrian Garcia Badaracco committed
December 17, 2020
A
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
Andre Delfino committed
November 8, 2020
D
Minor wording change in concurrent.futures. (GH-23194)
Don Kirkby committed
August 14, 2020
V
bpo-40204: Fix reference to terms in the doc (GH-21865)
Victor Stinner committed
February 2, 2020
K
bpo-39349: Add *cancel_futures* to Executor.shutdown() (GH-18057)
Kyle Stanley committed
June 14, 2019
G
Update concurrent.futures.rst (GH-14061)
Géry Ogam 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 8, 2019
B
bpo-26903: Limit ProcessPoolExecutor to 61 workers on Windows (GH-13132)
Brian Quinlan committed
December 5, 2018
M
Fix typos in concurrent.Futures documentation (GH-10920)
Matt Wheeler committed