summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/messagebox.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-29446: tkinter 'import *' only imports what it should (GH-14864)Flavian Hautbois2019-07-261-0/+4
| | | | Add __all__ to tkinter.__init__ and submodules. Replace 'import *' with explicit imports in some submodules.
* bpo-34964: Make Tkinter sources more readable by adding blank lines. (GH-9822)Serhiy Storchaka2018-10-121-0/+8
|
* Merged revisions 78988 via svnmerge fromMatthias Klose2010-03-161-3/+5
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78988 | matthias.klose | 2010-03-16 11:48:52 +0100 (Tue, 16 Mar 2010) | 3 lines - Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBox with Tcl/Tk-8.5. ........
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-171-1/+1
|
* Tkinter move, part 1: move modules.Georg Brandl2008-05-171-0/+132