COMMITS
/ Modules/_multiprocessing/semaphore.c July 20, 2022
K
GH-94382: port multiprocessing static types to heap types (#94336)
Kumar Aditya committed
July 11, 2022
K
GH-94736: Fix _multiprocessing.SemLock subclassing (#94738)
Kumar Aditya committed
November 29, 2021
C
bpo-45847: Fix _multiprocessing on platforms without sem_open (GH-29833)
Christian Heimes committed
December 1, 2020
V
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner committed
July 12, 2020
Z
bpo-20175: Convert Modules/_multiprocessing to the Argument Clinic (GH-14245)
Zackery Spytz committed
February 1, 2020
V
bpo-39511: Fix multiprocessing semlock_acquire() (GH-18298)
Victor Stinner committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
March 13, 2019
S
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka committed
December 7, 2018
Z
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015)
Zackery Spytz committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
October 23, 2017
V
bpo-31653: Remove deadcode in semlock_acquire() (#4091)
Victor Stinner committed
October 22, 2017
A
bpo-31653: Don't release the GIL if we can acquire a multiprocessing semaphore immediately (#4078)
Antoine Pitrou committed
April 16, 2017
S
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka committed
March 23, 2017
S
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka committed
July 23, 2016
B
Issue #27591: Set sigint_event to NULL if _PyOS_IsMainThread() returns false
Berker Peksag committed
August 14, 2013
R
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk committed
January 25, 2013
M
Replace WaitForMultipleObjects with WaitForMultipleObjectEx,
Martin v. Löwis committed
M
Replace WaitForSingleObject with WaitForSingleObjectEx,
Martin v. Löwis committed
January 1, 2013
R
Issue #9586: Merge.
Richard Oudkerk committed
R
Issue #9586: Merge
Richard Oudkerk committed
R
Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy.
Richard Oudkerk committed
October 7, 2012
R
Get rid of circular import and eliminate unprefixed exported symbols
Richard Oudkerk committed
April 30, 2012
R
Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"
Richard Oudkerk committed
December 16, 2011
A
Issue #10350: Read and save errno before calling a function which might overwrite it.
Antoine Pitrou committed
A
Issue #10350: Read and save errno before calling a function which might overwrite it.
Antoine Pitrou committed
November 21, 2011
A
Issue #12328: Under Windows, refactor handling of Ctrl-C events and
Antoine Pitrou committed
May 9, 2011
A
Remove dead code from _multiprocessing
Antoine Pitrou committed
October 18, 2010
G
Fix compiler warnings about formatting pid_t as an int, by always casting to long.
Georg Brandl committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
April 5, 2009
B
Merged revisions 70908,70939,71009,71022,71036 via svnmerge from
Benjamin Peterson committed
March 31, 2009
J
merge 70783 to py3k
Jesse Noller committed
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
November 30, 2008
June 11, 2008
B
Merged revisions 64104,64117 via svnmerge from
Benjamin Peterson committed