COMMITS
/ Modules/_threadmodule.c December 11, 2018
S
bpo-35454: Fix miscellaneous minor issues in error handling. (#11077)
Serhiy Storchaka committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
November 22, 2018
V
bpo-35059: Cast void* to PyObject* (GH-10650)
Victor Stinner committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
September 10, 2018
P
Fix misleading mentions of tp_size in comments (GH-9093)
Peter Eisentraut committed
August 3, 2018
V
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
February 2, 2018
O
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk committed
January 16, 2018
I
bpo-32544: Speed up hasattr() and getattr() (GH-5173)
INADA Naoki committed
November 30, 2017
V
Fix CID-1420310: cast PY_TIMEOUT_MAX to _Py_time_t (#4646)
Victor Stinner committed
November 8, 2017
V
Replace KB unit with KiB (#4293)
Victor Stinner committed
October 24, 2017
V
bpo-30768: Recompute timeout on interrupted lock (GH-4103)
Victor Stinner committed
October 18, 2017
P
bpo-31806: Use _PyTime_ROUND_TIMEOUT for the timeout argument parsing in more functions (#4026)
Pablo Galindo committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
September 6, 2017
E
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow committed
E
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow committed
March 23, 2017
S
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka committed
February 16, 2017
I
bpo-29548: Fix some inefficient call API usage (GH-97)
INADA Naoki committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
August 30, 2016
R
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger committed
May 2, 2016
B
Issue #18916: Update thread module docstrings
Berker Peksag committed
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