summaryrefslogtreecommitdiffstats
path: root/Lib/sched.py
Commit message (Expand)AuthorAgeFilesLines
* Remove duplication.Ezio Melotti2011-10-191-1/+1
* #6112: list.remove raises ValueError, not RuntimeError.Georg Brandl2009-05-261-1/+1
* #2803: fix wrong invocation of heappush in seldom-reached code.Georg Brandl2008-05-111-1/+1
* Issue #1861: Add read-only attribute listing upcoming events in the order th...Raymond Hettinger2008-01-171-7/+24
* Update docstring of sched, also remove an unused assignment.Georg Brandl2007-10-081-6/+6
* SF 1676321: empty() returned wrong resultRaymond Hettinger2007-03-081-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