summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* preparation for 2.5a1Anthony Baxter2006-04-032-4/+4
* Source file f.flush() after writing; trying to avoid lossage if userKurt B. Kaiser2006-03-192-1/+5
* Patch #1162825: Support non-ASCII characters in IDLE window titles.Martin v. Löwis2005-11-272-6/+34
* Fix main() callKurt B. Kaiser2005-11-231-3/+3
* 1. Made advanced keybinding dialog functional.Kurt B. Kaiser2005-11-222-13/+27
* Fix typo and update comment obsoleted by 'syntax' patchKurt B. Kaiser2005-11-221-5/+2
* Default two second delay on attribute pop-up, less noisy interface.Kurt B. Kaiser2005-11-221-1/+1
* Following 'syntax' patch, accelerator keys in menus weren't beingKurt B. Kaiser2005-11-221-22/+21
* Merge IDLE-syntax-branch r39668:41449 into trunkKurt B. Kaiser2005-11-1813-201/+1592
* Better indentation after first line of string continuation.Kurt B. Kaiser2005-11-153-5/+20
* Incorporate Tal Einat's comment on Patch 936169: Fixes alignment problem.Kurt B. Kaiser2005-10-032-4/+13
* Tweak CodeContext.py docstrings, comments, and names.Kurt B. Kaiser2005-10-031-51/+57
* Increased performance in CodeContext extension Patch 936169 Noam RaphaelKurt B. Kaiser2005-10-022-31/+49
* Remove unused importNeal Norwitz2005-09-011-1/+0
* Revert previous code elimination, 'filename' is needed.Kurt B. Kaiser2005-08-231-2/+7
* 1. Mac line endings were incorrect when pasting code from some browsersKurt B. Kaiser2005-08-232-7/+6
* Fix all wrong instances of "it's".Georg Brandl2005-07-221-1/+1
* [ 1243081 ] repair typosGeorg Brandl2005-07-221-1/+1
* Remove dead codeKurt B. Kaiser2005-06-212-20/+8
* <Enter> when cursor is on a previous command retrieves that command. InsteadKurt B. Kaiser2005-06-192-7/+32
* 1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated withKurt B. Kaiser2005-06-123-9/+12
* 1. Patch 1196895 Jeff Shute:Kurt B. Kaiser2005-06-125-4/+13
* Improve subprocess link error notificationKurt B. Kaiser2005-05-103-3/+9
* Use Queue's blocking feature instead of sleeping in the mainKurt B. Kaiser2005-05-052-2/+4
* Add config-main.def option to make the 'history' feature non-cyclic.Kurt B. Kaiser2005-02-033-7/+23
* Removed ability to configure tabs indent from Options dialog. This 'feature'Kurt B. Kaiser2005-01-313-90/+41
* Add keybindings for del-word-left and del-word-right.Kurt B. Kaiser2005-01-284-2/+27
* 1. Polish tabbing code.Kurt B. Kaiser2005-01-194-62/+71
* If an extension can't be loaded, print warning and skip it instead ofKurt B. Kaiser2005-01-182-3/+9
* Whitespace normalization.Tim Peters2005-01-131-1/+1
* Improve error handling when .idlerc can't be created.Kurt B. Kaiser2005-01-111-14/+16
* Improve error message if rpc'l localcall() fails with unexpectedKurt B. Kaiser2004-12-231-1/+3
* The GUI was hanging if the shell window was closed while a raw_input()Kurt B. Kaiser2004-12-232-6/+16
* The remote procedure call module rpc.py can now access data attributes ofKurt B. Kaiser2004-12-216-11/+23
* doodedoodedoo on the way to 2.4 finalAnthony Baxter2004-11-301-3/+3
* preparing for 2.4 final (wooooooo!)Anthony Baxter2004-11-291-1/+1
* On OpenBSD, terminating IDLE with ctrl-c from the command line caused aKurt B. Kaiser2004-11-193-2/+12
* 2.4rc1Anthony Baxter2004-11-182-2/+2
* Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set"Kurt B. Kaiser2004-11-161-0/+4
* Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set"Kurt B. Kaiser2004-11-161-0/+3
* The change in the linecache.checkcache() signature at rev 1.13 caused IDLE to...Kurt B. Kaiser2004-11-132-6/+11
* post-releaseAnthony Baxter2004-11-041-0/+5
* release shenanigansAnthony Baxter2004-11-032-2/+2
* format_paragraph_event(): Patch 961387 introduced a bug here, causingTim Peters2004-10-242-13/+24
* release shenanigansAnthony Baxter2004-10-151-0/+6
* 1. If user passes a non-existant filename on the commandline, just openKurt B. Kaiser2004-08-227-47/+40
* SF bug #833957: Ctrl+key combos stop working in IDLERaymond Hettinger2004-08-171-18/+18
* Patch #808719: Ignore the locale's encoding if it is an empty string.Martin v. Löwis2004-08-121-2/+2
* release dateAnthony Baxter2004-08-051-1/+1
* EditorWindow.py was not finding the .chm help file on Windows. TypoKurt B. Kaiser2004-07-211-1/+2