1. 5bb5bbf bpo-33974: Fix passing special characters to ttk widgets. (GH-7986) by Serhiy Storchaka · 6 years ago
  2. 27c623c bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (#3866) by Serhiy Storchaka · 7 years ago
  3. e3f1b09 Issue #23815: Fixed crashes related to directly created instances of types in by Serhiy Storchaka · 8 years ago
  4. fa10f61 Issue #25093: Merge with 3.4 by Zachary Ware · 9 years ago
  5. 83fd0a8 Issue #25093: Fix test_tcl's testloadWithUNC for paths with spaces by Zachary Ware · 9 years ago
  6. 7dc9dea Issue #20035: Reimplement tkinter._fix module as a C function. by Zachary Ware · 9 years ago
  7. 645058d Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj. by Serhiy Storchaka · 9 years ago
  8. 71b49dd Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 by Serhiy Storchaka · 9 years ago
  9. 3af7a38 Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 by Serhiy Storchaka · 9 years ago
  10. aec0509 Fixed full Tcl version parsing in tests for pre-final versions. by Serhiy Storchaka · 9 years ago
  11. 462c357 Fixed full Tcl version parsing in tests for pre-final versions. by Serhiy Storchaka · 9 years ago
  12. 06e6610 Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always by Serhiy Storchaka · 9 years ago
  13. 9a6e201 Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always by Serhiy Storchaka · 9 years ago
  14. b162914 Issue #16840: Fixed test_tcl for Tcl < 8.5. by Serhiy Storchaka · 9 years ago
  15. 2379d54 Issue #16840: Fixed test_tcl for Tcl < 8.5. by Serhiy Storchaka · 9 years ago
  16. 9fe562b Issue #21526: Skip test_booleans on Tcl < 8.5. by Serhiy Storchaka · 9 years ago
  17. a5a4bd7 Issue #21526: Skip test_booleans on Tcl < 8.5. by Serhiy Storchaka · 9 years ago
  18. 4c7dc48 Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and by Serhiy Storchaka · 9 years ago
  19. ea134da Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and by Serhiy Storchaka · 9 years ago
  20. b761662 Issue #21526: Fixed the test_booleans test for wantobjects = 0. by Serhiy Storchaka · 9 years ago
  21. 9171fe5 Issue #21526: Fixed the test_booleans test for wantobjects = 0. by Serhiy Storchaka · 9 years ago
  22. b452f41 Issue #21526: Fixed support of new boolean type in Tcl 8.5. by Serhiy Storchaka · 9 years ago
  23. f7de3dd Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. by Serhiy Storchaka · 9 years ago
  24. d5fd618 Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with by Serhiy Storchaka · 10 years ago
  25. abf68ce Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with by Serhiy Storchaka · 10 years ago
  26. 87a2803 Issue #22226: Added private function _splitdict() in the Tkinter module. by Serhiy Storchaka · 10 years ago
  27. 8f0a1d0 Issue #22226: Added private function _splitdict() in the Tkinter module. by Serhiy Storchaka · 10 years ago
  28. ece38d9 Issue #22334: Add debug traces to test_tcl by Victor Stinner · 10 years ago
  29. 79c27c3 Clean up test_user_command. by Serhiy Storchaka · 10 years ago
  30. d6ec309 Clean up test_user_command. by Serhiy Storchaka · 10 years ago
  31. f44611c Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. by Serhiy Storchaka · 10 years ago
  32. 74596a8 Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. by Serhiy Storchaka · 10 years ago
  33. 8f46da1 Issue #21951: Temporary skip crashing test_user_command on AIX. by Serhiy Storchaka · 10 years ago
  34. 95a9e0b Issue #21951: Temporary skip crashing test_user_command on AIX. by Serhiy Storchaka · 10 years ago
  35. 3cb4af8 Issue #21881: Just omit tests for platform-specific NaN representation in test_tcl. by Serhiy Storchaka · 10 years ago
  36. 6f1435c Issue #21881: Just omit tests for platform-specific NaN representation in test_tcl. by Serhiy Storchaka · 10 years ago
  37. 66ca861 Issue #21881: Be more tolerant in test_tcl to not parsable by float() NaN by Serhiy Storchaka · 10 years ago
  38. 667abc7 Issue #21881: Be more tolerant in test_tcl to not parsable by float() NaN by Serhiy Storchaka · 10 years ago
  39. 1715830 Test correct getXXX methods in Tkinter bigmem tests. by Serhiy Storchaka · 10 years ago
  40. aecfa9e Test correct getXXX methods in Tkinter bigmem tests. by Serhiy Storchaka · 10 years ago
  41. 1753d22 Issue #21552: Fixed possible integer overflow of too long string lengths in by Serhiy Storchaka · 10 years ago
  42. 79851d7 Issue #21552: Fixed possible integer overflow of too long string lengths in by Serhiy Storchaka · 10 years ago
  43. 88c56cb Add tests for getint, getdouble and getboolean methods of the tkapp object. by Serhiy Storchaka · 10 years ago
  44. 9f1f4f4 Add tests for getint, getdouble and getboolean methods of the tkapp object. by Serhiy Storchaka · 10 years ago
  45. 2b00c49 Issue #21525: Most Tkinter methods which accepted tuples now accept lists too. by Serhiy Storchaka · 10 years ago
  46. 8a14ea4 Issue #20743: Fix a reference leak in test_tcl. by Antoine Pitrou · 10 years ago
  47. 220cc21 Issue #20743: Fix a reference leak in test_tcl. by Antoine Pitrou · 10 years ago
  48. f28ba36 Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 10 years ago
  49. 5cfc79d Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 10 years ago
  50. 08df295 Skip expr* tests for large integers for Tcl <8.5. by Serhiy Storchaka · 10 years ago
  51. 160f892 Skip expr* tests for large integers for Tcl <8.5. by Serhiy Storchaka · 10 years ago
  52. ce591c2 Issue #20368: The null character now correctly passed from Tcl to Python. by Serhiy Storchaka · 10 years ago
  53. 1317e14 Issue #20368: The null character now correctly passed from Tcl to Python. by Serhiy Storchaka · 10 years ago
  54. 1b7c931 Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), by Serhiy Storchaka · 10 years ago
  55. fc05525 Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), by Serhiy Storchaka · 10 years ago
  56. 9a3424b Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5. by Serhiy Storchaka · 10 years ago
  57. 92af06b Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5. by Serhiy Storchaka · 10 years ago
  58. 418e80b Fixed test_user_command on OpenSolaris where floats can have different string by Serhiy Storchaka · 11 years ago
  59. bdf0cb5 Fixed test_user_command on OpenSolaris where floats can have different string by Serhiy Storchaka · 11 years ago
  60. d869a0b Added test_user_command in test_tcl. by Serhiy Storchaka · 11 years ago
  61. 4b73016 Added test_user_command in test_tcl. by Serhiy Storchaka · 11 years ago
  62. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  63. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  64. cb13194 Issue #19320: test_tcl no longer fails when wantobjects is false. by Serhiy Storchaka · 11 years ago
  65. cc4290b Issue #19320: test_tcl no longer fails when wantobjects is false. by Serhiy Storchaka · 11 years ago
  66. 7f48396 Print Tk patchlevel in test_tcl in verbose mode (issue19654). by Serhiy Storchaka · 11 years ago
  67. 8db1823 Print Tk patchlevel in test_tcl in verbose mode (issue19654). by Serhiy Storchaka · 11 years ago
  68. 8797dcd Fixed merge test for Tcl/Tk <8.5 (issue #18964). by Serhiy Storchaka · 11 years ago
  69. 369606d Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments. by Serhiy Storchaka · 11 years ago
  70. dfa689b Fixed tests with Tcl/Tk <8.5 (closes #18964). by Serhiy Storchaka · 11 years ago
  71. 203eb31 Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj by Serhiy Storchaka · 11 years ago
  72. 9e6b975 Issue #17119: Fixed integer overflows when processing large strings and tuples by Serhiy Storchaka · 11 years ago
  73. 275d5fd Issue #18101: Tcl.split() now process strings nested in a tuple as it by Serhiy Storchaka · 11 years ago
  74. 743c85a Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware. by Terry Jan Reedy · 11 years ago
  75. df4bb46 Issue #17118: Add new tests for testing Python-Tcl interaction. by Serhiy Storchaka · 11 years ago
  76. dda7fdf Skip estLoadWithUNC when UNC is not available. by Hirokazu Yamamoto · 14 years ago
  77. f2dec8d In Python3000, Tkinter was renamed to tkinter. And print is now function. by Hirokazu Yamamoto · 14 years ago
  78. ec5ae3b Fix bad merge: test_support -> support. by Georg Brandl · 14 years ago
  79. 2d5157e Merged revisions 81701 via svnmerge from by Martin v. Löwis · 14 years ago
  80. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  81. 2a998fa Merged revisions 73495 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  82. 155374d Merged revisions 72167 via svnmerge from by Walter Dörwald · 15 years ago
  83. a21e4ca Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge by R. David Murray · 15 years ago
  84. fa8fba9 Merged revisions 69404 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  85. b41bc91 Fixing changes from the last merge. by Guilherme Polo · 15 years ago
  86. 5c6d787 Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from by Benjamin Peterson · 15 years ago
  87. c4bbc8d Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge from by Benjamin Peterson · 16 years ago
  88. 3b4b45b #2967: Tkinter -> tkinter in test_tcl. by Georg Brandl · 16 years ago
  89. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  90. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  91. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  92. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  93. 3684c87 Have testLoadTkFailure() skip on cygwin since Tcl/Tk on cygwin renders to the by Brett Cannon · 20 years ago
  94. 27f8836 Whitespace normalization. by Tim Peters · 20 years ago
  95. 1c5701d Fix test failure for test_tcl on OS/X and Windows if a by David Ascher · 20 years ago
  96. 9a8d55e Cleanup: remove test file after it is used. by Neal Norwitz · 20 years ago
  97. 63dfece Get test to work when run from regrtest (add test_main), remove all CRs (^M)s by Neal Norwitz · 20 years ago
  98. e2b4b32 Implementation of patch 869468 by David Ascher · 20 years ago