summaryrefslogtreecommitdiff
path: root/Lib/sched.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #5830: Remove old comment. Add empty slots.Raymond Hettinger2016-10-241-5/+1
* Issue #24878: Add docstrings to selected namedtuplesRaymond Hettinger2015-08-171-0/+11
* Issue #23326: Removed __ne__ implementations. Since fixing default __ne__Serhiy Storchaka2015-01-311-1/+0
* Issue #22043: time.monotonic() is now always availableVictor Stinner2014-09-021-4/+1
* mergeRaymond Hettinger2013-07-131-1/+1
|\
| * Issue #18432: Fix unintended API change in the sched moduleRaymond Hettinger2013-07-131-1/+1
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-2/+2
* | Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-2/+2
* | Issue #16640: Run less code under a lock in sched module.Serhiy Storchaka2012-12-291-6/+5
|/
* Issue #16165: Fix sched.scheduler.run() method was block a scheduler forSerhiy Storchaka2012-12-291-19/+21
* Issue #16641: Fix default values of sched.scheduler.enter arguments were modi...Serhiy Storchaka2012-12-291-2/+6
* Issue #16642: Document kwargs field in sched.Event named tuple.Serhiy Storchaka2012-12-291-3/+3
* Close #14690: Use monotonic clock instead of system clock in the sched,Victor Stinner2012-05-301-1/+5
* (sched) when run() is invoked with blocking=False return the deadline of the ...Giampaolo Rodola'2012-03-151-2/+3
* (bug #8684) fix 'fedora without thread buildbot' as per http://bugs.python.or...Giampaolo Rodola'2011-12-191-1/+4
* Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the sch...Giampaolo Rodola'2011-12-141-1/+5
* Fix #8684: make sched.scheduler class thread-safeGiampaolo Rodola'2011-12-141-27/+35
* revert cset 6a0da9b65e54 against sched.py committed by accidentGiampaolo Rodola'2011-11-231-8/+0
* sort last committed name in alphabetical orderGiampaolo Rodola'2011-11-221-0/+8
* Fix 13245:Giampaolo Rodola'2011-11-221-8/+10
* Remove duplication.Ezio Melotti2011-10-191-1/+1
* Merged revisions 72932 via svnmerge fromGeorg Brandl2009-05-261-1/+1
* Issue 5830: Events are now comparable when the time and type are the same.Raymond Hettinger2009-04-241-1/+7
* Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 ...Alexandre Vassalotti2008-05-161-1/+1
* Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge fromChristian Heimes2008-01-181-7/+24
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-6/+6
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+1
* Refactor:Raymond Hettinger2004-12-171-10/+21
* Get rid of many apply() calls.Guido van Rossum2003-02-271-1/+1
* bunch more __all__ listsSkip Montanaro2001-02-151-0/+2
* Whitespace normalization.Tim Peters2001-01-151-27/+27
* Actually, the previous batch's comment should have been different;Guido van Rossum2000-02-041-1/+1
* While we're at it, convert to docstrings and set the indentation levelFred Drake1999-06-251-91/+96
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-6/+5
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-171-2/+1
* * Got entirely rid of path.py.Guido van Rossum1992-12-141-4/+5
* Added a _v21 def to FL.py and added two new input field typesGuido van Rossum1992-09-021-10/+3
* New == syntaxGuido van Rossum1992-01-011-2/+2
* New class syntax.Guido van Rossum1991-12-261-1/+1
* Added a comment about a possible interface change.Guido van Rossum1991-11-121-0/+5
* Delay zero after successful action.Guido van Rossum1991-04-211-2/+8
* Initial revisionGuido van Rossum1991-04-071-0/+96