1. 17c0178 Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with by Serhiy Storchaka · 11 years ago
  2. ceaf682 Issue #22226: Added private function _splitdict() in the Tkinter module. by Serhiy Storchaka · 11 years ago
  3. ede745a Clean up test_user_command. by Serhiy Storchaka · 11 years ago
  4. 77149a1 Issue #21951: Temporary skip crashing test_user_command on AIX. by Serhiy Storchaka · 11 years ago
  5. 5fc570f Issue #21881: Just omit tests for platform-specific NaN representation in test_tcl. by Serhiy Storchaka · 11 years ago
  6. 668af7e Issue #21881: Be more tolerant in test_tcl to not parsable by float() NaN by Serhiy Storchaka · 11 years ago
  7. 2a0220b Issue #21552: Fixed possible integer overflow of too long string lengths in by Serhiy Storchaka · 11 years ago
  8. d11e8b6 Add tests for getint, getdouble and getboolean methods of the tkapp object. by Serhiy Storchaka · 11 years ago
  9. aa73ea0 Issue #20743: Fix a reference leak in test_tcl. by Antoine Pitrou · 11 years ago
  10. 76249ea Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 11 years ago
  11. 90ecc00 Skip expr* tests for large integers for Tcl <8.5. by Serhiy Storchaka · 12 years ago
  12. ccffb25 Issue #20368: The null character now correctly passed from Tcl to Python (in by Serhiy Storchaka · 12 years ago
  13. d2eff23 Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), by Serhiy Storchaka · 12 years ago
  14. 15b67d7 Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5. by Serhiy Storchaka · 12 years ago
  15. eb7ef94 Third attempt to fix test_user_command on OpenSolaris. by Serhiy Storchaka · 12 years ago
  16. dc97667 Other attempt to fix test_user_command on OpenSolaris. by Serhiy Storchaka · 12 years ago
  17. 83515ec Try to fix test_user_command on OpenSolaris where floats can have different by Serhiy Storchaka · 12 years ago
  18. 29d8e85 Added test_user_command in test_tcl. by Serhiy Storchaka · 12 years ago
  19. e0ed2d7 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 12 years ago
  20. 5542b15 Issue #19320: test_tcl no longer fails when wantobjects is false. by Serhiy Storchaka · 12 years ago
  21. 78ecaba Print Tk patchlevel in test_tcl in verbose mode (issue19654). by Serhiy Storchaka · 12 years ago
  22. 57d35c6 Issue #17883: Tweak test_tcl testLoadWithUNC to skip the test in the by Zachary Ware · 12 years ago
  23. 9402533 Fixed tests with Tcl/Tk <8.5 (closes #18964). by Serhiy Storchaka · 12 years ago
  24. 2ac1c1a Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj by Serhiy Storchaka · 12 years ago
  25. 4203570 Issue #17119: Fixed integer overflows when processing large Unicode strings by Serhiy Storchaka · 12 years ago
  26. fab6542 Issue #18101: Tcl.split() now process Unicode strings nested in a tuple as it by Serhiy Storchaka · 12 years ago
  27. 794e557 #17833: add debug output to investigate buildbot failure. by Ezio Melotti · 12 years ago
  28. b1d6f85 Issue17883: Update to assertIn to see why test fails on one buildbot. by Terry Jan Reedy · 12 years ago
  29. 0a4a7e1 Fix deprecation warning in test_tcl. by Ezio Melotti · 12 years ago
  30. 4a88041 Issue #17118: Add new tests for testing Python-Tcl interaction. by Serhiy Storchaka · 12 years ago
  31. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  32. eba67c0 Issue #6470: Drop UNC prefix in FixTk.py by Martin v. Löwis · 15 years ago
  33. 7f146ab Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl to by Guilherme Polo · 16 years ago
  34. 6733bed Make test.test_support.EnvironmentVarGuard behave like a dictionary. by Walter Dörwald · 16 years ago
  35. 597ebab A few more test skips via import_module, and change import_module to by R. David Murray · 16 years ago
  36. 8e5e438 Eliminated the need to use ttk.__loadtk__ and the problems related it. by Guilherme Polo · 17 years ago
  37. 3b331dd Restore Tkinter.Tk._loadtk so this test doesn't fail for problems by Guilherme Polo · 17 years ago
  38. b3619be make _tkinter._flatten check the result of PySequence_Size for errors #3880 by Benjamin Peterson · 17 years ago
  39. 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 17 years ago
  40. d21dabc change some imports in tests so they will not be skipped in 3.0 by Benjamin Peterson · 17 years ago
  41. b2afe85 Make use of new str.startswith/endswith semantics. by Georg Brandl · 19 years ago
  42. a6c67b5 Stop test_tcl's testLoadTk from leaking the Tk commands 'loadtk' registers. by Thomas Wouters · 19 years ago
  43. 3684c87 Have testLoadTkFailure() skip on cygwin since Tcl/Tk on cygwin renders to the by Brett Cannon · 21 years ago
  44. 27f8836 Whitespace normalization. by Tim Peters · 21 years ago
  45. 1c5701d Fix test failure for test_tcl on OS/X and Windows if a by David Ascher · 21 years ago
  46. 9a8d55e Cleanup: remove test file after it is used. by Neal Norwitz · 21 years ago
  47. 63dfece Get test to work when run from regrtest (add test_main), remove all CRs (^M)s by Neal Norwitz · 21 years ago
  48. e2b4b32 Implementation of patch 869468 by David Ascher · 21 years ago