COMMITS
/ Modules/_multiprocessing/multiprocessing.c March 24, 2026
K
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Karolina Surma committed
September 17, 2025
V
gh-129813, PEP 782: Use PyBytesWriter in _multiprocessing (#139047)
Victor Stinner committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
February 29, 2024
M
gh-71052: Fix several Android build issues (#115955)
Malcolm Smith committed
September 3, 2023
S
July 25, 2023
S
gh-86493: Modernize modules initialization code (GH-106858)
Serhiy Storchaka committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
July 20, 2022
K
GH-94382: port multiprocessing static types to heap types (#94336)
Kumar Aditya committed
July 4, 2022
O
gh-94512: Fix forced arg format in AC-processed multiprocessing (GH-94517)
Oleg Iarygin committed
November 29, 2021
C
bpo-45847: Fix _multiprocessing on platforms without sem_open (GH-29833)
Christian Heimes committed
October 22, 2020
C
bpo-1635741: Fix NULL ptr deref in multiprocessing (GH-22880)
Christian Heimes committed
August 11, 2020
M
bpo-1635741: Port multiprocessing ext to multiphase init (GH-21378)
Mohamed Koubaa committed
July 12, 2020
Z
bpo-20175: Convert Modules/_multiprocessing to the Argument Clinic (GH-14245)
Zackery Spytz committed
April 16, 2017
S
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka committed
December 5, 2016
V
Issue #28152: Fix -Wunreachable-code warning on clang
Victor Stinner committed
May 7, 2016
B
Issue #26924: Fix Windows buildbots
Berker Peksag committed
B
Issue #26924: Do not define _multiprocessing.sem_unlink under Android
Berker Peksag committed
July 28, 2014
R
Issue #21704: Fix build error for _multiprocessing when semaphores
Richard Oudkerk committed
September 7, 2013
R
Fix conversion from Py_ssize_t to int.
Richard Oudkerk committed
August 14, 2013
R
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk committed
May 15, 2013
D
- Fix typos in the multiprocessing module.
doko@ubuntu.com committed
D
- Fix typos in the multiprocessing module.
doko@ubuntu.com committed
December 19, 2012
A
Issue #16719: Get rid of WindowsError. Use OSError instead
Andrew Svetlov committed
October 7, 2012
R
Get rid of circular import and eliminate unprefixed exported symbols
Richard Oudkerk committed
May 26, 2012
R
Make multiprocessing's shared memory use memoryview instead of raw pointer
Richard Oudkerk committed
April 30, 2012
R
Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"
Richard Oudkerk committed
April 18, 2012
A
Issue #11750: The Windows API functions scattered in the _subprocess and
Antoine Pitrou committed
December 17, 2011
A
Fix compilation warning on Windows
Amaury Forgeot d'Arc committed
November 21, 2011
A
Issue #12328: Under Windows, refactor handling of Ctrl-C events and
Antoine Pitrou committed
September 24, 2011
C
Issue #12981: rewrite multiprocessing_{sendfd,recvfd} in Python.
Charles-François Natali committed
September 21, 2011
September 10, 2011
J
Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana
Jesus Cea committed
J
Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana
Jesus Cea committed
August 23, 2011
A
Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.
Antoine Pitrou committed
A
Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.
Antoine Pitrou committed
May 9, 2011
A
Remove dead code from _multiprocessing
Antoine Pitrou committed
A
Issue #11743: Rewrite multiprocessing connection classes in pure Python.
Antoine Pitrou committed
October 17, 2010
B
fix strict aliasing warnings
Benjamin Peterson committed
G
Fix multiprocessing Semaphore's on netbsd5. SEM_VALUE_MAX is defined
Gregory P. Smith committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
November 28, 2009
M
Merged revisions 76432,76558 via svnmerge from
Mark Dickinson committed
April 5, 2009
B
Merged revisions 70908,70939,71009,71022,71036 via svnmerge from
Benjamin Peterson committed
June 13, 2008
B
fix multiprocessing line endings in py3k
Benjamin Peterson committed
B
Merged revisions 64223-64224 via svnmerge from
Benjamin Peterson committed
June 11, 2008
A
Correctly export the module init function. Needed on Windows.
Amaury Forgeot d'Arc committed
B
Merged revisions 64104,64117 via svnmerge from
Benjamin Peterson committed