aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/idlelib/EditorWindow.py
Commit message (Expand)AuthorAge
* <Home> toggle failing on Tk 8.5, causing IDLE exits. Issue #4676Kurt B. Kaiser2011-03-25
* <Home> toggle non-functional when NumLock setKurt B. Kaiser2011-03-21
* #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-15
* Merged revisions 88174 via svnmerge fromNed Deily2011-01-24
* Issue 6285: catch missing IDLE help file.Terry Reedy2011-01-01
* Merged revisions 87374 via svnmerge fromR. David Murray2010-12-18
* Merged revisions 73415,73417-73418 via svnmerge fromBenjamin Peterson2009-06-22
* Merged revisions 71812 via svnmerge fromKurt B. Kaiser2009-04-26
* Merged revisions 70723 via svnmerge fromKurt B. Kaiser2009-04-04
* Fix for issue5194, based on a patch by Ned Deily.Ronald Oussoren2009-02-12
* Merged revisions 68797,68801 via svnmerge fromBenjamin Peterson2009-01-20
* xrange -> range.Georg Brandl2008-07-19
* Fixed old Tkinter import, the last apparentlyGuilherme Polo2008-05-25
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-17
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-04
* - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has beenTrent Nelson2008-03-18
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-16
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-01
* 1. Fail gracefully if the file fails to decode when loaded.Kurt B. Kaiser2007-09-06
* Point IDLE menu Help / Python Docs at Python 3000 versionKurt B. Kaiser2007-08-31
* Conform to py3k dict.{keys, items, values} with some advice from 2b3Kurt B. Kaiser2007-08-23
* Fix raise with 2to3Kurt B. Kaiser2007-08-23
* Switch to absolute imports to support direct execution of modules. ManyKurt B. Kaiser2007-08-22
* Fix remaining map() issues.Kurt B. Kaiser2007-08-09
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-05
* Merged revisions 56443-56466 via svnmerge fromGuido van Rossum2007-07-20
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-15
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* Remove usage of backticks.Brett Cannon2006-08-25
* Remove has_key() references from idlelib. IDLE still doesn't run dueGuido van Rossum2006-08-22
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Patch #1162825: Support non-ASCII characters in IDLE window titles.Martin v. Löwis2005-11-27
* Following 'syntax' patch, accelerator keys in menus weren't beingKurt B. Kaiser2005-11-22
* Merge IDLE-syntax-branch r39668:41449 into trunkKurt B. Kaiser2005-11-18
* Better indentation after first line of string continuation.Kurt B. Kaiser2005-11-15
* 1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated withKurt B. Kaiser2005-06-12
* 1. Patch 1196895 Jeff Shute:Kurt B. Kaiser2005-06-12
* Removed ability to configure tabs indent from Options dialog. This 'feature'Kurt B. Kaiser2005-01-31
* Add keybindings for del-word-left and del-word-right.Kurt B. Kaiser2005-01-28
* 1. Polish tabbing code.Kurt B. Kaiser2005-01-19
* If an extension can't be loaded, print warning and skip it instead ofKurt B. Kaiser2005-01-18
* The remote procedure call module rpc.py can now access data attributes ofKurt B. Kaiser2004-12-21
* 1. If user passes a non-existant filename on the commandline, just openKurt B. Kaiser2004-08-22
* EditorWindow.py was not finding the .chm help file on Windows. TypoKurt B. Kaiser2004-07-21
* Checking sys.platform for substring 'win' was breaking IDLE docs on MacKurt B. Kaiser2004-07-15
* Noam Raphel: Further developemt of CodeContext feature.Kurt B. Kaiser2004-06-06
* 1. Polish variables in EditorWindow extension loading and Tkinter variable code.Kurt B. Kaiser2004-04-24