1. f64ccb9 Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test by Serhiy Storchaka · 9 years ago
  2. c72e66a Issue #25523: Backported a-to-an corrections. by Serhiy Storchaka · 9 years ago
  3. 4734372 Close #24508: Backport the 3.5 MSBuild project files. by Zachary Ware · 9 years ago
  4. 9487043 Issue #24408: Prevent test_font failures with non-ascii font names. by Ned Deily · 9 years ago
  5. 18d69e0 Issue #24408: Fixed test for tkinter.Font on OS X. by Serhiy Storchaka · 9 years ago
  6. 66f8d75 Issue #24408: Added more tkinter.Font tests. by Serhiy Storchaka · 9 years ago
  7. dacd7d0 Use more precise Tcl version checks in tests. by Serhiy Storchaka · 10 years ago
  8. dcb12f4 Fixed full Tcl version parsing in tests for pre-final versions. by Serhiy Storchaka · 10 years ago
  9. f29bc70 Issue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj and by Serhiy Storchaka · 10 years ago
  10. cc49aa1 Issue #6639: Module-level turtle functions no longer raise TclError after by Serhiy Storchaka · 10 years ago
  11. 7a02582 Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments. by Serhiy Storchaka · 10 years ago
  12. 21a2350 Issue #17896: Move Windows external lib sources from .. to externals. by Zachary Ware · 10 years ago
  13. e73b8c6 Always handle non-handled events before destoying root widget in tests. by Serhiy Storchaka · 10 years ago
  14. 1375538 De-'colour'ize stdlib except for idlelib.configDialog. by Terry Jan Reedy · 10 years ago
  15. 2971c5e Issue #22384: An exception in Tkinter callback no longer crashes the program by Serhiy Storchaka · 10 years ago
  16. ceaf682 Issue #22226: Added private function _splitdict() in the Tkinter module. by Serhiy Storchaka · 10 years ago
  17. d3ea065 Issue #22236: Tkinter tests now don't reuse default root window. New root by Serhiy Storchaka · 10 years ago
  18. 95cf986 Import Tkinter as tkinter to help merging and avoid backporting errors. by Serhiy Storchaka · 10 years ago
  19. c208fe6 Issue #1730136: Fix backported exception name. by Ned Deily · 10 years ago
  20. 44ae513 Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter. by Serhiy Storchaka · 10 years ago
  21. 04fa704 Issue #21580: Now Tkinter correctly handles binary "data" and "maskdata" by Serhiy Storchaka · 10 years ago
  22. 2ce9ddd Issue #22061: Add deprecation warnings in empty obsolete methods. by Serhiy Storchaka · 10 years ago
  23. 186f665 Issue #1730136: Fix comparison between a tk Font object and an object of a by Serhiy Storchaka · 10 years ago
  24. 9cb68ca Issue #6167: Backported tests for Scrollbar.activate() and Scrollbar.set() by Serhiy Storchaka · 10 years ago
  25. b606d45 Issue #21868: Prevent turtle crash due to invalid undo buffer size. by Raymond Hettinger · 10 years ago
  26. f7f746a Issue #21882: In turtle demos, remove module scope gui and sys calls by by Terry Jan Reedy · 10 years ago
  27. 9ce635f Issue #18492: Allow all resources when tests are not run by regrtest.py. by Zachary Ware · 10 years ago
  28. f94686f Issue #6181: Fixed minor bugs in tkinter.Listbox methods: by Serhiy Storchaka · 10 years ago
  29. 417367a Issue #6181: Fixed errors in tkinter.Listbox docstrings. by Serhiy Storchaka · 10 years ago
  30. e75a555 Issue #21605: Added tests for Tkinter images. by Serhiy Storchaka · 10 years ago
  31. adad50c Added missed calls of splitlist(). by Serhiy Storchaka · 10 years ago
  32. edb6428 Issue #21402: tkinter.ttk now works when default root window is not set. by Serhiy Storchaka · 10 years ago
  33. 6599439 Fixed new Tkinter tests added in issue #21522 with Tk 8.4. by Serhiy Storchaka · 10 years ago
  34. 4f0e167 Issue #21522: Added Tkinter tests for Listbox.itemconfigure(), by Serhiy Storchaka · 10 years ago
  35. f19771f Issue #20635: Added tests for Tk geometry managers. by Serhiy Storchaka · 10 years ago
  36. 2460dc8 Issue #18604: Consolidated checks for GUI availability. by Zachary Ware · 11 years ago
  37. 09f4f25 Issue #15618: Make turtle.py itself work when run from a module with by Terry Jan Reedy · 11 years ago
  38. 3e0cb09 Fixed grid_columnconfigure() and grid_rowconfigure() methods of by Serhiy Storchaka · 11 years ago
  39. 942aaac Issue #19761: Fixed Tkinter tests on OS X. by Serhiy Storchaka · 11 years ago
  40. ccffb25 Issue #20368: The null character now correctly passed from Tcl to Python (in by Serhiy Storchaka · 11 years ago
  41. 2e27ddd Fixed typo. by Serhiy Storchaka · 11 years ago
  42. 2bca9de tkinter.Text.debug() now always returns 0/1. by Serhiy Storchaka · 11 years ago
  43. 6183f70 Try to fix some ttk tests. Error messages were changed in 8.6b3. by Serhiy Storchaka · 11 years ago
  44. 9be238d Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. by Serhiy Storchaka · 11 years ago
  45. dbb9630 Backported tests for Tkinter variables. by Serhiy Storchaka · 11 years ago
  46. 5e11655 Issue #20067: Tkinter variables now work when wantobjects is false. by Serhiy Storchaka · 11 years ago
  47. 0356ff0 test_debug in test_tkinter/test_text no longer fails when wantobjects is false. by Serhiy Storchaka · 11 years ago
  48. ec773cc Issue #19020: Tkinter now uses splitlist() instead of split() in configure by Serhiy Storchaka · 11 years ago
  49. 7610ec2 Fixed merging error in changeset 3912934e99ba (issue #19733). by Serhiy Storchaka · 11 years ago
  50. 9ec0722 Issue #19733: Temporary disable test_image on MacOSX. by Serhiy Storchaka · 11 years ago
  51. 62cd124 Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654). by Serhiy Storchaka · 11 years ago
  52. ca035a8 Fix buildbot failure by Antoine Pitrou · 11 years ago
  53. 3dbbef9 Fix merge error in issue #19602. by Serhiy Storchaka · 11 years ago
  54. 3f2aade Issue #19602: Use specific asserts in tkinter tests. by Serhiy Storchaka · 11 years ago
  55. f87854e Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085). by Serhiy Storchaka · 11 years ago
  56. 27cadd7 Revert wrong change in previous commit (issue #19085). by Serhiy Storchaka · 11 years ago
  57. 0a4b07b Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue #19085). by Serhiy Storchaka · 11 years ago
  58. 3ecd17e Issue #19085: Fix running test_ttk_textonly on displayless host. by Serhiy Storchaka · 11 years ago
  59. c4051a8 Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12. by Serhiy Storchaka · 11 years ago
  60. 68f518c Issue #19085: Fixed pixels rounding for last Tk patchlevels. by Serhiy Storchaka · 11 years ago
  61. 31b9c84 Issue #6157: Fixed Tkinter.Text.debug(). Original patch by Guilherme Polo. by Serhiy Storchaka · 11 years ago
  62. 8630f16 Issue #6160: The bbox() method of Tkinter.Spinbox now returns a tuple of by Serhiy Storchaka · 11 years ago
  63. 6bf15d1 Issue #19085: Fixed some Tkinter tests on Windows. by Serhiy Storchaka · 11 years ago
  64. 4a21726 Issue #19085: Fix Tkinter tests with Tcl/Tk 8.4. by Serhiy Storchaka · 11 years ago
  65. 090b6b1 Issue #10734: Fix and re-enable test_ttk test_heading_callback. by Serhiy Storchaka · 11 years ago
  66. dd80816 Issue #19085: Added basic tests for all tkinter widget options. by Serhiy Storchaka · 11 years ago
  67. b445558 Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. by Serhiy Storchaka · 11 years ago
  68. f5469cf #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  69. ba7620c Fix tkinter regression introduced by the security fix in #16248. by Antoine Pitrou · 11 years ago
  70. cc8506e Update int division to quiet 2to3 warning. by Terry Jan Reedy · 11 years ago
  71. a70f60a Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 12 years ago
  72. e39ba04 Issue #15861: tkinter now correctly works with lists and tuples containing by Serhiy Storchaka · 12 years ago
  73. 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  74. 33b9b71 Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 12 years ago
  75. 7dddec4 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
  76. 2d96848 Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. by Andrew Svetlov · 12 years ago
  77. 724a55c Issue #14777: In an X11 windowing environment, tkinter may return by Ned Deily · 12 years ago
  78. f14a2bf Transplant 45287f2799f5 from default branch. by Georg Brandl · 13 years ago
  79. c7bbd7b don't rely on dict order by Benjamin Peterson · 13 years ago
  80. 49e49a2 Issue #13439: Fix many errors in turtle docstrings. by Petri Lehtinen · 13 years ago
  81. 1e87da1 Remove duplication. by Ezio Melotti · 13 years ago
  82. 1381a31 #12677: correct turtle orientation in doc by Sandro Tosi · 13 years ago
  83. 4af1c6a Fix closes Issue11439 - Handle the SVN Keywords in 2.7 by replacing them with a high number so that code relying on them does not break. by Senthil Kumaran · 13 years ago
  84. 885b164 Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack of by Ned Deily · 13 years ago
  85. 09f6ab0 Issue #8716: Back out temporary changeset 18ce15f841cf by Ned Deily · 13 years ago
  86. 8c653e0 Issue #8716: Add temporary code for 2.7 to help diagnose buildbot failure. by Ned Deily · 13 years ago
  87. eee1048 Issue #8716: Fix errors in the non-OS X path of the 27 backport. by Ned Deily · 13 years ago
  88. 46268c4 Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run by Ned Deily · 13 years ago
  89. 9a7a4cc Issue #10734: Temporarily disable test_ttk test_heading_callback on 2.7 as well. by Ned Deily · 13 years ago
  90. 64e5995 Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 by Ned Deily · 13 years ago
  91. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  92. 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  93. ab016d2 Merged revisions 85930 via svnmerge from by Alexander Belopolsky · 14 years ago
  94. 0b481ca Merged revisions 85018 via svnmerge from by Antoine Pitrou · 14 years ago
  95. eba67c0 Issue #6470: Drop UNC prefix in FixTk.py by Martin v. Löwis · 14 years ago
  96. e84089e Issue #8204: Fix test_ttk notebook test by forcing focus. by Martin v. Löwis · 15 years ago
  97. 1b287c7 Issue #8344: Fix test_ttk bug on FreeBSD. by Martin v. Löwis · 15 years ago
  98. dfd3618 #7092: silence some py3k warnings by Florent Xicluna · 15 years ago
  99. c8a730b Syntax cleanup `== None` -> `is None` by Florent Xicluna · 15 years ago
  100. 8b41168 - Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBox by Matthias Klose · 15 years ago