summaryrefslogtreecommitdiff
path: root/Lib/idlelib/IdleHistory.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #18492: Allow all resources when tests are not run by regrtest.py.Zachary Ware2014-06-021-2/+0
| | | | This changeset also includes cleanup allowed by this behavior change.
* Issue #18732: Remove unused* parameter output_sep from IdleHistory.HistoryTerry Jan Reedy2013-08-151-23/+9
| | | | | | 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-3/+15
| | | | | | | | | | | | | Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan.
* Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_'Terry Jan Reedy2013-08-131-14/+34
| | | | prefix from two attributes and two methods of History class.
* #7092: Fix additional "-3" warnings in the idlelib package, and convert to ↵Florent Xicluna2010-04-021-1/+1
| | | | absolute imports.
* Remove dead codeKurt B. Kaiser2005-06-211-8/+0
| | | | | M IdleHistory.py M PyShell.py
* Add config-main.def option to make the 'history' feature non-cyclic.Kurt B. Kaiser2005-02-031-5/+15
| | | | | | | | Default remains cyclic. Python Patch 914546 Noam Raphael. M IdleHistory.py M NEWS.txt M config-main.def
* Merge Py Idle changes:Kurt B. Kaiser2002-09-161-7/+5
| | | | | Rev 1.5 doerwalter string methods
* py-cvs-rel2_1 (Rev 1.4) merge - whitespace normalizationKurt B. Kaiser2001-07-131-1/+0
|
* Initial revisionDavid Scherer2000-08-151-0/+89