COMMITS
/ Python/condvar.h February 2, 2024
A
gh-104530: Enable native Win32 condition variables by default (GH-104531)
Andrew Rogers committed
September 30, 2023
V
gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139)
Victor Stinner committed
June 21, 2022
V
gh-74953: _PyThread_cond_after() uses _PyTime_t (#94056)
Victor Stinner committed
July 26, 2021
M
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak committed
October 11, 2019
H
Typo fix: "throuhgh" should be "through". (GH-16704)
Hansraj Das committed
February 20, 2019
I
bpo-12822: use monotonic clock for condvar if possible (GH-11723)
Inada Naoki committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
September 6, 2017
E
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow committed
E
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow committed
September 6, 2016
B
replace PY_LONG_LONG with long long
Benjamin Peterson committed
August 30, 2016
R
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger committed
March 18, 2015
S
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka committed
May 8, 2014
K
The PyCOND_TIMEDWAIT must use microseconds for the timeout argument
Kristján Valur Jónsson committed
March 20, 2013
K
Issue #15038 : Fixing the condition broadcast and docs.
Kristján Valur Jónsson committed
January 25, 2013
M
Replace WaitForSingleObject with WaitForSingleObjectEx,
Martin v. Löwis committed
June 19, 2012
K
Issue #15038: Document caveats with the emulated condition variables.
Kristjan Valur Jonsson committed
K
Issue #15038:
Kristjan Valur Jonsson committed
June 18, 2012
K
Issue #15038: Optimize python Locks on Windows
Kristján Valur Jónsson committed