| Commit message (Expand) | Author | Age | Files | Lines |
* | EditorWindow.py was not finding the .chm help file on Windows. Typo | Kurt B. Kaiser | 2004-07-21 | 1 | -1/+2 |
|
|
* | Checking sys.platform for substring 'win' was breaking IDLE docs on Mac | Kurt B. Kaiser | 2004-07-15 | 1 | -14/+9 |
|
|
* | Noam Raphel: Further developemt of CodeContext feature. | Kurt B. Kaiser | 2004-06-06 | 1 | -4/+4 |
|
|
* | 1. Polish variables in EditorWindow extension loading and Tkinter variable code. | Kurt B. Kaiser | 2004-04-24 | 1 | -25/+30 |
|
|
* | M EditorWindow.py | Kurt B. Kaiser | 2004-04-11 | 1 | -65/+49 |
|
|
* | Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe | Kurt B. Kaiser | 2004-03-08 | 1 | -0/+2 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -5/+5 |
|
|
* | Let IDLE use the HTMLHelp docs on Windows, if found. | Thomas Heller | 2003-09-23 | 1 | -2/+6 |
|
|
* | SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds) | Raymond Hettinger | 2003-07-09 | 1 | -1/+1 |
|
|
* | 1. Remove the Readme entry on the Help Menu, now in About dialog. | Kurt B. Kaiser | 2003-06-12 | 1 | -6/+1 |
|
|
* | 1. Find in Files Dialog shows text selection if there is one | Kurt B. Kaiser | 2003-06-07 | 1 | -3/+0 |
|
|
* | 1. Update WindowList registry when filename changes so that | Kurt B. Kaiser | 2003-06-06 | 1 | -0/+1 |
|
|
* | Change to <<open-module>>: always pop up the dialog, using the current | Guido van Rossum | 2003-06-05 | 1 | -8/+7 |
|
|
* | SF 748973 Guido van Rossum patch | Kurt B. Kaiser | 2003-06-05 | 1 | -2/+7 |
|
|
* | Patch 611069 (Christos Georgiou) IDLE TODO:left/right when selected text | Kurt B. Kaiser | 2003-01-17 | 1 | -0/+22 |
|
|
* | M Bindings.py | Kurt B. Kaiser | 2003-01-14 | 1 | -26/+26 |
|
|
* | SF bug #652933 (for IdleFork): Open Module "math" Fails (Hettinger) | Kurt B. Kaiser | 2003-01-10 | 1 | -1/+4 |
|
|
* | 1. Make finding Python help docs more robust, including the installed | Kurt B. Kaiser | 2003-01-10 | 1 | -19/+29 |
|
|
* | M AutoExpand.py | Kurt B. Kaiser | 2003-01-04 | 1 | -6/+10 |
|
|
* | Whitespace Normalization | Kurt B. Kaiser | 2002-12-31 | 1 | -20/+20 |
|
|
* | Remove some old debugging print statements. | Kurt B. Kaiser | 2002-12-29 | 1 | -10/+0 |
|
|
* | M EditorWindow.py | Kurt B. Kaiser | 2002-12-29 | 1 | -7/+8 |
|
|
* | Remove debugging statement checked in by accident, ah, carelessness. | Kurt B. Kaiser | 2002-12-20 | 1 | -1/+0 |
|
|
* | "'foo' in str" not implemented in Python 2.2, only single character lookup | Kurt B. Kaiser | 2002-12-20 | 1 | -1/+2 |
|
|
* | In Shell: | Kurt B. Kaiser | 2002-12-16 | 1 | -0/+4 |
|
|
* | M EditorWindow.py | Kurt B. Kaiser | 2002-12-16 | 1 | -2/+0 |
|
|
* | Implement Restoring Breakpoints in Subprocess Debugger | Kurt B. Kaiser | 2002-10-23 | 1 | -7/+0 |
|
|
* | Apply Josh Robb's Patch: | Kurt B. Kaiser | 2002-10-06 | 1 | -3/+11 |
|
|
* | Apply Josh Robb's Patch | Kurt B. Kaiser | 2002-10-04 | 1 | -1/+1 |
|
|
* | Fix Bug 612886 copy/paste menu items fail | Kurt B. Kaiser | 2002-09-26 | 1 | -1/+23 |
|
|
* | Merge Py Idle changes: | Kurt B. Kaiser | 2002-09-16 | 1 | -13/+26 |
|
|
* | Merge Py Idle's changes to AutoIndent.py into EditorWindow.py since | Kurt B. Kaiser | 2002-09-15 | 1 | -9/+7 |
|
|
* | MERGE DS_RPC_BRANCH into MAIN | Kurt B. Kaiser | 2002-09-14 | 1 | -57/+0 |
|
|
* | MERGE DS_RPC_BRANCH into MAIN | Kurt B. Kaiser | 2002-09-14 | 1 | -0/+480 |
|
|
* | 1. Prevent Undo before IOmark in PyShell.PyShell | Kurt B. Kaiser | 2002-07-11 | 1 | -10/+12 |
|
|
* | Modifying EditorWindow causes breakpoints in that module to be removed | Kurt B. Kaiser | 2002-07-06 | 1 | -2/+6 |
|
|
* | Clear associated breakpoints when closing an edit window. | Kurt B. Kaiser | 2002-06-24 | 1 | -15/+19 |
|
|
* | Rework the code to have only the GvR RPC. Output from execution of user | Kurt B. Kaiser | 2002-06-12 | 1 | -6/+0 |
|
|
* | tracking python idle changes: | Steven M. Gava | 2002-04-22 | 1 | -4/+12 |
|
|
* | further work on new config system; | Steven M. Gava | 2002-03-27 | 1 | -1/+70 |
|
|
* | further work on new config system; | Steven M. Gava | 2002-03-27 | 1 | -7/+30 |
|
|
* | further work on dynamic reconfiguration; | Steven M. Gava | 2002-03-18 | 1 | -0/+33 |
|
|
* | further work on dynamic config changes; | Steven M. Gava | 2002-03-12 | 1 | -1/+15 |
|
|
* | First work on making config changes dynamic, | Steven M. Gava | 2002-03-02 | 1 | -0/+10 |
|
|
* | bugfix for the problem where EditorWindow instances | Steven M. Gava | 2002-02-26 | 1 | -2/+5 |
|
|
* | further work on config system | Steven M. Gava | 2002-02-18 | 1 | -1/+1 |
|
|
* | changeover to new keybinding configuration implementation | Steven M. Gava | 2002-01-19 | 1 | -11/+2 |
|
|
* | loading core keybindings via new config system plus | Steven M. Gava | 2002-01-04 | 1 | -1/+0 |
|
|
* | move core functionality of SearchBindings.py into EditorWindow.py proper | Steven M. Gava | 2002-01-04 | 1 | -0/+41 |
|
|
* | moving to new config system | Steven M. Gava | 2002-01-03 | 1 | -15/+19 |
|
|