summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/FileDialog.py
Commit message (Expand)AuthorAgeFilesLines
* replace has_key with 'in' operatorBenjamin Peterson2009-10-091-1/+1
* Tkinter renaming reversal: move modules back in their place.Georg Brandl2008-05-201-0/+274
* Tkinter renaming reversal: Delete all stubs from lib-tk.Georg Brandl2008-05-201-8/+0
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-161-0/+8
* Step 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package.Georg Brandl2008-05-161-274/+0
* Wait for visibility before setting a grab. Fixes #946153.Martin v. Löwis2004-08-031-0/+1
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* Fix example in a docstring to not use 'file' as a variable nameAndrew M. Kuchling2003-01-211-2/+2
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* When a file name is selected ("OK" button, <Return> in the filename entry),Fred Drake1998-05-061-1/+5
* Give in to the tab police.Guido van Rossum1998-03-201-163/+163
* Fix the following bug:Guido van Rossum1997-01-031-4/+6
* Major overhaul:Guido van Rossum1996-05-281-48/+101
* 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