summaryrefslogtreecommitdiffstats
path: root/Python/condvar.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-12822: use monotonic clock for condvar if possible (GH-11723)Inada Naoki2019-02-201-28/+12
* bpo-35081: Add pycore_ prefix to internal header files (GH-10263)Victor Stinner2018-10-311-1/+1
* bpo-30860: Consolidate stateful runtime globals. (#3397)Eric Snow2017-09-081-70/+5
* Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)Eric Snow2017-09-061-5/+70
* bpo-30860: Consolidate stateful runtime globals. (#2594)Eric Snow2017-09-061-70/+5
* replace PY_LONG_LONG with long longBenjamin Peterson2016-09-061-3/+3
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-301-1/+1
* Removed unintentional trailing spaces in non-external and non-generated C files.Serhiy Storchaka2015-03-181-3/+3
* The PyCOND_TIMEDWAIT must use microseconds for the timeout argumentKristján Valur Jónsson2014-05-081-6/+6
* Issue #15038 : Fixing the condition broadcast and docs.Kristján Valur Jónsson2013-03-201-6/+6
* Replace WaitForSingleObject with WaitForSingleObjectEx,Martin v. Löwis2013-01-251-1/+1
* Issue #15038: Document caveats with the emulated condition variables.Kristjan Valur Jonsson2012-06-191-0/+29
* Issue #15038:Kristjan Valur Jonsson2012-06-191-5/+13
* Issue #15038: Optimize python Locks on WindowsKristján Valur Jónsson2012-06-181-0/+353