summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/FileList.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-2/+2
| | | | | | | | | There's one major and one minor category still unfixed: doctests are the major category (and I hope to be able to augment the refactoring tool to refactor bona fide doctests soon); other code generating print statements in strings is the minor category. (Oh, and I don't know if the compiler package works.)
* Remove has_key() references from idlelib. IDLE still doesn't run dueGuido van Rossum2006-08-221-2/+2
| | | | to relative import issues. Any volunteers?
* 1. If user passes a non-existant filename on the commandline, just openKurt B. Kaiser2004-08-221-28/+10
| | | | | | | | | | | | | | | | | 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
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-3/+3
| | | | From SF patch #852334.
* 1. Update WindowList registry when filename changes so thatKurt B. Kaiser2003-06-061-4/+0
| | | | | | | | | | 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
* SF 748973 Guido van Rossum patchKurt B. Kaiser2003-06-051-2/+2
| | | | | | | | | 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
* py-cvs-2000_07_13 (Rev 1.9) mergeKurt B. Kaiser2001-07-141-11/+7
| | | | | | | | | | | "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.
* py-cvs-rel2_1 (Rev 1.8) merge - whitespace normalizationKurt B. Kaiser2001-07-131-6/+6
|
* Initial revisionDavid Scherer2000-08-151-0/+150