COMMITS
/ Doc/library/_thread.rst October 14, 2025
H
Python 3.15.0a1
Hugo van Kemenade committed
August 20, 2025
Y
gh-137884: Added threading.get_native_id() on Illumos/Solaris (GH-137927)
Yüce Tekol committed
October 17, 2024
S
gh-125541: Make Ctrl-C interrupt `threading.Lock.acquire()` on Windows (#125546)
Sam Gross committed
October 11, 2024
J
gh-125058: update `_thread` docs regarding interruptibility of `lock.acquire()` (#125141)
Jan Kaliszewski committed
October 6, 2024
J
gh-125025: `_thread` docs: fix/update the *caveats* list (GH-125026)
Jan Kaliszewski committed
May 8, 2024
S
Format None, True, False and NotImplemented as literals (GH-118758)
Serhiy Storchaka committed
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
November 9, 2023
S
gh-81925: Implement native thread ids for kFreeBSD (#111761)
Samuel Thibault committed
October 11, 2023
E
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Ezio Melotti committed
July 23, 2023
W
gh-101100: Fix some broken sphinx references (#107095)
wulmer committed
July 21, 2023
S
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka committed
May 4, 2023
A
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner committed
November 16, 2022
S
gh-99377: Add audit events for thread creation and clear (GH-99378)
Steve Dower committed
October 4, 2022
D
gh-96448: fix documentation for _thread.lock.acquire (#96449)
Daniel Giger committed
July 29, 2022
C
gh-95415: Make availability directive consistent (GH-95416)
Christian Heimes committed
May 18, 2022
D
bpo-42047: Add native thread ID for DragonFlyBSD (#22714)
David CARLIER committed
March 11, 2021
A
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
Antoine Pitrou committed
June 13, 2019
M
bpo-37077: Add native thread ID (TID) for AIX (GH-13624)
Michael Felt committed
June 12, 2019
D
bpo-37160: Thread native ID NetBSD support (GH-13835)
David Carlier committed
June 3, 2019
D
bpo-37087: Adding native ID support for OpenBSD (GH-13654)
David Carlier committed
May 29, 2019
V
bpo-37076: _thread.start_new_thread() calls _PyErr_WriteUnraisableMsg() (GH-13617)
Victor Stinner committed
May 23, 2019
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
October 12, 2018
C
bpo-11233: Create availability directive for documentation (GH-9692)
Cheryl Sabella committed
September 18, 2017
A
Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370) (#3648)
Antoine Pitrou committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
August 31, 2015
M
Issue #24952: Clarify default argument of stack_size() in threading, _thread
Martin Panter committed
July 19, 2014
M
Issue #22006: Remove outdated _thread caveat. Thanks Dan O'Reilly for the report.
Mark Dickinson committed
October 13, 2013
S
Issue #18758: Fixed and improved cross-references.
Serhiy Storchaka committed
February 16, 2013
S
Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.
Serhiy Storchaka committed
April 5, 2012
G
Replace ThreadError by RuntimeError: the former is now an obsolete alias of the latter.
Georg Brandl committed
February 28, 2011
A
Issue #11140: Lock.release() now raises a RuntimeError when attempting
Antoine Pitrou committed
December 15, 2010
A
Issue #8844: Regular and recursive lock acquisitions can now be interrupted
Antoine Pitrou committed
September 21, 2010
G
#9911: doc copyedits.
Georg Brandl committed
April 19, 2010
A
Remove obsolete mention of IRIX native threads -- we don't use them anymore.
Antoine Pitrou committed
A
Add version{added,changed} for lock timeout support.
Antoine Pitrou committed
April 14, 2010
A
Issue #7316: the acquire() method of lock objects in the :mod:`threading`
Antoine Pitrou committed
October 30, 2009
A
Merged revisions 75969 via svnmerge from
Antoine Pitrou committed
A
Merged revisions 75958 via svnmerge from
Antoine Pitrou committed
September 1, 2009
May 25, 2008
G
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
Georg Brandl committed