Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. ........ |