summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/filedialog.py
Commit message (Expand)AuthorAgeFilesLines
* gh-102799: use exception instance instead of sys.exc_info() (#102885)Irit Katriel2023-03-311-3/+2
* bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialogs by w...Serhiy Storchaka2021-04-251-0/+2
* Fix typos mostly in comments, docs and test names (GH-15209)Min ho Kim2019-08-301-1/+1
* bpo-29446: tkinter 'import *' only imports what it should (GH-14864)Flavian Hautbois2019-07-261-4/+10
* bpo-34964: Make Tkinter sources more readable by adding blank lines. (GH-9822)Serhiy Storchaka2018-10-121-2/+8
* Replace os.error with OSError in tkinter and IDLEAndrew Svetlov2012-12-171-2/+2
* Remove redundant imports.Florent Xicluna2011-11-041-2/+0
* #4406 Directory has to inherit from commondialog.DialogBenjamin Peterson2008-12-311-1/+1
* Tkinter, step 4: merge simple- and filedialog modules.Georg Brandl2008-05-171-0/+207
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-171-2/+2
* Tkinter move, part 1: move modules.Georg Brandl2008-05-171-0/+274