summaryrefslogtreecommitdiffstats
path: root/Python/condvar.h
Commit message (Expand)AuthorAgeFilesLines
* Merging from 3.3: The PyCOND_TIMEDWAIT must use microseconds for the timeout ...Kristján Valur Jónsson2014-05-081-6/+6
|\
| * 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
* | 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