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