index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
condvar.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Typo fix: "throuhgh" should be "through". (GH-16704)
Hansraj Das
2019-10-11
1
-1/+1
*
bpo-12822: use monotonic clock for condvar if possible (GH-11723)
Inada Naoki
2019-02-20
1
-28/+12
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-10-31
1
-1/+1
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-08
1
-70/+5
*
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow
2017-09-06
1
-5/+70
*
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow
2017-09-06
1
-70/+5
*
replace PY_LONG_LONG with long long
Benjamin Peterson
2016-09-06
1
-3/+3
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
1
-1/+1
*
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka
2015-03-18
1
-3/+3
*
The PyCOND_TIMEDWAIT must use microseconds for the timeout argument
Kristján Valur Jónsson
2014-05-08
1
-6/+6
*
Issue #15038 : Fixing the condition broadcast and docs.
Kristján Valur Jónsson
2013-03-20
1
-6/+6
*
Replace WaitForSingleObject with WaitForSingleObjectEx,
Martin v. Löwis
2013-01-25
1
-1/+1
*
Issue #15038: Document caveats with the emulated condition variables.
Kristjan Valur Jonsson
2012-06-19
1
-0/+29
*
Issue #15038:
Kristjan Valur Jonsson
2012-06-19
1
-5/+13
*
Issue #15038: Optimize python Locks on Windows
Kristján Valur Jónsson
2012-06-18
1
-0/+353