Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28927) | Miss Islington (bot) | 2021-10-13 | 1 | -2/+1 |
| | | | | | (cherry picked from commit f59ed3c310a7ceebf2a56a84ea969a7f75d95b64) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> | ||||
* | bpo-40275: Use new test.support helper submodules in tests (GH-21743) | Hai Shi | 2020-08-06 | 1 | -1/+2 |
| | |||||
* | test_tkinter: use a context manager to close directly the pipe | Victor Stinner | 2011-01-03 | 1 | -1/+2 |
| | | | | Patch written by Nadeem Vawda | ||||
* | Merged revisions 73495 via svnmerge from | Guilherme Polo | 2009-06-21 | 1 | -0/+45 |
svn+ssh://pythondev/python/trunk ........ r73495 | guilherme.polo | 2009-06-21 14:22:50 -0300 (Sun, 21 Jun 2009) | 4 lines Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl to Lib/lib-tk/test/test_tkinter/test_loadtk in order to follow the behaviour of test_ttkguionly. ........ |