1. 597ebab A few more test skips via import_module, and change import_module to by R. David Murray · 16 years ago
  2. 8e5e438 Eliminated the need to use ttk.__loadtk__ and the problems related it. by Guilherme Polo · 17 years ago
  3. 3b331dd Restore Tkinter.Tk._loadtk so this test doesn't fail for problems by Guilherme Polo · 17 years ago
  4. b3619be make _tkinter._flatten check the result of PySequence_Size for errors #3880 by Benjamin Peterson · 17 years ago
  5. 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 17 years ago
  6. d21dabc change some imports in tests so they will not be skipped in 3.0 by Benjamin Peterson · 17 years ago
  7. b2afe85 Make use of new str.startswith/endswith semantics. by Georg Brandl · 19 years ago
  8. a6c67b5 Stop test_tcl's testLoadTk from leaking the Tk commands 'loadtk' registers. by Thomas Wouters · 19 years ago
  9. 3684c87 Have testLoadTkFailure() skip on cygwin since Tcl/Tk on cygwin renders to the by Brett Cannon · 21 years ago
  10. 27f8836 Whitespace normalization. by Tim Peters · 21 years ago
  11. 1c5701d Fix test failure for test_tcl on OS/X and Windows if a by David Ascher · 21 years ago
  12. 9a8d55e Cleanup: remove test file after it is used. by Neal Norwitz · 21 years ago
  13. 63dfece Get test to work when run from regrtest (add test_main), remove all CRs (^M)s by Neal Norwitz · 21 years ago
  14. e2b4b32 Implementation of patch 869468 by David Ascher · 21 years ago