COMMITS
/ Doc/library/threading.rst October 14, 2025
H
Python 3.15.0a1
Hugo van Kemenade committed
September 23, 2025
S
gh-67795: Accept any real numbers as timestamp and timeout (GH-139224)
Serhiy Storchaka committed
August 20, 2025
Y
gh-137884: Added threading.get_native_id() on Illumos/Solaris (GH-137927)
Yüce Tekol committed
June 27, 2025
B
Docs: Fix duplicate word typos (GH-135958)
Brian Schubert committed
June 16, 2025
D
gh-119132: Remove "experimental" tag from the CPython free-threading. (gh-135550)
Donghee Na committed
May 16, 2025
S
gh-124210: Add introduction to `threading` docs (#127046)
Semyon Moroz committed
May 6, 2025
H
Python 3.14.0b1
Hugo van Kemenade committed
May 5, 2025
L
gh-107006: Move `threading.local` docstring to docs (#131840)
Lysandros Nikolaou committed
April 28, 2025
P
gh-87135: Raise PythonFinalizationError when joining a blocked daemon thread (gh-130402)
Petr Viktorin committed
April 9, 2025
N
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer committed
April 8, 2025
H
Python 3.14.0a7
Hugo van Kemenade committed
S
gh-115942: Add `locked` to several multiprocessing locks (#115944)
sobolevn committed
January 14, 2025
V
gh-59705: Document OS thread name change (#128800)
Victor Stinner committed
December 10, 2024
V
gh-59705: Set OS thread name when Thread.name is changed (#127702)
Victor Stinner committed
October 17, 2024
S
gh-125541: Make Ctrl-C interrupt `threading.Lock.acquire()` on Windows (#125546)
Sam Gross committed
August 1, 2024
J
Fix typos in docs, error messages and comments (#122502)
jianghuyiyuan committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
May 22, 2024
U
gh-70795: Rework RLock documentation (#103853)
uıɐɾ ʞ ʇɐɯɐs committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
March 7, 2024
S
gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298)
Serhiy Storchaka committed
February 26, 2024
P
Doc: Clarify the return type of Event.wait when timeout is used (GH-104168)
Phil Elson committed
January 25, 2024
N
gh-114315: Make `threading.Lock` a real class, not a factory function (#114479)
Nikita Sobolev committed
November 9, 2023
S
gh-81925: Implement native thread ids for kFreeBSD (#111761)
Samuel Thibault committed
August 31, 2023
N
gh-101100: Fix sphinx warnings in `threading.rst` (#108684)
Nikita Sobolev committed
March 10, 2023
O
gh-86509: Add link to Lib/_threading_local.py in threading docs (#101824)
Owain Davies committed
August 24, 2022
P
GH-93503: Add thread-specific APIs to set profiling and tracing functions in the C-API (#93504)
Pablo Galindo Salgado committed
August 21, 2022
N
gh-96098: Clearly link concurrent.futures from threading & multiprocessing docs (GH-96112)
Nick Coghlan committed
August 2, 2022
C
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Christian Heimes committed
July 29, 2022
C
gh-95415: Make availability directive consistent (GH-95416)
Christian Heimes committed
May 21, 2022
S
gh-71223: Improve rendering of some references in the docs (GH-93041)
Serhiy Storchaka committed
May 18, 2022
D
bpo-42047: Add native thread ID for DragonFlyBSD (#22714)
David CARLIER committed
March 4, 2022
G
February 26, 2022
C
bpo-45735: Promise the long-time truth that `args=list` works (GH-30982)
Charlie Zhao committed
May 11, 2021
I
bpo-25821: Fix inaccuracy in threading.enumerate/is_alive documentation (#23192)
Irit Katriel committed
April 12, 2021
J
bpo-43723: Deprecate camelCase aliases from threading (GH-25174)
Jelle Zijlstra committed
February 24, 2021
G
bpo-43293: Doc: move note about GIL to top of threading module (GH-24622)
Guanzhong Chen committed
November 12, 2020
M
bpo-42308: Add threading.__excepthook__ (GH-23218)
Mario Corchero committed
November 4, 2020
M
bpo-42251: Add gettrace and getprofile to threading (GH-23125)
Mario Corchero committed
September 23, 2020
V
bpo-41833: threading.Thread now uses the target name (GH-22357)
Victor Stinner committed
August 14, 2020
V
bpo-40204: Fix reference to terms in the doc (GH-21865)
Victor Stinner committed
June 12, 2020
A
Minor change on threading.Thread.native_id documentation. (GH-18129)
Antoine committed
April 12, 2020
V
January 17, 2020
G
Fix Lock.locked() to remove extra bold highlighting (#18042)
Grant Jenks committed
December 1, 2019
I
document threading.Lock.locked() (GH-17427)
idomic committed
November 12, 2019
S
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka committed
October 22, 2019
D
bpo-38466: Fix threading.excepthook doc (GH-16891)
Daniel Baskal committed
August 29, 2019
R
bpo-10978: Semaphores can release multiple threads at a time (GH-15588)
Raymond Hettinger committed
July 30, 2019
J
bpo-36084: Add threading Native ID information to What's New documentation (GH-14845)
Jake Tesler committed
June 14, 2019
V
bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)
Victor Stinner committed
V
bpo-37261: Document sys.unraisablehook corner cases (GH-14059)
Victor Stinner committed