summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/tkFileDialog.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-4/+4
| | | | | | | | | 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.)
* 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
| | | | Backported to 2.3.
* Add a missing 'self,' to a super call in recently checked-in code.Guido van Rossum2003-06-151-1/+1
| | | | This was reported in the IDLEFORK bug tracker as #754971.
* Properly deal with tuples in Open._fixresult. Fixes bug reported inMartin v. Löwis2003-06-141-3/+16
| | | | follow-up to #621891.
* Convert Tcl path objects to strings. Fixes #661357.Martin v. Löwis2003-01-041-0/+6
| | | | Provide .string attribute and __unicode for Tcl_Objs.
* 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
| | | | Also delegate kw arguments through ** calls.
* 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