Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autocompletion of filenames now support alternate separators, e.g. the | Kurt B. Kaiser | 2008-04-27 | 1 | -1/+4 |
| | | | | '/' char on Windows. Patch 2061 Tal Einat. | ||||
* | Improved AutoCompleteWindow logic. Patch 2062 Tal Einat. | Kurt B. Kaiser | 2008-04-27 | 1 | -0/+2 |
| | |||||
* | Home / Control-A toggles between left margin and end of leading white | Kurt B. Kaiser | 2008-04-27 | 1 | -0/+3 |
| | | | | | | | | space. Patch 1196903 Jeff Shute. M idlelib/PyShell.py M idlelib/EditorWindow.py M idlelib/NEWS.txt | ||||
* | Issue 2665: On Windows, sys.stderr does not contain a valid file when ↵ | Amaury Forgeot d'Arc | 2008-04-21 | 1 | -0/+8 |
| | | | | | | | | | | running without a console. It seems to work, but will fail at the first flush. This causes IDLE to crash when too many warnings are printed. Will backport. | ||||
* | Give IDLE a release date | Barry Warsaw | 2008-03-01 | 1 | -1/+1 |
| | |||||
* | Configured selection highlighting colors were ignored; updating highlighting | Kurt B. Kaiser | 2008-02-15 | 1 | -0/+4 |
| | | | | | in the config dialog would cause non-Python files to be colored as if they were Python source; improve use of ColorDelagator. Patch 1334. Tal Einat. | ||||
* | ScriptBinding event handlers weren't returning 'break'. Patch 2050, Tal Einat. | Kurt B. Kaiser | 2008-02-15 | 1 | -0/+2 |
| | |||||
* | Bring NEWS.txt up to date from check-in msgs. | Kurt B. Kaiser | 2008-02-14 | 1 | -0/+7 |
| | |||||
* | There was an error on exit if no sys.exitfunc was defined. Issue 1647. | Kurt B. Kaiser | 2008-01-23 | 1 | -0/+2 |
| | |||||
* | Could not open files in .idlerc directory if latter was hidden on Windows. | Kurt B. Kaiser | 2008-01-23 | 1 | -1/+4 |
| | | | | Issue 1743, Issue 1862. | ||||
* | Configure Dialog: improved layout for keybinding. Patch 1457 Tal Einat. | Kurt B. Kaiser | 2007-12-28 | 1 | -0/+2 |
| | |||||
* | check in Tal Einat's update to tabpage.py | Kurt B. Kaiser | 2007-10-30 | 1 | -0/+3 |
| | | | | | | | | Patch 1612746 M configDialog.py M NEWS.txt AM tabbedpages.py | ||||
* | Add confirmation dialog before printing. Patch 1717170 Tal Einat. | Kurt B. Kaiser | 2007-10-28 | 1 | -0/+2 |
| | |||||
* | show paste if > 80 columns. Patch 1659326 Tal Einat. | Kurt B. Kaiser | 2007-10-10 | 1 | -0/+2 |
| | |||||
* | Allow cursor color change w/o restart. Patch 1725576 Tal Einat. | Kurt B. Kaiser | 2007-10-10 | 1 | -0/+2 |
| | |||||
* | Allow interrupt only when executing user code in subprocess | Kurt B. Kaiser | 2007-10-09 | 1 | -0/+3 |
| | | | | Patch 1225 Tal Einat modified from IDLE-Spoon. | ||||
* | configDialog cleanup. Patch 1730217 Tal Einat. | Kurt B. Kaiser | 2007-10-04 | 1 | -0/+2 |
| | |||||
* | textView cleanup. Patch 1718043 Tal Einat. | Kurt B. Kaiser | 2007-10-04 | 1 | -0/+2 |
| | | | | | | | M idlelib/EditorWindow.py M idlelib/aboutDialog.py M idlelib/textView.py M idlelib/NEWS.txt | ||||
* | Clean up EditorWindow close. | Kurt B. Kaiser | 2007-10-04 | 1 | -0/+4 |
| | |||||
* | Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented; | Kurt B. Kaiser | 2007-02-08 | 1 | -0/+5 |
| | | | | | | mouse and cursor selection in ACWindow implemented; double Tab inserts current selection and closes ACW (similar to double-click and Return); scroll wheel now works in ACW. Added AutoComplete instructions to IDLE Help. | ||||
* | [ 1621265 ] Auto-completion list placement | Kurt B. Kaiser | 2007-02-07 | 1 | -0/+3 |
| | | | | | Move AC window below input line unless not enough space, then put it above. Patch: Tal Einat | ||||
* | 1. Calltips now 'handle' tuples in the argument list (display '<tuple>' :) | Kurt B. Kaiser | 2007-02-05 | 1 | -0/+3 |
| | | | | | | Suggested solution by Christos Georgiou, Bug 791968. 2. Clean up tests, were not failing when they should have been. 4. Remove some camelcase and an unneeded try/except block. | ||||
* | Add 'raw' support to configHandler. Patch 1650174 Tal Einat. | Kurt B. Kaiser | 2007-02-05 | 1 | -0/+2 |
| | |||||
* | 1. Avoid hang when encountering a duplicate in a completion list. Bug 1571112. | Kurt B. Kaiser | 2006-12-15 | 1 | -0/+20 |
| | | | | | | | 2. Duplicate some old entries from Python's NEWS to IDLE's NEWS.txt M AutoCompleteWindow.py M NEWS.txt | ||||
* | Move IDLE news into NEWS.txt. | Martin v. Löwis | 2006-12-03 | 1 | -0/+3 |
| | |||||
* | Some syntax errors were being caught by tokenize during the tabnanny | Kurt B. Kaiser | 2006-10-01 | 1 | -0/+4 |
| | | | | | check, resulting in obscure error messages. Do the syntax check first. Bug 1562716, 1562719 | ||||
* | Updating IDLE's version number to match Python's (as per python-dev | Anthony Baxter | 2006-08-18 | 1 | -0/+9 |
| | | | | discussion). | ||||
* | File menu hotkeys: there were three 'p' assignments. Reassign the | Kurt B. Kaiser | 2006-08-16 | 1 | -0/+4 |
| | | | | | | | | | 'Save Copy As' and 'Print' hotkeys to 'y' and 't'. Change the Shell menu hotkey from 's' to 'l'. M Bindings.py M PyShell.py M NEWS.txt | ||||
* | Patch #1540892: site.py Quitter() class attempts to close sys.stdin | Kurt B. Kaiser | 2006-08-16 | 1 | -1/+5 |
| | | | | | | | | | | before raising SystemExit, allowing IDLE to honor quit() and exit(). M Lib/site.py M Lib/idlelib/PyShell.py M Lib/idlelib/CREDITS.txt M Lib/idlelib/NEWS.txt M Misc/NEWS | ||||
* | preparing for 2.5c1 | Anthony Baxter | 2006-08-16 | 1 | -1/+1 |
| | |||||
* | The 'with' statement is now a Code Context block opener | Kurt B. Kaiser | 2006-08-16 | 1 | -0/+2 |
| | |||||
* | Retrieval of previous shell command was not always preserving indentation | Kurt B. Kaiser | 2006-08-10 | 1 | -0/+3 |
| | | | | since 1.2a1) Patch 1528468 Tal Einat. | ||||
* | Changing tokenize (39046) to detect dedent broke tabnanny check (since 1.2a1) | Kurt B. Kaiser | 2006-08-10 | 1 | -0/+2 |
| | |||||
* | ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1). | Kurt B. Kaiser | 2006-08-09 | 1 | -0/+2 |
| | |||||
* | Typo fix | Andrew M. Kuchling | 2006-08-09 | 1 | -1/+1 |
| | |||||
* | 1. When used w/o subprocess, all exceptions were preceeded by an error | Kurt B. Kaiser | 2006-08-09 | 1 | -0/+8 |
| | | | | | | | | | message claiming they were IDLE internal errors (since 1.2a1). 2. Add Ronald Oussoren to CREDITS M NEWS.txt M PyShell.py M CREDITS.txt | ||||
* | pre-release machinations | Anthony Baxter | 2006-08-02 | 1 | -2/+2 |
| | |||||
* | - EditorWindow.test() was failing. Bug 1417598 | Kurt B. Kaiser | 2006-07-24 | 1 | -0/+2 |
| | | | | | | M EditorWindow.py M ScriptBinding.py M NEWS.txt | ||||
* | EditorWindow failed when used stand-alone if sys.ps1 not set. | Kurt B. Kaiser | 2006-07-24 | 1 | -0/+3 |
| | | | | | | | | Bug 1010370 Dave Florek M EditorWindow.py M PyShell.py M NEWS.txt | ||||
* | Tooltips failed on new-syle class __init__ args. Bug 1027566 Loren Guthrie | Kurt B. Kaiser | 2006-07-23 | 1 | -0/+2 |
| | |||||
* | Avoid occasional failure to detect closing paren properly. | Kurt B. Kaiser | 2006-07-20 | 1 | -0/+3 |
| | | | | | | | | Patch 1407280 Tal Einat M ParenMatch.py M NEWS.txt M CREDITS.txt | ||||
* | Rebinding Tab key was inserting 'tab' instead of 'Tab'. Bug 1179168. | Kurt B. Kaiser | 2006-07-18 | 1 | -0/+11 |
| | |||||
* | preparing for 2.5b2 | Anthony Baxter | 2006-07-10 | 1 | -0/+5 |
| | |||||
* | Preparing for 2.5b1. | Anthony Baxter | 2006-06-19 | 1 | -0/+5 |
| | |||||
* | 2.5a2 | Anthony Baxter | 2006-04-27 | 1 | -0/+5 |
| | |||||
* | preparation for 2.5a1 | Anthony Baxter | 2006-04-03 | 1 | -3/+3 |
| | |||||
* | Source file f.flush() after writing; trying to avoid lossage if user | Kurt B. Kaiser | 2006-03-19 | 1 | -1/+4 |
| | | | | kills GUI. Report from B. Sherwood. Backport to 2.3.4. | ||||
* | 1. Made advanced keybinding dialog functional. | Kurt B. Kaiser | 2005-11-22 | 1 | -1/+8 |
| | | | | 2. Allow binding of movement keys | ||||
* | Better indentation after first line of string continuation. | Kurt B. Kaiser | 2005-11-15 | 1 | -0/+3 |
| | | | | IDLEfork Patch 681992, Noam Raphael | ||||
* | Incorporate Tal Einat's comment on Patch 936169: Fixes alignment problem. | Kurt B. Kaiser | 2005-10-03 | 1 | -0/+2 |
| |