History log of /external/python/cpython2/Lib/idlelib/WindowList.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6634bf2919d855ccd821e878b8cc00c7209f1cbe 20-May-2008 Georg Brandl <georg@python.org> Tkinter rename reversal: remove tkinter package, adapt imports and docs.
/external/python/cpython2/Lib/idlelib/WindowList.py
ad9afeb8f02db9a13d2ed8e45361ecbc0d19bd32 16-May-2008 Georg Brandl <georg@python.org> Tkinter rename, step 2: fix imports and add stub modules.
/external/python/cpython2/Lib/idlelib/WindowList.py
183403a271977a26c0b77dbcf62e19395c007288 22-Aug-2004 Kurt B. Kaiser <kbk@shore.net> 1. If user passes a non-existant filename on the commandline, just open
a new file, don't raise a dialog. IDLEfork 954928.
2. Refactor EditorWindow.wakeup() to WindowList.ListedToplevel.wakeup() and
clarify that the Toplevel of an EditorWindow is a WindowList.ListedToplevel.
3. Make a number of improvements to keyboard focus binding. Improve window
raising, especially in the debugger. IDLEfork Bug 763524 (GvR list).
4. Bump idlever to 1.1a3

M Debugger.py
M EditorWindow.py
M FileList.py
M NEWS.txt
M PyShell.py
M WindowList.py
M idlever.py
/external/python/cpython2/Lib/idlelib/WindowList.py
260cb9034c861fa159f26fba8679ac265af47109 06-Jun-2003 Kurt B. Kaiser <kbk@shore.net> 1. Update WindowList registry when filename changes so that
Window menu updates.
2. Display Python Shell window in Window menu
3. Remove some dead code in FileList.py

M EditorWindow.py
M FileList.py
M WindowList.py
/external/python/cpython2/Lib/idlelib/WindowList.py
beb6bd96593401fdb71464baaec255f7c12ce365 04-Oct-2002 Kurt B. Kaiser <kbk@shore.net> Josh Robb's Patch
[ 617109 ] WindowList.py: fix win98 quit.
/external/python/cpython2/Lib/idlelib/WindowList.py
817a76cfbb3b636d6f084ea859ce61f1cdaece83 12-Jul-2001 Steven M. Gava <elguavas@python.net> py-cvs merge, correct indentation
/external/python/cpython2/Lib/idlelib/WindowList.py
7aced17437a6b05bc4b0b5ff93aa6a5d3a374d68 15-Aug-2000 David Scherer <dscherer@cmu.edu> Initial revision
/external/python/cpython2/Lib/idlelib/WindowList.py