COMMITS
/ Lib/threading.py 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
October 4, 2014
R
Merge: #11866: Eliminate race condition in the computation of names for new threads.
R David Murray committed
R
#11866: Eliminate race condition in the computation of names for new threads.
R David Murray committed
September 21, 2014
S
Issue #22423: Unhandled exception in thread no longer causes unhandled
Serhiy Storchaka committed
S
Issue #22423: Unhandled exception in thread no longer causes unhandled
Serhiy Storchaka committed
September 2, 2014
V
Issue #22043: time.monotonic() is now always available
Victor Stinner committed
August 29, 2014
A
May 26, 2014
R
Issue 21137: Better repr for threading.Lock()
Raymond Hettinger committed
March 20, 2014
V
Issue #20976: pyflakes: Remove unused imports
Victor Stinner committed
March 17, 2014
A
Remove stray semicolon
Antoine Pitrou committed
October 26, 2013
T
Changed a comment to end grammar bikeshedding ;-)
Tim Peters committed
T
Fiddled Thread.join() to be a little simpler. Kinda ;-)
Tim Peters committed
T
Issue #19399: fix sporadic test_subprocess failure.
Tim Peters committed
October 13, 2013
G
merge with 3.3
Georg Brandl committed
G
Closes #17375: port new threading docstrings from 2.7.
Georg Brandl committed
October 9, 2013
T
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
Tim Peters committed
T
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
Tim Peters committed
September 9, 2013
T
Get "stopped" back into repr(Thread) when appropriate.
Tim Peters committed
T
Another stab at the thread cleanup patch.
Tim Peters committed
T
Backed out changeset 1f5a7853680c
Tim Peters committed
T
Minor cleanup of the new scheme for detecting thread termination.
Tim Peters committed
September 8, 2013
T
Issue 18984: Remove ._stopped Event from Thread internals.
Tim Peters committed
A
Issue #18808 again: fix the after-fork logic for not-yet-started or already-stopped threads.
Antoine Pitrou committed
T
Issue 18808: blind attempt to repair some buildbot failures.
Tim Peters committed
September 7, 2013
A
September 4, 2013
A
Add docstring for threading.main_thread().
Andrew Svetlov committed
A
Issue #18882: Add threading.main_thread() function.
Andrew Svetlov committed
August 30, 2013
C
Issue #18418: After fork(), reinit all threads states, not only active ones.
Charles-François Natali committed
C
Issue #18418: After fork(), reinit all threads states, not only active ones.
Charles-François Natali committed
August 17, 2013
E
#18705: merge with 3.3.
Ezio Melotti committed
E
#18705: fix a number of typos. Patch by Févry Thibault.
Ezio Melotti committed
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 22, 2013
S
Issue #11714: Use 'with' statements to assure a Semaphore releases a
Serhiy Storchaka committed
S
Issue #11714: Use 'with' statements to assure a Semaphore releases a
Serhiy Storchaka committed
March 30, 2013
R
Merge #17435: Don't use mutable default values in Timer.
R David Murray committed
R
Issue #17435: Don't use mutable default values in Timer.
R David Murray committed