summaryrefslogtreecommitdiff
path: root/Python/condvar.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merging from 3.3: The PyCOND_TIMEDWAIT must use microseconds for the timeout ...Kristj?n Valur J?nsson2014-05-081-1/+1
|\
| * Issue #15038 : Fixing the condition broadcast and docs.Kristj?n Valur J?nsson2013-03-191-6/+6
| * Replace WaitForSingleObject with WaitForSingleObjectEx,Martin v. L?wis2013-01-251-1/+1
* | 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-191-6/+6
|/
* 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