summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/tkFileDialog.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-6/+5
* Convert path objects to strings in askdirectory. Fixes #852314.Martin v. Löwis2003-12-011-0/+6
* Add a missing 'self,' to a super call in recently checked-in code.Guido van Rossum2003-06-151-1/+1
* Properly deal with tuples in Open._fixresult. Fixes bug reported inMartin v. Löwis2003-06-141-3/+16
* Convert Tcl path objects to strings. Fixes #661357.Martin v. Löwis2003-01-041-0/+6
* Patch #621891: Add askopenfile{name}s.Martin v. Löwis2002-10-131-1/+33
* Patch #539392: Invoke setlocale, try opening the file in demo mode.Martin v. Löwis2002-04-081-2/+18
* Fix typo in labelAndrew M. Kuchling2002-01-021-1/+1
* Print encoded versions of the file names in test application. Fixes #496084Martin v. Löwis2001-12-301-2/+16
* Merge directory chooser into tkFileDialog.Martin v. Löwis2001-11-081-2/+18
* Patch #478654: Expose tk_chooseDirectory.Martin v. Löwis2001-11-071-4/+11
* Give in to the tab police.Guido van Rossum1998-03-201-6/+6
* New dialog routines (Fred Lundh)Guido van Rossum1997-07-191-0/+106