summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_idlehistory.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #20567: Delete class attribute gui widgets in idle tests.Terry Jan Reedy2014-02-271-0/+1
| | | | Code patch by Serhiy Storchaka
* Issue #18732: Remove unused* parameter output_sep from IdleHistory.HistoryTerry Jan Reedy2013-08-151-0/+2
| | | | | | and paired splits and joins that do nothing when output_sep is its default \n. *It in unused in that the class in only instantiated once, with the default. Make a few other changes in .fetch and its test.
* Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan.Terry Jan Reedy2013-08-151-0/+164