summaryrefslogtreecommitdiff
path: root/Modules/_threadmodule.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-35454: Fix miscellaneous minor issues in error handling. (GH-11077)Miss Islington (bot)2018-12-101-3/+5
* [3.7] Fix misleading mentions of tp_size in comments. (GH-9136)Benjamin Peterson2018-09-101-2/+2
* bpo-32544: Speed up hasattr() and getattr() (GH-5173)INADA Naoki2018-01-161-2/+4
* Fix CID-1420310: cast PY_TIMEOUT_MAX to _Py_time_t (#4646)Victor Stinner2017-11-301-1/+1
* Replace KB unit with KiB (#4293)Victor Stinner2017-11-081-2/+2
* bpo-30768: Recompute timeout on interrupted lock (GH-4103)Victor Stinner2017-10-241-2/+4
* bpo-31806: Use _PyTime_ROUND_TIMEOUT for the timeout argument parsing in more...Pablo Galindo2017-10-181-2/+2
* bpo-30860: Consolidate stateful runtime globals. (#3397)Eric Snow2017-09-071-5/+7
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-7/+0
* Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)Eric Snow2017-09-051-6/+5
* bpo-30860: Consolidate stateful runtime globals. (#2594)Eric Snow2017-09-051-5/+6
* bpo-6532: Make the thread id an unsigned integer. (#781)Serhiy Storchaka2017-03-231-15/+14
* bpo-29548: Fix some inefficient call API usage (GH-97)INADA Naoki2017-02-161-2/+1
* Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE whereverSerhiy Storchaka2017-01-231-4/+2
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-301-1/+1
* Issue #18916: Update thread module docstringsBerker Peksag2016-05-021-3/+4
* Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),Serhiy Storchaka2015-05-301-6/+12
|\
| * Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),Serhiy Storchaka2015-05-301-6/+12
* | Issue #22117: Add a new _PyTime_FromSeconds() functionVictor Stinner2015-04-031-1/+1
* | PEP 475: on EINTR, retry the function even if the timeout is equals to zeroVictor Stinner2015-03-301-1/+1
* | Issue #22117: Replace usage of _PyTime_ROUND_UP with _PyTime_ROUND_CEILINGVictor Stinner2015-03-301-3/+4
* | Issue #22117: The thread module uses the new _PyTime_t timestamp APIVictor Stinner2015-03-281-75/+64
* | Issue #22043: time.monotonic() is now always availableVictor Stinner2014-09-021-2/+2
* | Issue 21137: Better repr for threading.Lock()Raymond Hettinger2014-05-251-3/+12
|/
* threading.RLock._acquire_restore() now raises a TypeError instead of aVictor Stinner2014-01-021-3/+3
* Issue #19512, #19515: remove shared identifiers, move identifiers where theyVictor Stinner2013-11-071-1/+3
* Issue #19512: add some common identifiers to only create common strings once,Victor Stinner2013-11-061-1/+1
* Issue #19437: Fix _threading.RLock constructor (rlock_new), callVictor Stinner2013-11-051-10/+14
* Issue #18808: Thread.join() now waits for the underlying thread state to be d...Antoine Pitrou2013-09-071-0/+62
* merge #17091: update docstring for _thread.Lock.acquire.R David Murray2013-02-041-2/+2
|\
| * merge #17091: update docstring for _thread.Lock.acquire.R David Murray2013-02-041-2/+2
| |\
| | * #17091: update docstring for _thread.Lock.acquire.R David Murray2013-02-041-2/+2
* | | Issue #15422: get rid of PyCFunction_New macroAndrew Svetlov2012-12-251-1/+1
|/ /
* | Issue #15124: Optimize _thread.LockType deletion and acquisition whenKristjan Valur Jonsson2012-06-221-21/+17
* | merge 3.2Benjamin Peterson2012-04-021-0/+3
|\ \ | |/
| * prevent writing to stderr from messing up the exception state (closes #14474)Benjamin Peterson2012-04-021-0/+3
* | Merge 3.2Éric Araujo2011-06-011-1/+1
|\ \ | |/
| * Fix error message to use the Python name instead of the C nameÉric Araujo2011-05-311-1/+1
* | Issue #11223: Replace threading._info() by sys.thread_infoVictor Stinner2011-04-301-13/+0
* | Issue #11915: threading.RLock()._release_save() raises a RuntimeError if theVictor Stinner2011-04-241-0/+6
* | Issue #11223: Add threading._info() function providing informations about theVictor Stinner2011-04-191-7/+17
* | #11515: Merge with 3.2.Ezio Melotti2011-03-151-1/+1
|\ \ | |/
| * #11515: Merge with 3.1.Ezio Melotti2011-03-151-1/+1
| |\
| | * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
| | * Merged revisions 84344 via svnmerge fromAntoine Pitrou2010-08-281-43/+38
| | * Merged revisions 84106 via svnmerge fromAlexander Belopolsky2010-08-161-1/+1
| | * Merged revisions 83918 via svnmerge fromAntoine Pitrou2010-08-091-45/+224
| | * Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-471/+471
| | * Merged revisions 78639 via svnmerge fromVictor Stinner2010-03-031-2/+10
| | * Merged revisions 78611 via svnmerge fromVictor Stinner2010-03-031-8/+9