| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #14428, #14397: Implement the PEP 418 | Victor Stinner | 2012-04-29 | 1 | -1/+5 |
|
|
* | Issue #14308: Fix an exception when a dummy thread is in the threading module... | Antoine Pitrou | 2012-04-19 | 1 | -0/+3 |
|\ |
|
| * | Issue #14308: Fix an exception when a "dummy" thread is in the threading modu... | Antoine Pitrou | 2012-04-19 | 1 | -0/+3 |
|
|
* | | Issue #14222: Use the new time.steady() function instead of time.time() for | Victor Stinner | 2012-03-15 | 1 | -1/+1 |
|
|
* | | Close #13550: Remove the debug machinery from the threading module: remove | Victor Stinner | 2012-03-03 | 1 | -134/+18 |
|
|
* | | merge 3.2 | Benjamin Peterson | 2012-02-04 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | remove unused import | Benjamin Peterson | 2012-02-04 | 1 | -1/+0 |
|
|
* | | Issue #13502: threading: Fix a race condition in Event.wait() that made it | Charles-François Natali | 2012-01-07 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | Issue #13502: threading: Fix a race condition in Event.wait() that made it | Charles-François Natali | 2012-01-07 | 1 | -3/+4 |
|
|
| * | Issue #11870: threading: Properly reinitialize threads internal locks and | Charles-François Natali | 2011-12-18 | 1 | -7/+4 |
|
|
* | | Issue #11870: threading: Properly reinitialize threads internal locks and | Charles-François Natali | 2011-12-18 | 1 | -7/+4 |
|
|
* | | Merge with 3.2. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
|
|
* | | add ThreadError to threading.__all__ (closes #12679) | Benjamin Peterson | 2011-08-02 | 1 | -1/+1 |
|
|
* | | Remove indirection in threading (issue #10968). | Éric Araujo | 2011-07-27 | 1 | -22/+7 |
|
|
* | | Issue #12573: Add resource checks for dangling Thread and Process objects. | Antoine Pitrou | 2011-07-15 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Issue #12573: Add resource checks for dangling Thread and Process objects. | Antoine Pitrou | 2011-07-15 | 1 | -0/+4 |
|
|
* | | Close #12028: Make threading._get_ident() public, rename it to | Victor Stinner | 2011-05-30 | 1 | -11/+10 |
|
|
* | | Issue #11223: Replace threading._info() by sys.thread_info | Victor Stinner | 2011-04-30 | 1 | -2/+1 |
|
|
* | | Issue #11915: threading.RLock()._release_save() raises a RuntimeError if the | Victor Stinner | 2011-04-24 | 1 | -0/+2 |
|
|
* | | Issue #11223: Add threading._info() function providing informations about the | Victor Stinner | 2011-04-19 | 1 | -1/+2 |
|
|
* | | Issue #6064: Add a `daemon` keyword argument to the threading.Thread | Antoine Pitrou | 2011-02-25 | 1 | -14/+7 |
|/ |
|
* | Remove out-of-date comment | Raymond Hettinger | 2011-01-16 | 1 | -4/+0 |
|
|
* | Add entry for Barrier objects. | Raymond Hettinger | 2011-01-11 | 1 | -3/+2 |
|
|
* | Fix the new bug introduced in the r87710 fix for issue 6643. DummyThread | Gregory P. Smith | 2011-01-04 | 1 | -4/+13 |
|
|
* | issue6643 - Two locks held within the threading module on each thread instance | Gregory P. Smith | 2011-01-03 | 1 | -0/+4 |
|
|
* | Issue #4188: Avoid creating dummy thread objects when logging operations | Antoine Pitrou | 2010-12-17 | 1 | -2/+8 |
|
|
* | Issue 10260 | Kristján Valur Jónsson | 2010-11-18 | 1 | -7/+32 |
|
|
* | issue 8777 | Kristján Valur Jónsson | 2010-10-28 | 1 | -0/+172 |
|
|
* | #10218: return timeout status from Condition.wait, mirroring other primitives... | Georg Brandl | 2010-10-28 | 1 | -0/+2 |
|
|
* | Rip out old testing code that was inlined in threading. | Brett Cannon | 2010-07-23 | 1 | -88/+0 |
|
|
* | Issue #850728: Add a *timeout* parameter to the `acquire()` method of | Antoine Pitrou | 2010-04-17 | 1 | -2/+12 |
|
|
* | Issue #7316: the acquire() method of lock objects in the :mod:`threading` | Antoine Pitrou | 2010-04-14 | 1 | -18/+7 |
|
|
* | Merged revisions 79817 via svnmerge from | Senthil Kumaran | 2010-04-06 | 1 | -1/+1 |
|
|
* | Merged revisions 78517 via svnmerge from | Gregory P. Smith | 2010-02-28 | 1 | -1/+6 |
|
|
* | Issue #3001: Add a C implementation of recursive locks which is used by | Antoine Pitrou | 2009-11-10 | 1 | -2/+12 |
|
|
* | Merged revisions 76172 via svnmerge from | Antoine Pitrou | 2009-11-09 | 1 | -8/+10 |
|
|
* | Merged revisions 76117 via svnmerge from | Antoine Pitrou | 2009-11-05 | 1 | -0/+4 |
|
|
* | Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,... | Georg Brandl | 2009-10-27 | 1 | -3/+3 |
|
|
* | Use true booleans. | Georg Brandl | 2009-09-16 | 1 | -2/+2 |
|
|
* | Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-... | Benjamin Peterson | 2009-04-05 | 1 | -22/+20 |
|
|
* | Issue #874900: fix behaviour of threading module after a fork. | Antoine Pitrou | 2008-09-06 | 1 | -3/+6 |
|
|
* | remove the deprecation warnings for the old threading API; update the docs | Benjamin Peterson | 2008-09-01 | 1 | -24/+17 |
|
|
* | add full deprecation warnings for old threading APIs | Benjamin Peterson | 2008-08-18 | 1 | -0/+28 |
|
|
* | Merged revisions 65826 via svnmerge from | Benjamin Peterson | 2008-08-18 | 1 | -0/+12 |
|
|
* | change is_daemon, set_daemon, get_name, and set_name to properties | Benjamin Peterson | 2008-08-18 | 1 | -12/+16 |
|
|
* | Merged revisions 65818 via svnmerge from | Benjamin Peterson | 2008-08-18 | 1 | -1/+2 |
|
|
* | Merger 65032 to py3k | Jesse Noller | 2008-07-17 | 1 | -0/+31 |
|
|
* | fix more threading API related bugs | Benjamin Peterson | 2008-06-13 | 1 | -1/+1 |
|
|
* | Merged revisions 64125 via svnmerge from | Benjamin Peterson | 2008-06-11 | 1 | -35/+35 |
|
|