summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/EditorWindow.py
Commit message (Expand)AuthorAgeFilesLines
* Let IDLE use the HTMLHelp docs on Windows, if found.Thomas Heller2003-09-231-2/+6
* SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds)Raymond Hettinger2003-07-091-1/+1
* 1. Remove the Readme entry on the Help Menu, now in About dialog.Kurt B. Kaiser2003-06-121-6/+1
* 1. Find in Files Dialog shows text selection if there is oneKurt B. Kaiser2003-06-071-3/+0
* 1. Update WindowList registry when filename changes so thatKurt B. Kaiser2003-06-061-0/+1
* Change to <<open-module>>: always pop up the dialog, using the currentGuido van Rossum2003-06-051-8/+7
* SF 748973 Guido van Rossum patchKurt B. Kaiser2003-06-051-2/+7
* Patch 611069 (Christos Georgiou) IDLE TODO:left/right when selected textKurt B. Kaiser2003-01-171-0/+22
* M Bindings.pyKurt B. Kaiser2003-01-141-26/+26
* SF bug #652933 (for IdleFork): Open Module "math" Fails (Hettinger)Kurt B. Kaiser2003-01-101-1/+4
* 1. Make finding Python help docs more robust, including the installedKurt B. Kaiser2003-01-101-19/+29
* M AutoExpand.pyKurt B. Kaiser2003-01-041-6/+10
* Whitespace NormalizationKurt B. Kaiser2002-12-311-20/+20
* Remove some old debugging print statements.Kurt B. Kaiser2002-12-291-10/+0
* M EditorWindow.pyKurt B. Kaiser2002-12-291-7/+8
* Remove debugging statement checked in by accident, ah, carelessness.Kurt B. Kaiser2002-12-201-1/+0
* "'foo' in str" not implemented in Python 2.2, only single character lookupKurt B. Kaiser2002-12-201-1/+2
* In Shell:Kurt B. Kaiser2002-12-161-0/+4
* M EditorWindow.pyKurt B. Kaiser2002-12-161-2/+0
* Implement Restoring Breakpoints in Subprocess DebuggerKurt B. Kaiser2002-10-231-7/+0
* Apply Josh Robb's Patch:Kurt B. Kaiser2002-10-061-3/+11
* Apply Josh Robb's PatchKurt B. Kaiser2002-10-041-1/+1
* Fix Bug 612886 copy/paste menu items failKurt B. Kaiser2002-09-261-1/+23
* Merge Py Idle changes:Kurt B. Kaiser2002-09-161-13/+26
* Merge Py Idle's changes to AutoIndent.py into EditorWindow.py sinceKurt B. Kaiser2002-09-151-9/+7
* MERGE DS_RPC_BRANCH into MAINKurt B. Kaiser2002-09-141-57/+0
* MERGE DS_RPC_BRANCH into MAINKurt B. Kaiser2002-09-141-0/+480
* 1. Prevent Undo before IOmark in PyShell.PyShellKurt B. Kaiser2002-07-111-10/+12
* Modifying EditorWindow causes breakpoints in that module to be removedKurt B. Kaiser2002-07-061-2/+6
* Clear associated breakpoints when closing an edit window.Kurt B. Kaiser2002-06-241-15/+19
* Rework the code to have only the GvR RPC. Output from execution of userKurt B. Kaiser2002-06-121-6/+0
* tracking python idle changes:Steven M. Gava2002-04-221-4/+12
* further work on new config system;Steven M. Gava2002-03-271-1/+70
* further work on new config system;Steven M. Gava2002-03-271-7/+30
* further work on dynamic reconfiguration;Steven M. Gava2002-03-181-0/+33
* further work on dynamic config changes;Steven M. Gava2002-03-121-1/+15
* First work on making config changes dynamic,Steven M. Gava2002-03-021-0/+10
* bugfix for the problem where EditorWindow instancesSteven M. Gava2002-02-261-2/+5
* further work on config systemSteven M. Gava2002-02-181-1/+1
* changeover to new keybinding configuration implementationSteven M. Gava2002-01-191-11/+2
* loading core keybindings via new config system plusSteven M. Gava2002-01-041-1/+0
* move core functionality of SearchBindings.py into EditorWindow.py properSteven M. Gava2002-01-041-0/+41
* moving to new config systemSteven M. Gava2002-01-031-15/+19
* back in harness on new config systemSteven M. Gava2001-11-211-1/+6
* merged status bar packing patchSteven M. Gava2001-10-071-2/+4
* support for help menu changesSteven M. Gava2001-08-111-0/+5
* A more lightweight (and read only) way to view help textSteven M. Gava2001-07-311-38/+4
* activate new about dialog for testingSteven M. Gava2001-07-311-5/+7
* updated about info for 0.8.1 releaseSteven M. Gava2001-07-211-3/+3
* minor tidy-ups ready for 0.8.1 alpha tarball releaseSteven M. Gava2001-07-191-7/+15