summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/Delegator.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.Terry Jan Reedy2016-05-221-33/+0
|
* Issue #23977: Tweak IDLE Delegator and its test.Terry Jan Reedy2016-05-161-2/+10
|
* Issue #18189: add test_delegator for Idle Delegator class.Terry Jan Reedy2013-06-301-2/+2
| | | | Also change private dict used as a set to a set.
* Issue 18189: remove unused methods in idlelib.Delegator.Delegator.Terry Jan Reedy2013-06-301-8/+0
| | | | | Idle code already uses x.delegate instead of x.getdelegate(). The printed report must have been for testing.
* Conform to py3k dict.{keys, items, values} with some advice from 2b3Kurt B. Kaiser2007-08-231-2/+2
| | | | | | | | | | | | | | | | | M idlelib/configHandler.py M idlelib/ColorDelegator.py M idlelib/Delegator.py M idlelib/ObjectBrowser.py M idlelib/PyShell.py M idlelib/Debugger.py M idlelib/configDialog.py M idlelib/StackViewer.py M idlelib/keybindingDialog.py M idlelib/tabpage.py M idlelib/EditorWindow.py M idlelib/WindowList.py M idlelib/RemoteDebugger.py M idlelib/dynOptionMenuWidget.py
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
| | | | | | | | | There's one major and one minor category still unfixed: doctests are the major category (and I hope to be able to augment the refactoring tool to refactor bona fide doctests soon); other code generating print statements in strings is the minor category. (Oh, and I don't know if the compiler package works.)
* py-cvs-rel2_1 (Rev 1.3) merge - whitespace normalizationKurt B. Kaiser2001-07-131-1/+0
|
* Initial revisionDavid Scherer2000-08-151-0/+34