| Commit message (Expand) | Author | Age | Files | Lines |
* | show paste if > 80 columns. Patch 1659326 Tal Einat. | Kurt B. Kaiser | 2007-10-10 | 1 | -0/+1 |
|
|
* | textView cleanup. Patch 1718043 Tal Einat. | Kurt B. Kaiser | 2007-10-04 | 1 | -1/+1 |
|
|
* | Clean up EditorWindow close. | Kurt B. Kaiser | 2007-10-04 | 1 | -13/+14 |
|
|
* | - idle: Honor the "Cancel" action in the save dialog (Debian bug #299092). | Matthias Klose | 2007-01-11 | 1 | -1/+1 |
|
|
* | Patch #1362975: Rework CodeContext indentation algorithm to | Martin v. Löwis | 2006-11-22 | 1 | -1/+1 |
|
|
* | ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1). | Kurt B. Kaiser | 2006-08-09 | 1 | -5/+5 |
|
|
* | Fix bug #1517990: IDLE keybindings on OSX | Ronald Oussoren | 2006-07-25 | 1 | -1/+1 |
|
|
* | - EditorWindow.test() was failing. Bug 1417598 | Kurt B. Kaiser | 2006-07-24 | 1 | -2/+3 |
|
|
* | EditorWindow failed when used stand-alone if sys.ps1 not set. | Kurt B. Kaiser | 2006-07-24 | 1 | -0/+4 |
|
|
* | Without this patch CMD-W won't close EditorWindows on MacOS X. This solves | Ronald Oussoren | 2006-07-23 | 1 | -0/+3 |
|
|
* | This patch improves the L&F of IDLE on OSX. The changes are conditionalized on | Ronald Oussoren | 2006-06-11 | 1 | -0/+25 |
|
|
* | Make use of new str.startswith/endswith semantics. | Georg Brandl | 2006-06-09 | 1 | -1/+1 |
|
|
* | Patch #1162825: Support non-ASCII characters in IDLE window titles. | Martin v. Löwis | 2005-11-27 | 1 | -4/+23 |
|
|
* | Following 'syntax' patch, accelerator keys in menus weren't being | Kurt B. Kaiser | 2005-11-22 | 1 | -22/+21 |
|
|
* | Merge IDLE-syntax-branch r39668:41449 into trunk | Kurt B. Kaiser | 2005-11-18 | 1 | -15/+46 |
|
|
* | Better indentation after first line of string continuation. | Kurt B. Kaiser | 2005-11-15 | 1 | -2/+6 |
|
|
* | 1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with | Kurt B. Kaiser | 2005-06-12 | 1 | -1/+1 |
|
|
* | 1. Patch 1196895 Jeff Shute: | Kurt B. Kaiser | 2005-06-12 | 1 | -1/+2 |
|
|
* | Removed ability to configure tabs indent from Options dialog. This 'feature' | Kurt B. Kaiser | 2005-01-31 | 1 | -12/+23 |
|
|
* | Add keybindings for del-word-left and del-word-right. | Kurt B. Kaiser | 2005-01-28 | 1 | -0/+10 |
|
|
* | 1. Polish tabbing code. | Kurt B. Kaiser | 2005-01-19 | 1 | -61/+56 |
|
|
* | If an extension can't be loaded, print warning and skip it instead of | Kurt B. Kaiser | 2005-01-18 | 1 | -2/+5 |
|
|
* | The remote procedure call module rpc.py can now access data attributes of | Kurt B. Kaiser | 2004-12-21 | 1 | -2/+2 |
|
|
* | 1. If user passes a non-existant filename on the commandline, just open | Kurt B. Kaiser | 2004-08-22 | 1 | -8/+2 |
|
|
* | 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 |
|
|