aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/sched.py
Commit message (Expand)AuthorAge
* gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...Serhiy Storchaka2024-07-19
* bpo-19270: Fixed sched.scheduler.cancel to cancel correct event (GH-22729)Bar Harel2020-10-19
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-07
* Issue #5830: Remove old comment. Add empty slots.Raymond Hettinger2016-10-24
* Issue #24878: Add docstrings to selected namedtuplesRaymond Hettinger2015-08-17
* Issue #23326: Removed __ne__ implementations. Since fixing default __ne__Serhiy Storchaka2015-01-31
* Issue #22043: time.monotonic() is now always availableVictor Stinner2014-09-02
* mergeRaymond Hettinger2013-07-13
|\
| * Issue #18432: Fix unintended API change in the sched moduleRaymond Hettinger2013-07-13
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-04
* | Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-13
* | Issue #16640: Run less code under a lock in sched module.Serhiy Storchaka2012-12-29
|/
* Issue #16165: Fix sched.scheduler.run() method was block a scheduler forSerhiy Storchaka2012-12-29
* Issue #16641: Fix default values of sched.scheduler.enter arguments were modi...Serhiy Storchaka2012-12-29
* Issue #16642: Document kwargs field in sched.Event named tuple.Serhiy Storchaka2012-12-29
* Close #14690: Use monotonic clock instead of system clock in the sched,Victor Stinner2012-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-safeGiampaolo Rodola'2011-12-14
* revert cset 6a0da9b65e54 against sched.py committed by accidentGiampaolo Rodola'2011-11-23
* sort last committed name in alphabetical orderGiampaolo Rodola'2011-11-22
* Fix 13245:Giampaolo Rodola'2011-11-22
* Remove duplication.Ezio Melotti2011-10-19
* Merged revisions 72932 via svnmerge fromGeorg Brandl2009-05-26
* Issue 5830: Events are now comparable when the time and type are the same.Raymond Hettinger2009-04-24
* Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 ...Alexandre Vassalotti2008-05-16
* Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge fromChristian Heimes2008-01-18
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-01
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Refactor:Raymond Hettinger2004-12-17
* Get rid of many apply() calls.Guido van Rossum2003-02-27
* bunch more __all__ listsSkip Montanaro2001-02-15
* Whitespace normalization.Tim Peters2001-01-15
* Actually, the previous batch's comment should have been different;Guido van Rossum2000-02-04
* While we're at it, convert to docstrings and set the indentation levelFred Drake1999-06-25
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-01
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-17
* * Got entirely rid of path.py.Guido van Rossum1992-12-14
* Added a _v21 def to FL.py and added two new input field typesGuido van Rossum1992-09-02
* New == syntaxGuido van Rossum1992-01-01
* New class syntax.Guido van Rossum1991-12-26
* Added a comment about a possible interface change.Guido van Rossum1991-11-12
* Delay zero after successful action.Guido van Rossum1991-04-21
* Initial revisionGuido van Rossum1991-04-07