summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/Percolator.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-2/+2
| | | | | | | | | There's one major and one minor category still unfixed: doctests are the major category (and I hope to be able to augment the refactoring tool to refactor bona fide doctests soon); other code generating print statements in strings is the minor category. (Oh, and I don't know if the compiler package works.)
* SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds)Raymond Hettinger2003-07-091-2/+2
|
* py-cvs-rel2_1 (Rev 1.3)Kurt B. Kaiser2001-07-131-1/+1
| | | | "move "from Tkinter import *" to module level" --jhylton
* Initial revisionDavid Scherer2000-08-151-0/+85