| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), | Serhiy Storchaka | 2015-05-30 | 1 | -6/+12 |
|\ |
|
| * | Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), | Serhiy Storchaka | 2015-05-30 | 1 | -6/+12 |
|
|
* | | Issue #22117: Add a new _PyTime_FromSeconds() function | Victor Stinner | 2015-04-03 | 1 | -1/+1 |
|
|
* | | PEP 475: on EINTR, retry the function even if the timeout is equals to zero | Victor Stinner | 2015-03-30 | 1 | -1/+1 |
|
|
* | | Issue #22117: Replace usage of _PyTime_ROUND_UP with _PyTime_ROUND_CEILING | Victor Stinner | 2015-03-30 | 1 | -3/+4 |
|
|
* | | Issue #22117: The thread module uses the new _PyTime_t timestamp API | Victor Stinner | 2015-03-28 | 1 | -75/+64 |
|
|
* | | Issue #22043: time.monotonic() is now always available | Victor Stinner | 2014-09-02 | 1 | -2/+2 |
|
|
* | | Issue 21137: Better repr for threading.Lock() | Raymond Hettinger | 2014-05-26 | 1 | -3/+12 |
|/ |
|
* | threading.RLock._acquire_restore() now raises a TypeError instead of a | Victor Stinner | 2014-01-02 | 1 | -3/+3 |
|
|
* | Issue #19512, #19515: remove shared identifiers, move identifiers where they | Victor Stinner | 2013-11-07 | 1 | -1/+3 |
|
|
* | Issue #19512: add some common identifiers to only create common strings once, | Victor Stinner | 2013-11-06 | 1 | -1/+1 |
|
|
* | Issue #19437: Fix _threading.RLock constructor (rlock_new), call | Victor Stinner | 2013-11-05 | 1 | -10/+14 |
|
|
* | Issue #18808: Thread.join() now waits for the underlying thread state to be d... | Antoine Pitrou | 2013-09-07 | 1 | -0/+62 |
|
|
* | merge #17091: update docstring for _thread.Lock.acquire. | R David Murray | 2013-02-04 | 1 | -2/+2 |
|\ |
|
| * | merge #17091: update docstring for _thread.Lock.acquire. | R David Murray | 2013-02-04 | 1 | -2/+2 |
| |\ |
|
| | * | #17091: update docstring for _thread.Lock.acquire. | R David Murray | 2013-02-04 | 1 | -2/+2 |
|
|
* | | | Issue #15422: get rid of PyCFunction_New macro | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
|/ / |
|
* | | Issue #15124: Optimize _thread.LockType deletion and acquisition when | Kristjan Valur Jonsson | 2012-06-22 | 1 | -21/+17 |
|
|
* | | merge 3.2 | Benjamin Peterson | 2012-04-02 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | prevent writing to stderr from messing up the exception state (closes #14474) | Benjamin Peterson | 2012-04-02 | 1 | -0/+3 |
|
|
* | | Merge 3.2 | Éric Araujo | 2011-06-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix error message to use the Python name instead of the C name | Éric Araujo | 2011-05-31 | 1 | -1/+1 |
|
|
* | | Issue #11223: Replace threading._info() by sys.thread_info | Victor Stinner | 2011-04-30 | 1 | -13/+0 |
|
|
* | | Issue #11915: threading.RLock()._release_save() raises a RuntimeError if the | Victor Stinner | 2011-04-24 | 1 | -0/+6 |
|
|
* | | Issue #11223: Add threading._info() function providing informations about the | Victor Stinner | 2011-04-19 | 1 | -7/+17 |
|
|
* | | #11515: Merge with 3.2. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #11515: Merge with 3.1. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
| |\ |
|
| | * | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
|
|
| | * | Merged revisions 84344 via svnmerge from | Antoine Pitrou | 2010-08-28 | 1 | -43/+38 |
|
|
| | * | Merged revisions 84106 via svnmerge from | Alexander Belopolsky | 2010-08-16 | 1 | -1/+1 |
|
|
| | * | Merged revisions 83918 via svnmerge from | Antoine Pitrou | 2010-08-09 | 1 | -45/+224 |
|
|
| | * | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -471/+471 |
|
|
| | * | Merged revisions 78639 via svnmerge from | Victor Stinner | 2010-03-03 | 1 | -2/+10 |
|
|
| | * | Merged revisions 78611 via svnmerge from | Victor Stinner | 2010-03-03 | 1 | -8/+9 |
|
|
| | * | Merged revisions 75125 via svnmerge from | Philip Jenvey | 2009-09-29 | 1 | -1/+1 |
|
|
* | | | Issue #11408: In threading.Lock.acquire(), only call gettimeofday() when | Antoine Pitrou | 2011-03-06 | 1 | -2/+2 |
|
|
* | | | Issue #11140: Lock.release() now raises a RuntimeError when attempting | Antoine Pitrou | 2011-02-28 | 1 | -1/+3 |
|
|
* | | | Issue #8914: fix various warnings from the Clang static analyzer v254. | Brett Cannon | 2011-02-22 | 1 | -1/+2 |
|/ / |
|
* | | Issue #8844: Regular and recursive lock acquisitions can now be interrupted | Antoine Pitrou | 2010-12-15 | 1 | -13/+67 |
|
|
* | | Issue #1868: Eliminate subtle timing issues in thread-local objects by | Antoine Pitrou | 2010-08-28 | 1 | -43/+38 |
|
|
* | | Issue #8983: Corrected docstrings. | Alexander Belopolsky | 2010-08-16 | 1 | -1/+1 |
|
|
* | | Issue #3757: thread-local objects now support cyclic garbage collection. | Antoine Pitrou | 2010-08-09 | 1 | -45/+224 |
|
|
* | | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -715/+715 |
|
|
* | | Issue #7316: the acquire() method of lock objects in the :mod:`threading` | Antoine Pitrou | 2010-04-14 | 1 | -14/+75 |
|
|
* | | Merged revisions 78638 via svnmerge from | Victor Stinner | 2010-03-03 | 1 | -2/+10 |
|
|
* | | Merged revisions 78610 via svnmerge from | Victor Stinner | 2010-03-03 | 1 | -8/+9 |
|
|
* | | Merged revisions 78393 via svnmerge from | Amaury Forgeot d'Arc | 2010-02-24 | 1 | -16/+0 |
|
|
* | | Issue #3001: Add a C implementation of recursive locks which is used by | Antoine Pitrou | 2009-11-10 | 1 | -0/+273 |
|
|
* | | Merged revisions 75969 via svnmerge from | Antoine Pitrou | 2009-10-30 | 1 | -2/+8 |
|
|
* | | Merged revisions 75958 via svnmerge from | Antoine Pitrou | 2009-10-30 | 1 | -1/+19 |
|
|