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