summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/tkCommonDialog.py
Commit message (Expand)AuthorAgeFilesLines
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-201-3/+3
* Tkinter renaming reversal: move modules back in their place.Georg Brandl2008-05-201-0/+60
* 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-60/+0
* r903@spiff: Fredrik | 2005-11-12 16:28:37 +0100Fredrik Lundh2005-11-121-4/+0
* SF patch #701494: more apply removalsRaymond Hettinger2003-04-061-1/+1
* Patch #515598: removed unused import of os.Martin v. Löwis2002-02-161-1/+0
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-1/+0
* When no master widget is specified, use options['parent'] if it exists.Guido van Rossum1998-10-121-0/+2
* Give in to the tab police.Guido van Rossum1998-03-201-3/+3
* Fred Lundh's latest versions.Guido van Rossum1997-08-141-1/+2
* New dialog routines (Fred Lundh)Guido van Rossum1997-07-191-0/+63