| Commit message (Expand) | Author | Age | Files | Lines |
* | merge | Raymond Hettinger | 2013-07-13 | 1 | -1/+1 |
|\ |
|
| * | Issue #18432: Fix unintended API change in the sched module | Raymond Hettinger | 2013-07-13 | 1 | -1/+1 |
* | | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 1 | -2/+2 |
* | | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-13 | 1 | -2/+2 |
* | | Issue #16640: Run less code under a lock in sched module. | Serhiy Storchaka | 2012-12-29 | 1 | -6/+5 |
|/ |
|
* | Issue #16165: Fix sched.scheduler.run() method was block a scheduler for | Serhiy Storchaka | 2012-12-29 | 1 | -19/+21 |
* | Issue #16641: Fix default values of sched.scheduler.enter arguments were modi... | Serhiy Storchaka | 2012-12-29 | 1 | -2/+6 |
* | Issue #16642: Document kwargs field in sched.Event named tuple. | Serhiy Storchaka | 2012-12-29 | 1 | -3/+3 |
* | Close #14690: Use monotonic clock instead of system clock in the sched, | Victor Stinner | 2012-05-30 | 1 | -1/+5 |
* | (sched) when run() is invoked with blocking=False return the deadline of the ... | Giampaolo Rodola' | 2012-03-15 | 1 | -2/+3 |
* | (bug #8684) fix 'fedora without thread buildbot' as per http://bugs.python.or... | Giampaolo Rodola' | 2011-12-19 | 1 | -1/+4 |
* | Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the sch... | Giampaolo Rodola' | 2011-12-14 | 1 | -1/+5 |
* | Fix #8684: make sched.scheduler class thread-safe | Giampaolo Rodola' | 2011-12-14 | 1 | -27/+35 |
* | revert cset 6a0da9b65e54 against sched.py committed by accident | Giampaolo Rodola' | 2011-11-23 | 1 | -8/+0 |
* | sort last committed name in alphabetical order | Giampaolo Rodola' | 2011-11-22 | 1 | -0/+8 |
* | Fix 13245: | Giampaolo Rodola' | 2011-11-22 | 1 | -8/+10 |
* | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
* | Merged revisions 72932 via svnmerge from | Georg Brandl | 2009-05-26 | 1 | -1/+1 |
* | Issue 5830: Events are now comparable when the time and type are the same. | Raymond Hettinger | 2009-04-24 | 1 | -1/+7 |
* | Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 ... | Alexandre Vassalotti | 2008-05-16 | 1 | -1/+1 |
* | Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from | Christian Heimes | 2008-01-18 | 1 | -7/+24 |
* | Merged revisions 58221-58741 via svnmerge from | Guido van Rossum | 2007-11-01 | 1 | -6/+6 |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -1/+1 |
* | Refactor: | Raymond Hettinger | 2004-12-17 | 1 | -10/+21 |
* | Get rid of many apply() calls. | Guido van Rossum | 2003-02-27 | 1 | -1/+1 |
* | bunch more __all__ lists | Skip Montanaro | 2001-02-15 | 1 | -0/+2 |
* | Whitespace normalization. | Tim Peters | 2001-01-15 | 1 | -27/+27 |
* | Actually, the previous batch's comment should have been different; | Guido van Rossum | 2000-02-04 | 1 | -1/+1 |
* | While we're at it, convert to docstrings and set the indentation level | Fred Drake | 1999-06-25 | 1 | -91/+96 |
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -6/+5 |
* | * Mass change: get rid of all init() methods, in favor of __init__() | Guido van Rossum | 1993-12-17 | 1 | -2/+1 |
* | * Got entirely rid of path.py. | Guido van Rossum | 1992-12-14 | 1 | -4/+5 |
* | Added a _v21 def to FL.py and added two new input field types | Guido van Rossum | 1992-09-02 | 1 | -10/+3 |
* | New == syntax | Guido van Rossum | 1992-01-01 | 1 | -2/+2 |
* | New class syntax. | Guido van Rossum | 1991-12-26 | 1 | -1/+1 |
* | Added a comment about a possible interface change. | Guido van Rossum | 1991-11-12 | 1 | -0/+5 |
* | Delay zero after successful action. | Guido van Rossum | 1991-04-21 | 1 | -2/+8 |
* | Initial revision | Guido van Rossum | 1991-04-07 | 1 | -0/+96 |