aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/idlelib/Percolator.py
Commit message (Expand)AuthorAge
* Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.Terry Jan Reedy2016-05-22
* Issue #21939: Test IDLE percolator. Original patch by Saimadhav Heblikar.Terry Jan Reedy2016-05-17
* Issue #21477: Idle htest: modify run; add more tests.Terry Jan Reedy2014-05-25
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-17
* Switch to absolute imports to support direct execution of modules. ManyKurt B. Kaiser2007-08-22
* eliminate "from ... import *" in a function.Kurt B. Kaiser2007-08-21
* Merged revisions 56443-56466 via svnmerge fromGuido van Rossum2007-07-20
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds)Raymond Hettinger2003-07-09
* py-cvs-rel2_1 (Rev 1.3)Kurt B. Kaiser2001-07-13
* Initial revisionDavid Scherer2000-08-15