aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/condvar.h
Commit message (Expand)AuthorAge
* gh-104530: Enable native Win32 condition variables by default (GH-104531)Andrew Rogers2024-02-02
* gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139)Victor Stinner2023-09-30
* gh-74953: _PyThread_cond_after() uses _PyTime_t (#94056)Victor Stinner2022-06-21
* bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)Mariusz Felisiak2021-07-27
* Typo fix: "throuhgh" should be "through". (GH-16704)Hansraj Das2019-10-10
* bpo-12822: use monotonic clock for condvar if possible (GH-11723)Inada Naoki2019-02-20
* bpo-35081: Add pycore_ prefix to internal header files (GH-10263)Victor Stinner2018-11-01
* bpo-30860: Consolidate stateful runtime globals. (#3397)Eric Snow2017-09-07
* Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)Eric Snow2017-09-05
* bpo-30860: Consolidate stateful runtime globals. (#2594)Eric Snow2017-09-05
* replace PY_LONG_LONG with long longBenjamin Peterson2016-09-06
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-30
* Removed unintentional trailing spaces in non-external and non-generated C files.Serhiy Storchaka2015-03-18
* The PyCOND_TIMEDWAIT must use microseconds for the timeout argumentKristján Valur Jónsson2014-05-08
* Issue #15038 : Fixing the condition broadcast and docs.Kristján Valur Jónsson2013-03-19
* Replace WaitForSingleObject with WaitForSingleObjectEx,Martin v. Löwis2013-01-25
* Issue #15038: Document caveats with the emulated condition variables.Kristjan Valur Jonsson2012-06-19
* Issue #15038:Kristjan Valur Jonsson2012-06-19
* Issue #15038: Optimize python Locks on WindowsKristján Valur Jónsson2012-06-18