]> granicus.if.org Git - python/commit
1. If user passes a non-existant filename on the commandline, just open
authorKurt B. Kaiser <kbk@shore.net>
Sun, 22 Aug 2004 05:14:32 +0000 (05:14 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Sun, 22 Aug 2004 05:14:32 +0000 (05:14 +0000)
commit183403a271977a26c0b77dbcf62e19395c007288
treea999a52ca973e661ac249a934a5358a1cbb83c03
parente594bee5351d6109ca5e6a7dde45e5ddd08ebe48
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
Lib/idlelib/Debugger.py
Lib/idlelib/EditorWindow.py
Lib/idlelib/FileList.py
Lib/idlelib/NEWS.txt
Lib/idlelib/PyShell.py
Lib/idlelib/WindowList.py
Lib/idlelib/idlever.py