summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/Percolator.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #21477: Idle htest: modify run; add more tests.Terry Jan Reedy2014-05-271-16/+34
| | | | Patch by Saimadhav Heblikar. 2.7 backport of 90829, d7eea8f608c2.
* #7092: Fix additional "-3" warnings in the idlelib package, and convert to ↵Florent Xicluna2010-04-021-2/+2
| | | | absolute imports.
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-201-1/+1
|
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-161-1/+1
|
* 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