COMMITS
/ Lib/threading.py June 16, 2021
V
bpo-44422: threading.Thread reuses the _delete() method (GH-26741)
Victor Stinner committed
June 15, 2021
V
bpo-44422: Fix threading.enumerate() reentrant call (GH-26727)
Victor Stinner committed
May 14, 2021
A
bpo-37788: Fix reference leak when Thread is never joined (GH-26103)
Antoine Pitrou 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 2, 2021
B
bpo-41149: Fix a bug in threading that causes fals-y threads callables to fail to start. (GH-21201)
BarneyStratford committed
November 16, 2020
V
bpo-42350: Fix Thread._reset_internal_locks() (GH-23268)
Victor Stinner 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
April 12, 2020
V
April 7, 2020
V
bpo-40089: Add _at_fork_reinit() method to locks (GH-19195)
Victor Stinner committed
March 27, 2020
K
bpo-39812: Remove daemon threads in concurrent.futures (GH-19149)
Kyle Stanley committed
V
bpo-40089: Fix threading._after_fork() (GH-19191)
Victor Stinner committed
September 1, 2019
S
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka committed
August 29, 2019
R
bpo-10978: Semaphores can release multiple threads at a time (GH-15588)
Raymond Hettinger committed
August 19, 2019
V
Revert "bpo-37788: Fix a reference leak if a thread is not joined (GH-15228)" (GH-15338)
Victor Stinner committed
V
bpo-37788: Fix a reference leak if a thread is not joined (GH-15228)
Victor Stinner committed
August 12, 2019
D
bpo-37804: Remove the deprecated method threading.Thread.isAlive() (GH-15225)
Dong-hee Na committed
June 22, 2019
M
Improve threading.daemon docstring (GH-14278)
mbarkhau committed
June 14, 2019
V
bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)
Victor Stinner committed
June 13, 2019
V
tbpo-36402: Fix threading.Thread._stop() (GH-14047)
Victor Stinner committed
June 12, 2019
V
bpo-36402: Fix threading._shutdown() race condition (GH-13948)
Victor Stinner committed
May 27, 2019
V
bpo-1230540: Add threading.excepthook() (GH-13515)
Victor Stinner 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
March 9, 2019
C
Fix typos and improve grammar in threading.Barrier docstrings (GH-12210)
Carl Bordum Hansen committed
January 18, 2019
D
bpo-35283: Update the docstring of threading.Thread.join method (GH-11596)
Dong-hee Na committed
January 17, 2019
D
bpo-35283: Add deprecation warning for Thread.isAlive (GH-11454)
Dong-hee Na committed
May 18, 2018
S
bpo-33556: Remove reference to thread module from docstring (GH-6963)
Skip Montanaro committed
October 2, 2017
A
bpo-31516: current_thread() should not return a dummy thread at shutdown (#3673)
Antoine Pitrou committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
August 16, 2017
A
May 29, 2017
G
bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)
Gregory P. Smith committed
May 28, 2017
A
bpo-16500: Use register_at_fork() in the threading module (#1843)
Antoine Pitrou committed
A
Doc nits for bpo-16500 (#1841)
Antoine Pitrou committed
March 23, 2017
S
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka committed
February 27, 2017
X
bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-236)
Xiang Zhang committed
August 5, 2016
M
Merge spelling and grammar fixes from 3.5
Martin Panter committed
August 4, 2016
M
Fix spelling and grammar in documentation and code comments
Martin Panter committed
May 26, 2016
M
Issue #27076: Merge spelling from 3.5
Martin Panter committed
M
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter committed
May 9, 2016
Z
Closes #26987: Merge with 3.5
Zachary Ware committed
Z
Issue #26987: Correct implementation to match comment
Zachary Ware committed
November 14, 2015
M
Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej
Martin Panter committed
October 11, 2015
B
merge 3.4 (#25362)
Benjamin Peterson committed
B
use the with statement for locking the internal condition (closes #25362)
Benjamin Peterson committed
October 6, 2015
B
merge 3.4 (#25319)
Benjamin Peterson committed
B
reinitialize an Event's Condition with a regular lock (closes #25319)
Benjamin Peterson committed