summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/UndoDelegator.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog.Terry Jan Reedy2014-05-291-4/+17
| | | | Put instructions in a fixed size scrollable Text. Patch by Saimadhav Heblikar.
* #7092: Fix additional "-3" warnings in the idlelib package, and convert to ↵Florent Xicluna2010-04-021-2/+3
| | | | 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
|
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
| | | | From SF patch #852334.
* Convert some more 1/0 to True/FalseNeal Norwitz2002-11-301-11/+11
|
* Merge Py Idle changes:Kurt B. Kaiser2002-09-181-2/+2
| | | | | | | | Rev 1.4 fdrake Use string.ascii_letters instead of string.letters (SF bug #226706) Rev 1.5 doerwalter (string methods)
* Initial revisionDavid Scherer2000-08-151-0/+352