1. 1b97ed5 Issue #20067: Tkinter variables now work when wantobjects is false. by Serhiy Storchaka · 11 years ago
  2. d97c01f Issue #20067: Tkinter variables now work when wantobjects is false. by Serhiy Storchaka · 11 years ago
  3. b5d5518 test_debug in test_tkinter/test_text no longer fails when wantobjects is false. by Serhiy Storchaka · 11 years ago
  4. a1de906 test_debug in test_tkinter/test_text no longer fails when wantobjects is false. by Serhiy Storchaka · 11 years ago
  5. 81d2be9 Issue #19020: Tkinter now uses splitlist() instead of split() in configure by Serhiy Storchaka · 11 years ago
  6. 848972c Issue #19020: Tkinter now uses splitlist() instead of split() in configure by Serhiy Storchaka · 11 years ago
  7. d311366 Issue #19733: Temporary disable test_image on MacOSX. by Serhiy Storchaka · 11 years ago
  8. c17565e Issue #19733: Temporary disable test_image on MacOSX. by Serhiy Storchaka · 11 years ago
  9. d88c6f9 Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654). by Serhiy Storchaka · 11 years ago
  10. 0b1386d Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654). by Serhiy Storchaka · 11 years ago
  11. e3eb3ec Issue #19602: Use specific asserts in tkinter tests. by Serhiy Storchaka · 11 years ago
  12. e3b5a76 Issue #19602: Use specific asserts in tkinter tests. by Serhiy Storchaka · 11 years ago
  13. 35ac05e Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085). by Serhiy Storchaka · 11 years ago
  14. affb9b2 Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085). by Serhiy Storchaka · 11 years ago
  15. 24f1258 Revert wrong change in previous commit (issue #19085). by Serhiy Storchaka · 11 years ago
  16. 7c934da Revert wrong change in previous commit (issue #19085). by Serhiy Storchaka · 11 years ago
  17. 96c0168 Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue #19085). by Serhiy Storchaka · 11 years ago
  18. 8f9f587 Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue #19085). by Serhiy Storchaka · 11 years ago
  19. 17972a7 Fix typo in tkinter tests (issue #19085). by Serhiy Storchaka · 11 years ago
  20. 98555f3 Fix typo in tkinter tests (issue #19085). by Serhiy Storchaka · 11 years ago
  21. b58d4a3 Issue #19085: Fix running test_ttk_textonly on displayless host. by Serhiy Storchaka · 11 years ago
  22. 2028e01 Issue #19085: Fix running test_ttk_textonly on displayless host. by Serhiy Storchaka · 11 years ago
  23. 20acaa7 Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12. by Serhiy Storchaka · 11 years ago
  24. 8d8599c Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12. by Serhiy Storchaka · 11 years ago
  25. 9fe43f5 Issue #19085: Fixed pixels rounding for last Tk patchlevels. by Serhiy Storchaka · 11 years ago
  26. b281732 Issue #19085: Fixed pixels rounding for last Tk patchlevels. by Serhiy Storchaka · 11 years ago
  27. 4babb91 Issue #6157: Fixed tkinter.Text.debug(). tkinter.Text.bbox() now raises by Serhiy Storchaka · 11 years ago
  28. 0b9e815 Issue #6157: Fixed tkinter.Text.debug(). Original patch by Guilherme Polo. by Serhiy Storchaka · 11 years ago
  29. 2849e0d Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of by Serhiy Storchaka · 11 years ago
  30. 9788497 Issue #19085: Fixed some Tkinter tests on Windows. by Serhiy Storchaka · 11 years ago
  31. 007c047 Issue #10734: Fix and re-enable test_ttk test_heading_callback. by Serhiy Storchaka · 11 years ago
  32. 758c521 Issue #19085: Added basic tests for all tkinter widget options. by Serhiy Storchaka · 11 years ago
  33. 06ce077 Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. by Serhiy Storchaka · 11 years ago
  34. e185341 Fix usage of the unittest.skip decorator. by Serhiy Storchaka · 11 years ago
  35. ae4ef4d Fix usage of the unittest.skip decorator. by Serhiy Storchaka · 11 years ago
  36. 1e2b7ee Issue #15861: tkinter now correctly works with lists and tuples containing by Serhiy Storchaka · 12 years ago
  37. b139652 Issue #15861: tkinter now correctly works with lists and tuples containing by Serhiy Storchaka · 12 years ago
  38. 32e258d Merge heads by Serhiy Storchaka · 12 years ago
  39. 4cf4f3a Issue #16541: tk_setPalette() now works with keyword arguments. by Serhiy Storchaka · 12 years ago
  40. 25a02d4 Issue #15601: fix tkinter test_variables failure with OS X Aqua Tk 8.4 by Andrew Svetlov · 12 years ago
  41. 2b695a4 Issue #1178863: Separate initialisation from setting when initializing by Martin v. Löwis · 12 years ago
  42. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  43. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  44. f6cbdc2 Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack of by Ned Deily · 13 years ago
  45. 4143535 Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run by Ned Deily · 13 years ago
  46. 11f00f3 Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 by Ned Deily · 13 years ago
  47. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  48. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  49. 270fe40 test_tkinter: use a context manager to close directly the pipe by Victor Stinner · 14 years ago
  50. cf8a209 Temporarily skip test failing with newer ttk. by Georg Brandl · 14 years ago
  51. f6c6e44 Merged revisions 85018 via svnmerge from by Antoine Pitrou · 14 years ago
  52. 07f62a7 Merged revisions 74473,79974 via svnmerge from by Antoine Pitrou · 14 years ago
  53. 2f92e78 Fix test_tk under OS X with Tk 8.4. Patch by Ned Deily. by Antoine Pitrou · 14 years ago
  54. cb15988 Issue #8445: try to fix some buildbot failures on test_ttk_guionly. by Antoine Pitrou · 14 years ago
  55. b3bfc3d Issue #9899: Fix test_tkinter.test_font on various platforms. Patch by by Antoine Pitrou · 14 years ago
  56. d61d077 #1730136: Fix comparison between a tk Font object and an object of a different type. by Amaury Forgeot d'Arc · 14 years ago
  57. a082089 Merged revisions 79903,79907 via svnmerge from by Benjamin Peterson · 14 years ago
  58. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  59. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  60. 2a998fa Merged revisions 73495 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  61. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  62. a91790a Merged revisions 69460,69467,69470 via svnmerge from by Guilherme Polo · 15 years ago
  63. b41bc91 Fixing changes from the last merge. by Guilherme Polo · 15 years ago
  64. 063ff65 Merged revisions 69141,69211-69212 via svnmerge from by Benjamin Peterson · 15 years ago
  65. 8ec5829 Recorded merge of revisions 69195 via svnmerge from by Guilherme Polo · 15 years ago
  66. 9de29af Merged revisions 69060-69063 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  67. 5f23848 Merged revisions 69050 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago