COMMITS
/ Python/thread_nt.h October 1, 2021
V
bpo-41710: Add private _PyDeadline_Get() function (GH-28674)
Victor Stinner committed
V
bpo-41710: Fix PY_TIMEOUT_MAX on Windows (GH-28673)
Victor Stinner committed
September 30, 2021
V
bpo-41710: PyThread_acquire_lock_timed() clamps the timout (GH-28643)
Victor Stinner committed
September 24, 2021
V
bpo-41299: Mark private thread_nt.h functions as static (GH-28553)
Victor Stinner committed
V
bpo-41299: Fix EnterNonRecursiveMutex() (GH-28548)
Victor Stinner committed
June 7, 2021
April 14, 2020
V
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Victor Stinner committed
V
bpo-40268: Include explicitly pycore_interp.h (GH-19505)
Victor Stinner committed
March 11, 2020
B
bpo-39847: EnterNonRecursiveMutex() uses GetTickCount64() (GH-18780)
bobince committed
May 22, 2019
J
bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463)
Jake Tesler committed
May 21, 2019
V
Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)" (GH-13458)
Victor Stinner committed
May 12, 2019
J
bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)
Jake Tesler committed
May 4, 2019
V
bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068)
Victor Stinner committed
February 2, 2019
N
bpo-33316: PyThread_release_lock always fails (GH-6541)
native-api committed
November 1, 2018
V
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
Victor Stinner committed
January 17, 2018
H
Fix typo in thread_nt.h code comment (GH-5211)
hui shang committed
November 8, 2017
V
Replace KB unit with KiB (#4293)
Victor Stinner committed
October 24, 2017
V
bpo-30768: Recompute timeout on interrupted lock (GH-4103)
Victor Stinner committed
October 6, 2017
M
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
September 6, 2017
E
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow committed
E
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow committed
July 3, 2017
M
bpo-30832: Remove own implementation for thread-local storage (#2537)
Masayuki Yamamoto committed
March 23, 2017
S
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka committed
September 6, 2016
B
replace PY_LONG_LONG with long long
Benjamin Peterson committed
September 5, 2016
L
Issue #27355: Removed support for Windows CE. It was never finished,
Larry Hastings committed
April 17, 2016
S
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka committed
May 8, 2014
K
The PyCOND_TIMEDWAIT must use microseconds for the timeout argument
Kristján Valur Jónsson committed
December 13, 2013
V
Issue #19787: PyThread_set_key_value() now always set the value
Victor Stinner committed
V
Backout changeset 46393019b650
Victor Stinner committed
V
Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3,
Victor Stinner committed
July 7, 2013
V
Issue #18203: Replace malloc() with PyMem_RawMalloc() to allocate thread locks
Victor Stinner committed
January 25, 2013
M
Replace WaitForSingleObject with WaitForSingleObjectEx,
Martin v. Löwis committed
June 18, 2012
K
Issue #15038: Optimize python Locks on Windows
Kristján Valur Jónsson committed
March 30, 2011
A
Issue #11618: Fix the timeout logic in threading.Lock.acquire() under
Antoine Pitrou committed
December 15, 2010
A
Issue #8844: Regular and recursive lock acquisitions can now be interrupted
Antoine Pitrou committed
September 20, 2010
K
issue 9786 Native TLS support for pthreads
Kristján Valur Jónsson committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
April 14, 2010
A
Issue #7316: the acquire() method of lock objects in the :mod:`threading`
Antoine Pitrou committed
February 24, 2010
A
Merged revisions 78393 via svnmerge from
Amaury Forgeot d'Arc committed
January 12, 2009
M
Merged revisions 68455,68476,68542 via svnmerge from
Martin v. Löwis committed
May 14, 2007
G
Merged revisions 55325-55327 via svnmerge from
Guido van Rossum committed
April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
June 8, 2006
T
Merge the rest of the trunk.
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
February 15, 2006
M
Merge ssize_t branch.
Martin v. Löwis committed
July 8, 2005
G
bug [ 1234979 ] Lock.acquire treats only 1 as True
Georg Brandl committed
July 4, 2003
T
An Anonymous Coward on c.l.py posted a little program with bizarre
Tim Peters committed
February 28, 2002
T
SF patch 522961: Leak in Python/thread_nt.h, from Gerald S. Williams.
Tim Peters committed