Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-29446: tkinter 'import *' only imports what it should (GH-14864) | Flavian Hautbois | 2019-07-26 | 1 | -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 Storchaka | 2018-10-12 | 1 | -0/+8 |
| | |||||
* | Merged revisions 78988 via svnmerge from | Matthias Klose | 2010-03-16 | 1 | -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 Brandl | 2008-05-17 | 1 | -1/+1 |
| | |||||
* | Tkinter move, part 1: move modules. | Georg Brandl | 2008-05-17 | 1 | -0/+132 |