COMMITS
/ Lib/_dummy_thread.py March 23, 2017
S
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka committed
May 26, 2014
R
Issue 21137: Better repr for threading.Lock()
Raymond Hettinger committed
September 7, 2013
A
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
April 30, 2011
V
Issue #11223: Replace threading._info() by sys.thread_info
Victor Stinner committed
April 19, 2011
V
Issue #11223: fix test_dummy_threading, add _dummy_thread.info()
Victor Stinner committed
March 1, 2011
A
Followup to issue #11140 and r88682: also patch _dummy_thread.
Antoine Pitrou committed
November 5, 2010
A
Fix bootstrap issues when building without threads
Antoine Pitrou committed
April 14, 2010
A
Issue #7316: the acquire() method of lock objects in the :mod:`threading`
Antoine Pitrou committed
August 17, 2008
B
Merged revisions 65787 via svnmerge from
Brett Cannon committed
July 13, 2008
B
Merged revisions 64903 via svnmerge from
Brett Cannon committed
May 25, 2008
G
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
Georg Brandl committed