Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue 21137: Better repr for threading.Lock() | Raymond Hettinger | 2014-05-25 | 1 | -0/+8 |
* | Issue #18808: Thread.join() now waits for the underlying thread state to be d... | Antoine Pitrou | 2013-09-07 | 1 | -0/+4 |
* | Issue #11223: Replace threading._info() by sys.thread_info | Victor Stinner | 2011-04-30 | 1 | -3/+0 |
* | Issue #11223: fix test_dummy_threading, add _dummy_thread.info() | Victor Stinner | 2011-04-20 | 1 | -0/+3 |
* | Followup to issue #11140 and r88682: also patch _dummy_thread. | Antoine Pitrou | 2011-03-01 | 1 | -5/+1 |
* | Fix bootstrap issues when building without threads | Antoine Pitrou | 2010-11-05 | 1 | -4/+8 |
* | Issue #7316: the acquire() method of lock objects in the :mod:`threading` | Antoine Pitrou | 2010-04-14 | 1 | -1/+7 |
* | Merged revisions 65787 via svnmerge from | Brett Cannon | 2008-08-17 | 1 | -1/+0 |
* | Merged revisions 64903 via svnmerge from | Brett Cannon | 2008-07-13 | 1 | -6/+3 |
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 1 | -0/+149 |