1. 369606d Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments. by Serhiy Storchaka · 11 years ago
  2. dfa689b Fixed tests with Tcl/Tk <8.5 (closes #18964). by Serhiy Storchaka · 11 years ago
  3. 203eb31 Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj by Serhiy Storchaka · 11 years ago
  4. 9e6b975 Issue #17119: Fixed integer overflows when processing large strings and tuples by Serhiy Storchaka · 11 years ago
  5. 275d5fd Issue #18101: Tcl.split() now process strings nested in a tuple as it by Serhiy Storchaka · 11 years ago
  6. 743c85a Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware. by Terry Jan Reedy · 11 years ago
  7. df4bb46 Issue #17118: Add new tests for testing Python-Tcl interaction. by Serhiy Storchaka · 12 years ago
  8. dda7fdf Skip estLoadWithUNC when UNC is not available. by Hirokazu Yamamoto · 14 years ago
  9. f2dec8d In Python3000, Tkinter was renamed to tkinter. And print is now function. by Hirokazu Yamamoto · 14 years ago
  10. ec5ae3b Fix bad merge: test_support -> support. by Georg Brandl · 14 years ago
  11. 2d5157e Merged revisions 81701 via svnmerge from by Martin v. Löwis · 14 years ago
  12. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  13. 2a998fa Merged revisions 73495 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  14. 155374d Merged revisions 72167 via svnmerge from by Walter Dörwald · 15 years ago
  15. a21e4ca Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge by R. David Murray · 15 years ago
  16. fa8fba9 Merged revisions 69404 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
  17. b41bc91 Fixing changes from the last merge. by Guilherme Polo · 16 years ago
  18. 5c6d787 Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from by Benjamin Peterson · 16 years ago
  19. c4bbc8d Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge from by Benjamin Peterson · 16 years ago
  20. 3b4b45b #2967: Tkinter -> tkinter in test_tcl. by Georg Brandl · 16 years ago
  21. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  22. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  23. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  24. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  25. 3684c87 Have testLoadTkFailure() skip on cygwin since Tcl/Tk on cygwin renders to the by Brett Cannon · 20 years ago
  26. 27f8836 Whitespace normalization. by Tim Peters · 20 years ago
  27. 1c5701d Fix test failure for test_tcl on OS/X and Windows if a by David Ascher · 20 years ago
  28. 9a8d55e Cleanup: remove test file after it is used. by Neal Norwitz · 21 years ago
  29. 63dfece Get test to work when run from regrtest (add test_main), remove all CRs (^M)s by Neal Norwitz · 21 years ago
  30. e2b4b32 Implementation of patch 869468 by David Ascher · 21 years ago