COMMITS
/ Lib/multiprocessing/connection.py March 11, 2026
S
gh-145587: fix busy loop in multiprocessing.connection.wait on Windows (GH-145597)
Shrey Naithani committed
February 24, 2026
S
gh-137335: Fix unlikely name conflicts for named pipes in multiprocessing and asyncio on Windows (#137389)
Serhiy Storchaka committed
December 8, 2025
V
Fix pyflakes warnings: variable is assigned to but never used (#142294)
Victor Stinner committed
May 21, 2025
B
gh-132124: improve safety nets for creating AF_UNIX socket files (GH-134085)
Bénédikt Tran committed
March 21, 2025
I
gh-131233: remove return-in-finally in multiprocessing/connection.py (#131416)
Irit Katriel committed
January 30, 2025
G
remove type annotations from multiprocessing. (#129381)
Gregory P. Smith committed
December 1, 2024
G
Add the missing `f` on an f-string error message in multiprocessing. (GH-127462)
Gregory P. Smith committed
November 20, 2024
G
gh-97514: Authenticate the forkserver control socket. (GH-99309)
Gregory P. Smith committed
September 3, 2024
August 31, 2024
February 27, 2024
M
bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845)
Miguel Brito committed
February 13, 2024
S
gh-89240: Enable multiprocessing on Windows to use large process pools (GH-107873)
Steve Dower committed
February 11, 2024
H
gh-114807: multiprocessing: don't raise ImportError if _multiprocessing is missing (#114808)
Hood Chatham committed
September 26, 2023
S
gh-109370: Fix unexpected traceback output in test_concurrent_futures (GH-109780)
Serhiy Storchaka committed
September 11, 2023
V
gh-107219: Fix concurrent.futures terminate_broken() (#109244)
Victor Stinner committed
May 20, 2023
C
gh-61460: Stronger HMAC in multiprocessing (#20380)
Christian Heimes committed
November 20, 2022
G
gh-61460: Add a comment describing the multiprocessing.connection protocol (gh-99623)
Gregory P. Smith committed
October 20, 2022
G
gh-97514: Don't use Linux abstract sockets for multiprocessing (#98501)
Gregory P. Smith committed
May 3, 2022
M
GH-91355: micro-optimize Connection.send_bytes() method (gh-32247)
Ma Lin committed
June 13, 2021
B
Fix typos in multiple files (GH-26689)
Binbin committed
March 9, 2020
P
bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866)
Pablo Galindo committed
November 6, 2018
A
bpo-17560: Too small type for struct.pack/unpack in mutliprocessing.Connection (GH-10305)
Alexander Buchkovsky committed
July 6, 2018
V
bpo-34054: multiprocessing uses time.monotonic() (GH-8118)
Victor Stinner committed
August 29, 2017
A
bpo-5001: More-informative multiprocessing error messages (#3079)
Allen W. Smith, Ph.D committed
March 19, 2017
S
bpo-29776: Use decorator syntax for properties. (#585)
Serhiy Storchaka committed
September 9, 2016
D
Issue #28053: Applying refactorings, docs and other cleanup to follow.
Davin Potts committed
December 18, 2015
S
Issue #25899: Converted non-ASCII characters in docstrings and manpage
Serhiy Storchaka 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
March 2, 2015
S
Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and later
Steve Dower committed
S
Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and later
Steve Dower committed
February 7, 2015
C
Issue #23285: PEP 475 -- Retry system calls failing with EINTR.
Charles-François Natali committed
December 5, 2014
S
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
Serhiy Storchaka committed
S
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
Serhiy Storchaka committed
July 31, 2014
A
Simplify code in multiprocessing.Connection.send_bytes().
Antoine Pitrou committed
April 14, 2014
B
do not generate pipe names in the temporary dir
Benjamin Peterson committed
March 20, 2014
V
Issue #20976: pyflakes: Remove unused imports
Victor Stinner committed
V
Issue #20978: pyflakes: fix undefined names
Victor Stinner committed
February 8, 2014
A
November 20, 2013
C
Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC
Christian Heimes committed
September 8, 2013
C
Issue #18934: Use poll/select-based selectors for multiprocessing.Connection,
Charles-François Natali committed
September 5, 2013
C
Issue #18934: multiprocessing: use selectors module.
Charles-François Natali committed
August 27, 2013
V
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner committed
August 14, 2013
R
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
July 1, 2013
R
Issue #17097: Merge.
Richard Oudkerk committed
R
Issue #17097: Make multiprocessing ignore EINTR.
Richard Oudkerk committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
April 17, 2013
G
Fix issue #17707: multiprocessing.Queue's get() method does not block for short timeouts.
Giampaolo Rodola' committed