1. e544f9a Issue #20635: Added tests for Tk geometry managers. by Serhiy Storchaka · 10 years ago
  2. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  3. 22234da Fixed grid_columnconfigure() and grid_rowconfigure() methods of by Serhiy Storchaka · 11 years ago
  4. e959776 Fixed grid_columnconfigure() and grid_rowconfigure() methods of by Serhiy Storchaka · 11 years ago
  5. 512259b Issue #19761: Fixed Tkinter tests on OS X. by Serhiy Storchaka · 11 years ago
  6. b3de1a7 Issue #19761: Fixed Tkinter tests on OS X. by Serhiy Storchaka · 11 years ago
  7. ce591c2 Issue #20368: The null character now correctly passed from Tcl to Python. by Serhiy Storchaka · 11 years ago
  8. 1317e14 Issue #20368: The null character now correctly passed from Tcl to Python. by Serhiy Storchaka · 11 years ago
  9. 676bf73 Fixed typo. by Serhiy Storchaka · 11 years ago
  10. 6cbc5f7 Fixed typo. by Serhiy Storchaka · 11 years ago
  11. 07bc372 tkinter.Text.debug() now always returns 0/1. by Serhiy Storchaka · 11 years ago
  12. 2f26c22 tkinter.Text.debug() now always returns 0/1. by Serhiy Storchaka · 11 years ago
  13. c8935fe Try to fix some ttk tests. Error messages were changed in 8.6b3. by Serhiy Storchaka · 11 years ago
  14. e0837a0 Try to fix some ttk tests. Error messages were changed in 8.6b3. by Serhiy Storchaka · 11 years ago
  15. 985b8db Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. by Serhiy Storchaka · 11 years ago
  16. a21acb5 Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. by Serhiy Storchaka · 11 years ago
  17. 1b97ed5 Issue #20067: Tkinter variables now work when wantobjects is false. by Serhiy Storchaka · 11 years ago
  18. d97c01f Issue #20067: Tkinter variables now work when wantobjects is false. by Serhiy Storchaka · 11 years ago
  19. b5d5518 test_debug in test_tkinter/test_text no longer fails when wantobjects is false. by Serhiy Storchaka · 11 years ago
  20. a1de906 test_debug in test_tkinter/test_text no longer fails when wantobjects is false. by Serhiy Storchaka · 11 years ago
  21. 81d2be9 Issue #19020: Tkinter now uses splitlist() instead of split() in configure by Serhiy Storchaka · 11 years ago
  22. 848972c Issue #19020: Tkinter now uses splitlist() instead of split() in configure by Serhiy Storchaka · 11 years ago
  23. d311366 Issue #19733: Temporary disable test_image on MacOSX. by Serhiy Storchaka · 11 years ago
  24. c17565e Issue #19733: Temporary disable test_image on MacOSX. by Serhiy Storchaka · 11 years ago
  25. d88c6f9 Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654). by Serhiy Storchaka · 11 years ago
  26. 0b1386d Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654). by Serhiy Storchaka · 11 years ago
  27. e3eb3ec Issue #19602: Use specific asserts in tkinter tests. by Serhiy Storchaka · 11 years ago
  28. e3b5a76 Issue #19602: Use specific asserts in tkinter tests. by Serhiy Storchaka · 11 years ago
  29. 35ac05e Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085). by Serhiy Storchaka · 11 years ago
  30. affb9b2 Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085). by Serhiy Storchaka · 11 years ago
  31. 24f1258 Revert wrong change in previous commit (issue #19085). by Serhiy Storchaka · 11 years ago
  32. 7c934da Revert wrong change in previous commit (issue #19085). by Serhiy Storchaka · 11 years ago
  33. 96c0168 Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue #19085). by Serhiy Storchaka · 11 years ago
  34. 8f9f587 Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue #19085). by Serhiy Storchaka · 11 years ago
  35. 17972a7 Fix typo in tkinter tests (issue #19085). by Serhiy Storchaka · 11 years ago
  36. 98555f3 Fix typo in tkinter tests (issue #19085). by Serhiy Storchaka · 11 years ago
  37. b58d4a3 Issue #19085: Fix running test_ttk_textonly on displayless host. by Serhiy Storchaka · 11 years ago
  38. 2028e01 Issue #19085: Fix running test_ttk_textonly on displayless host. by Serhiy Storchaka · 11 years ago
  39. 20acaa7 Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12. by Serhiy Storchaka · 11 years ago
  40. 8d8599c Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12. by Serhiy Storchaka · 11 years ago
  41. 9fe43f5 Issue #19085: Fixed pixels rounding for last Tk patchlevels. by Serhiy Storchaka · 11 years ago
  42. b281732 Issue #19085: Fixed pixels rounding for last Tk patchlevels. by Serhiy Storchaka · 11 years ago
  43. 4babb91 Issue #6157: Fixed tkinter.Text.debug(). tkinter.Text.bbox() now raises by Serhiy Storchaka · 11 years ago
  44. 0b9e815 Issue #6157: Fixed tkinter.Text.debug(). Original patch by Guilherme Polo. by Serhiy Storchaka · 11 years ago
  45. 0de5362 Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of by Serhiy Storchaka · 11 years ago
  46. 2849e0d Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of by Serhiy Storchaka · 11 years ago
  47. 9788497 Issue #19085: Fixed some Tkinter tests on Windows. by Serhiy Storchaka · 11 years ago
  48. 28f0bea Issue #19085. Try to fix tkinter tests on Windows. by Serhiy Storchaka · 11 years ago
  49. bf30c9f Issue #10734: Fix and re-enable test_ttk test_heading_callback. by Serhiy Storchaka · 11 years ago
  50. 007c047 Issue #10734: Fix and re-enable test_ttk test_heading_callback. by Serhiy Storchaka · 11 years ago
  51. b2564ce Issue #19085: Added basic tests for all tkinter widget options. by Serhiy Storchaka · 11 years ago
  52. 758c521 Issue #19085: Added basic tests for all tkinter widget options. by Serhiy Storchaka · 11 years ago
  53. b3955fe Issue #19029: Change non-existing since 3.0 StringType to str. by Serhiy Storchaka · 11 years ago
  54. 975fce3 Issue #19029: Change non-existing since 3.0 StringType to str. by Serhiy Storchaka · 11 years ago
  55. e39e54d Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. by Serhiy Storchaka · 11 years ago
  56. 06ce077 Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. by Serhiy Storchaka · 11 years ago
  57. ed1fe6b Fix usage of the unittest.skip decorator. by Serhiy Storchaka · 11 years ago
  58. e185341 Fix usage of the unittest.skip decorator. by Serhiy Storchaka · 11 years ago
  59. ae4ef4d Fix usage of the unittest.skip decorator. by Serhiy Storchaka · 11 years ago
  60. 8b53559 Merge with 3.3, issue #17047: remove doubled words added in 3.3, by Terry Jan Reedy · 11 years ago
  61. 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 11 years ago
  62. 16b5c13 Merge 3.3, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 11 years ago
  63. 98472b8 Merge 3.2, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 11 years ago
  64. c30b7b1 Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 11 years ago
  65. fb3c628 Issue #15861: tkinter now correctly works with lists and tuples containing by Serhiy Storchaka · 12 years ago
  66. 1e2b7ee Issue #15861: tkinter now correctly works with lists and tuples containing by Serhiy Storchaka · 12 years ago
  67. b139652 Issue #15861: tkinter now correctly works with lists and tuples containing by Serhiy Storchaka · 12 years ago
  68. 08f4556 Merge heads by Serhiy Storchaka · 12 years ago
  69. 32e258d Merge heads by Serhiy Storchaka · 12 years ago
  70. 4cf4f3a Issue #16541: tk_setPalette() now works with keyword arguments. by Serhiy Storchaka · 12 years ago
  71. a191959 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  72. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  73. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  74. 786fbd8 Replace os.error with OSError in tkinter and IDLE by Andrew Svetlov · 12 years ago
  75. a6b292f Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 12 years ago
  76. 14857cf Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 12 years ago
  77. 806bfad Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 12 years ago
  78. db0420d Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. by Antoine Pitrou · 12 years ago
  79. 373528f Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. by Antoine Pitrou · 12 years ago
  80. 7ec3a32 Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. by Antoine Pitrou · 12 years ago
  81. 2d72781 Merge issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper by Andrew Svetlov · 12 years ago
  82. e854433 Merge issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper by Andrew Svetlov · 12 years ago
  83. eb0abce Issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper by Andrew Svetlov · 12 years ago
  84. 456b2b8 Issue #14446: Remove deprecated tkinter functions by Andrew Svetlov · 12 years ago
  85. 25a02d4 Issue #15601: fix tkinter test_variables failure with OS X Aqua Tk 8.4 by Andrew Svetlov · 12 years ago
  86. 504ba31 Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. by Andrew Svetlov · 12 years ago
  87. 1fb0e3f Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. by Andrew Svetlov · 12 years ago
  88. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  89. a008278 Issue #14777: merge by Ned Deily · 12 years ago
  90. 4d377d9 Issue #14777: In an X11 windowing environment, tkinter may return by Ned Deily · 12 years ago
  91. 20bbf54 Issue #3033: Add displayof parameter to tkinter font. Patch by Guilherme Polo. by Andrew Svetlov · 12 years ago
  92. d4dc6dc merge with 3.2 by Georg Brandl · 12 years ago
  93. b604630 Closes #14495: fix typo. by Georg Brandl · 12 years ago
  94. 39f0037 Issue #802310: Generate always unique tkinter font names if not directly passed by Andrew Svetlov · 12 years ago
  95. 5af3e1a reformat code to follow PEP8 by Andrew Svetlov · 12 years ago
  96. 69c2ffa issue #3035: update PendingDeprecationWarning to DeprectionWarning, point deprecation in tkinter doc by Andrew Svetlov · 12 years ago
  97. a966c6f Issue #3035: Unused functions from tkinter are marked as pending peprecated. by Andrew Svetlov · 12 years ago
  98. 5c3c424 Issue #2843: Add new Tk API to Tkinter. by Martin v. Löwis · 12 years ago
  99. 2b695a4 Issue #1178863: Separate initialisation from setting when initializing by Martin v. Löwis · 12 years ago
  100. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 13 years ago