summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/FileDialog.py
Commit message (Collapse)AuthorAgeFilesLines
* Major overhaul:Guido van Rossum1996-05-281-48/+101
| | | | | | | | | | | | | | - Support ~[user] expansion. - Remember last directory and pattern; optional 'key' argument specifies different memory locations. - Absolutify pathnames if possible. - WM close event cancels the dialog. - First arg to go() can be either a directory or a file (renamed to dir_of_file); defaults to current directory.
* don't export selectionGuido van Rossum1996-05-281-2/+2
|
* Filter button should set selection's directory, tooGuido van Rossum1995-09-011-1/+4
|
* Initial revisionGuido van Rossum1995-08-291-0/+211