COMMITS
/ Modules/_multiprocessing/multiprocessing.h September 2, 2023
V
gh-108765: multiprocessing.h includes <unistd.h> (#108823)
Victor Stinner committed
August 29, 2023
N
gh-108623: Fix compile warning in `Modules/_multiprocessing/semaphore.c` (#108624)
Nikita Sobolev committed
July 2, 2023
I
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki committed
March 9, 2023
M
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann committed
July 20, 2022
K
GH-94382: port multiprocessing static types to heap types (#94336)
Kumar Aditya committed
November 29, 2021
C
bpo-45847: Fix _multiprocessing on platforms without sem_open (GH-29833)
Christian Heimes committed
July 12, 2020
Z
bpo-20175: Convert Modules/_multiprocessing to the Argument Clinic (GH-14245)
Zackery Spytz committed
September 7, 2019
S
Remove some unused defines in multiprocessing.h. (GH-15661)
Sergey Fedoseev committed
September 6, 2016
B
require a long long data type (closes #27961)
Benjamin Peterson committed
August 14, 2013
R
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk committed
June 4, 2013
V
Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros
Victor Stinner committed
October 7, 2012
R
Get rid of circular import and eliminate unprefixed exported symbols
Richard Oudkerk 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
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
February 22, 2011
B
Issue #8914: fix various warnings from the Clang static analyzer v254.
Brett Cannon committed
June 4, 2010
M
Merged revisions 81692 via svnmerge from
Martin v. Löwis 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
July 2, 2009
J
Merged revisions 73767 via svnmerge from
Jesus Cea committed
April 5, 2009
B
Merged revisions 70908,70939,71009,71022,71036 via svnmerge from
Benjamin Peterson committed
April 1, 2009
J
Merged revisions 70953 via svnmerge from
Jesse Noller committed
November 4, 2008
M
Merged revisions 67098 via svnmerge from
Martin v. Löwis committed
September 10, 2008
A
Merged revisions 66377 via svnmerge from
Amaury Forgeot d'Arc committed
September 3, 2008
J
merge 66184 to fix issue3110 to py3k
Jesse Noller committed
June 13, 2008
B
fix multiprocessing line endings in py3k
Benjamin Peterson committed
June 11, 2008
B
Merged revisions 64104,64117 via svnmerge from
Benjamin Peterson committed