History log of /external/python/cpython2/Lib/idlelib/FileList.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8ec374cc93aed86c270dd3729295748683744d19 07-Dec-2010 Ronald Oussoren <ronaldoussoren@mac.com> Merged revisions 87119 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
r87119 | ronald.oussoren | 2010-12-07 16:28:10 +0100 (Tue, 07 Dec 2010) | 2 lines

Fix for issue #10107: Without this patch IDLE on OSX doesn't warn about unsaved files when quitting.
........
/external/python/cpython2/Lib/idlelib/FileList.py
d630c04ab1ab35e2ec6eeeaba9bdcb9f8e730e78 02-Apr-2010 Florent Xicluna <florent.xicluna@gmail.com> #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports.
/external/python/cpython2/Lib/idlelib/FileList.py
6e3dbbdf39f3b4eb6f18c0165e446df17218b7dc 10-Oct-2009 Benjamin Peterson <benjamin@python.org> replace has_key with 'in' operator
/external/python/cpython2/Lib/idlelib/FileList.py
6634bf2919d855ccd821e878b8cc00c7209f1cbe 20-May-2008 Georg Brandl <georg@python.org> Tkinter rename reversal: remove tkinter package, adapt imports and docs.
/external/python/cpython2/Lib/idlelib/FileList.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/FileList.py
0b634efcbcd10d9364796e9b048f18cd4a08b88b 04-Oct-2007 Kurt B. Kaiser <kbk@shore.net> Clean up EditorWindow close.
/external/python/cpython2/Lib/idlelib/FileList.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/FileList.py
70a6b49821a3226f55e9716f32d802d06640cb89 12-Feb-2004 Walter Dörwald <walter@livinglogic.de> Replace backticks with repr() or "%r"

From SF patch #852334.
/external/python/cpython2/Lib/idlelib/FileList.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/FileList.py
d2f4861a0b52a2af5ea3395267a5c56541352f8f 05-Jun-2003 Kurt B. Kaiser <kbk@shore.net> SF 748973 Guido van Rossum patch

New Window should save in the directory of the Editor Window
from which it was selected.

M EditorWindow.py
M FileList.py
M IOBinding.py
/external/python/cpython2/Lib/idlelib/FileList.py
df8a40fbf57b7dd794803365a856b1f0f235d915 14-Jul-2001 Kurt B. Kaiser <kbk@shore.net> py-cvs-2000_07_13 (Rev 1.9) merge

"Delete goodname() method, which is unused. Add gotofileline(), a
convenience method which I intend to use in a
variant. Rename test() to _test()." --GvR

This was an interesting merge. The join completely missed removing
goodname(), which was adjacent, but outside of, a small conflict.
I only caught it by comparing the 1.1.3.2/1.1.3.3 diff. CVS ain't
infallible.
/external/python/cpython2/Lib/idlelib/FileList.py
6be679047ba17cdfd37a03544e818ec484832cce 13-Jul-2001 Kurt B. Kaiser <kbk@shore.net> py-cvs-rel2_1 (Rev 1.8) merge - whitespace normalization
/external/python/cpython2/Lib/idlelib/FileList.py
7aced17437a6b05bc4b0b5ff93aa6a5d3a374d68 15-Aug-2000 David Scherer <dscherer@cmu.edu> Initial revision
/external/python/cpython2/Lib/idlelib/FileList.py