summaryrefslogtreecommitdiffstats
path: root/Python/condvar.h
Commit message (Expand)AuthorAgeFilesLines
* 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