COMMITS
/ Doc/library/multiprocessing.rst April 27, 2026
G
Document that multiprocessing treats local same-user processes as trusted (GH-149001)
Gregory P. Smith committed
April 20, 2026
April 12, 2026
February 11, 2026
R
Fix typos and grammar errors across documentation (#144709)
Ronald Eddy Jr committed
H
Merge branch 'main' of https://github.com/python/cpython
Hugo van Kemenade committed
N
Docs: remove links of modules to themselves (#144695)
Ned Batchelder committed
H
Python 3.15.0a6
Hugo van Kemenade committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
January 18, 2026
G
gh-141860: Add on_error= keyword arg to `multiprocessing.set_forkserver_preload` (GH-141859)
Gregory P. Smith committed
January 2, 2026
T
gh-76187: Document the `c` typecode for `multiprocessing.Array`. (#132504)
Tomas R. committed
December 15, 2025
December 1, 2025
T
gh-142066: Fix grammar in multiprocessing Pipes and Queues (GH-142121)
Tadej Magajna committed
November 30, 2025
November 29, 2025
November 11, 2025
July 27, 2025
July 19, 2025
A
gh-135730: Clarify multiprocessing.Queue close() documentation (#136803)
aggshruti99 committed
July 6, 2025
May 24, 2025
E
gh-80334: fix multiprocessing.freeze_support for other spawn platforms (GH-134462)
Eddy Mulyono committed
May 19, 2025
D
gh-132795: Add docs for `multiprocessing.Semaphore.locked` (#133299)
Duprat committed
May 6, 2025
H
Python 3.14.0b1
Hugo van Kemenade committed
April 23, 2025
P
gh-131913: multiprocessing: add interrupt for POSIX (GH-132453)
pulkin committed
April 8, 2025
H
Python 3.14.0a7
Hugo van Kemenade committed
S
gh-115942: Add `locked` to several multiprocessing locks (#115944)
sobolevn committed
March 14, 2025
H
Python 3.14.0a6
Hugo van Kemenade committed
February 23, 2025
M
B
gh-84559: improve What's New entry for `multiprocessing` start method changes (#128173)
Bénédikt Tran committed
November 23, 2024
R
Fix a few typos found in the docs (GH-127126)
Rafael Fontenelle committed
September 26, 2024
G
gh-84559: Change the multiprocessing start method default to `forkserver` (GH-101556)
Gregory P. Smith committed
September 23, 2024
M
gh-116622: Complete Android documentation (#124259)
Malcolm Smith committed
September 1, 2024
W
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
Wei-Hsiang (Matt) Wang committed
July 21, 2024
A
Delete stale note about mp.Lock.acquire/SIGINT (#120929)
Andrey Mishchenko committed
July 13, 2024
U
gh-73159 Added clarifications in multiprocessing docs on that objects are pickled. (GH-121686)
Ulrik Södergren committed
June 13, 2024
B
gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on closed queues. (GH-120102)
Bénédikt Tran committed
May 8, 2024
S
Format None, True, False and NotImplemented as literals (GH-118758)
Serhiy Storchaka committed
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
March 28, 2024
R
gh-114099: Add documentation for iOS platform (GH-117057)
Russell Keith-Magee committed
February 19, 2024
N
Fix typo in multiprocessing docs (#115650)
Naglis Jonaitis committed
S
gh-115664: Fix versionadded and versionchanged directives in multiprocessing.rst (GH-115665)
Serhiy Storchaka committed
February 12, 2024
H
gh-101100: Fix Sphinx warnings in `whatsnew/2.7.rst` and related (#115319)
Hugo van Kemenade committed
February 3, 2024
S
Normalize heading underline in multiprocessing.rst (#114923)
Skip Montanaro committed
October 23, 2023
H
gh-101100: Fix Sphinx warnings for `fileno` (#111118)
Hugo van Kemenade committed
October 11, 2023
E
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Ezio Melotti committed
October 10, 2023
D
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
Donghee Na committed
October 9, 2023
A
Remove unused imports in multiprocessing docs example (#109984)
Albert Villanova del Moral 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
August 30, 2023
K
Fix typo in multiprocessing docs (#108666)
kato8966 committed
July 21, 2023
S
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka committed