COMMITS
/ Modules/_threadmodule.c May 30, 2015
S
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
Serhiy Storchaka committed
S
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
Serhiy Storchaka committed
April 3, 2015
V
Issue #22117: Add a new _PyTime_FromSeconds() function
Victor Stinner committed
March 30, 2015
V
PEP 475: on EINTR, retry the function even if the timeout is equals to zero
Victor Stinner committed
V
Issue #22117: Replace usage of _PyTime_ROUND_UP with _PyTime_ROUND_CEILING
Victor Stinner committed
March 28, 2015
V
Issue #22117: The thread module uses the new _PyTime_t timestamp API
Victor Stinner committed
September 2, 2014
V
Issue #22043: time.monotonic() is now always available
Victor Stinner committed
May 26, 2014
R
Issue 21137: Better repr for threading.Lock()
Raymond Hettinger committed
January 2, 2014
V
threading.RLock._acquire_restore() now raises a TypeError instead of a
Victor Stinner committed
November 7, 2013
V
Issue #19512, #19515: remove shared identifiers, move identifiers where they
Victor Stinner committed
November 6, 2013
V
Issue #19512: add some common identifiers to only create common strings once,
Victor Stinner committed
November 5, 2013
V
Issue #19437: Fix _threading.RLock constructor (rlock_new), call
Victor Stinner committed
September 7, 2013
A
February 4, 2013
R
merge #17091: update docstring for _thread.Lock.acquire.
R David Murray committed
R
merge #17091: update docstring for _thread.Lock.acquire.
R David Murray committed
R
#17091: update docstring for _thread.Lock.acquire.
R David Murray committed
December 25, 2012
A
Issue #15422: get rid of PyCFunction_New macro
Andrew Svetlov committed
June 22, 2012
K
Issue #15124: Optimize _thread.LockType deletion and acquisition when
Kristjan Valur Jonsson committed
April 2, 2012
B
prevent writing to stderr from messing up the exception state (closes #14474)
Benjamin Peterson committed
May 31, 2011
É
Fix error message to use the Python name instead of the C name
Éric Araujo committed
April 30, 2011
V
Issue #11223: Replace threading._info() by sys.thread_info
Victor Stinner committed
April 24, 2011
V
Issue #11915: threading.RLock()._release_save() raises a RuntimeError if the
Victor Stinner committed
April 19, 2011
V
Issue #11223: Add threading._info() function providing informations about the
Victor Stinner committed
March 15, 2011
E
#11515: Merge with 3.1.
Ezio Melotti committed
E
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
E
#11515: Merge with 3.2.
Ezio Melotti committed
March 6, 2011
A
Issue #11408: In threading.Lock.acquire(), only call gettimeofday() when
Antoine Pitrou committed
February 28, 2011
A
Issue #11140: Lock.release() now raises a RuntimeError when attempting
Antoine Pitrou committed
February 22, 2011
B
Issue #8914: fix various warnings from the Clang static analyzer v254.
Brett Cannon committed
December 15, 2010
A
Issue #8844: Regular and recursive lock acquisitions can now be interrupted
Antoine Pitrou committed
August 28, 2010
A
Merged revisions 84344 via svnmerge from
Antoine Pitrou committed
A
Issue #1868: Eliminate subtle timing issues in thread-local objects by
Antoine Pitrou committed
August 16, 2010
A
Merged revisions 84106 via svnmerge from
Alexander Belopolsky committed
A
Issue #8983: Corrected docstrings.
Alexander Belopolsky committed
August 9, 2010
A
Merged revisions 83918 via svnmerge from
Antoine Pitrou committed
A
Issue #3757: thread-local objects now support cyclic garbage collection.
Antoine Pitrou committed
May 9, 2010
A
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou committed
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
April 14, 2010
A
Issue #7316: the acquire() method of lock objects in the :mod:`threading`
Antoine Pitrou committed
March 3, 2010
V
Merged revisions 78639 via svnmerge from
Victor Stinner committed
V
Merged revisions 78638 via svnmerge from
Victor Stinner committed
V
Merged revisions 78611 via svnmerge from
Victor Stinner committed
V
Merged revisions 78610 via svnmerge from
Victor Stinner committed
February 24, 2010
A
Merged revisions 78393 via svnmerge from
Amaury Forgeot d'Arc committed
November 10, 2009
A
Issue #3001: Add a C implementation of recursive locks which is used by
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
October 10, 2009
B
Merged revisions 74524 via svnmerge from
Benjamin Peterson committed