1. e185341 Fix usage of the unittest.skip decorator. by Serhiy Storchaka · 11 years ago
  2. ae4ef4d Fix usage of the unittest.skip decorator. by Serhiy Storchaka · 11 years ago
  3. 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 11 years ago
  4. 98472b8 Merge 3.2, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 11 years ago
  5. c30b7b1 Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 11 years ago
  6. 1e2b7ee Issue #15861: tkinter now correctly works with lists and tuples containing by Serhiy Storchaka · 12 years ago
  7. b139652 Issue #15861: tkinter now correctly works with lists and tuples containing by Serhiy Storchaka · 12 years ago
  8. 32e258d Merge heads by Serhiy Storchaka · 12 years ago
  9. 4cf4f3a Issue #16541: tk_setPalette() now works with keyword arguments. by Serhiy Storchaka · 12 years ago
  10. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  11. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  12. 14857cf Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 12 years ago
  13. 806bfad Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 12 years ago
  14. 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
  15. 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
  16. e854433 Merge issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper by Andrew Svetlov · 12 years ago
  17. eb0abce Issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper by Andrew Svetlov · 12 years ago
  18. 25a02d4 Issue #15601: fix tkinter test_variables failure with OS X Aqua Tk 8.4 by Andrew Svetlov · 12 years ago
  19. 504ba31 Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. by Andrew Svetlov · 12 years ago
  20. 1fb0e3f Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. by Andrew Svetlov · 12 years ago
  21. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  22. a008278 Issue #14777: merge by Ned Deily · 12 years ago
  23. 4d377d9 Issue #14777: In an X11 windowing environment, tkinter may return by Ned Deily · 12 years ago
  24. 20bbf54 Issue #3033: Add displayof parameter to tkinter font. Patch by Guilherme Polo. by Andrew Svetlov · 12 years ago
  25. d4dc6dc merge with 3.2 by Georg Brandl · 12 years ago
  26. b604630 Closes #14495: fix typo. by Georg Brandl · 12 years ago
  27. 39f0037 Issue #802310: Generate always unique tkinter font names if not directly passed by Andrew Svetlov · 12 years ago
  28. 5af3e1a reformat code to follow PEP8 by Andrew Svetlov · 12 years ago
  29. 69c2ffa issue #3035: update PendingDeprecationWarning to DeprectionWarning, point deprecation in tkinter doc by Andrew Svetlov · 12 years ago
  30. a966c6f Issue #3035: Unused functions from tkinter are marked as pending peprecated. by Andrew Svetlov · 12 years ago
  31. 5c3c424 Issue #2843: Add new Tk API to Tkinter. by Martin v. Löwis · 12 years ago
  32. 2b695a4 Issue #1178863: Separate initialisation from setting when initializing by Martin v. Löwis · 12 years ago
  33. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 12 years ago
  34. 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
  35. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  36. 54540ec Remove redundant imports. by Florent Xicluna · 13 years ago
  37. aabbda5 Merge 3.2 by Florent Xicluna · 13 years ago
  38. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  39. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  40. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  41. 8a3b988 Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack of by Ned Deily · 13 years ago
  42. f6cbdc2 Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack of by Ned Deily · 13 years ago
  43. efa384a Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run by Ned Deily · 13 years ago
  44. 4143535 Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run by Ned Deily · 13 years ago
  45. f6837aa Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 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. 8c6f88e remove __version__s dependent on subversion keyword expansion (closes #12221) by Benjamin Peterson · 13 years ago
  48. 65bf417 Issue #10736: Revert changeset de4d34a95603 as it causes failures with by Ned Deily · 13 years ago
  49. d8e0806 Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 by Ned Deily · 13 years ago
  50. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  51. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  52. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  53. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  54. d98934c Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-87528,87530-87536,87581 via svnmerge from by Georg Brandl · 13 years ago
  55. 270fe40 test_tkinter: use a context manager to close directly the pipe by Victor Stinner · 14 years ago
  56. 780d5e0 #10768: fix ScrolledText widget construction, and make the example work from the interactive shell. by Georg Brandl · 14 years ago
  57. cf8a209 Temporarily skip test failing with newer ttk. by Georg Brandl · 14 years ago
  58. 5468f4ff Merged revisions 86697 via svnmerge from by Alexander Belopolsky · 14 years ago
  59. 022f049 Issue #6878: Fixed return type of tkinter methods documented to return lists. by Alexander Belopolsky · 14 years ago
  60. f6c6e44 Merged revisions 85018 via svnmerge from by Antoine Pitrou · 14 years ago
  61. 07f62a7 Merged revisions 74473,79974 via svnmerge from by Antoine Pitrou · 14 years ago
  62. 2f92e78 Fix test_tk under OS X with Tk 8.4. Patch by Ned Deily. by Antoine Pitrou · 14 years ago
  63. cb15988 Issue #8445: try to fix some buildbot failures on test_ttk_guionly. by Antoine Pitrou · 14 years ago
  64. b3bfc3d Issue #9899: Fix test_tkinter.test_font on various platforms. Patch by by Antoine Pitrou · 14 years ago
  65. d61d077 #1730136: Fix comparison between a tk Font object and an object of a different type. by Amaury Forgeot d'Arc · 14 years ago
  66. c02cc27 Issue #9384: python -m tkinter will now display a simple demo applet. by Alexander Belopolsky · 14 years ago
  67. 7b6b90d Merged revisions 81703 via svnmerge from by Martin v. Löwis · 14 years ago
  68. 2d5157e Merged revisions 81701 via svnmerge from by Martin v. Löwis · 14 years ago
  69. a082089 Merged revisions 79903,79907 via svnmerge from by Benjamin Peterson · 14 years ago
  70. e1609b7 Merged revisions 78989 via svnmerge from by Matthias Klose · 14 years ago
  71. a6d9abf Merged revisions 78988 via svnmerge from by Matthias Klose · 14 years ago
  72. bcd03df Merged revisions 74507-74511,74517 via svnmerge from by Guilherme Polo · 15 years ago
  73. 1fff008 Merged revisions 74446-74449 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  74. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  75. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  76. b0a8be5 - remove svn:executable property from some library files by Matthias Klose · 15 years ago
  77. 2a998fa Merged revisions 73495 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  78. 8642556 Merged revisions 73083 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  79. f45b4cc Merged revisions 70223 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  80. 56f5be5 Merged revisions 70218-70219 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  81. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  82. a91790a Merged revisions 69460,69467,69470 via svnmerge from by Guilherme Polo · 15 years ago
  83. ae09899 Merged revisions 69461 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 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. 063ff65 Merged revisions 69141,69211-69212 via svnmerge from by Benjamin Peterson · 15 years ago
  87. 8ec5829 Recorded merge of revisions 69195 via svnmerge from by Guilherme Polo · 16 years ago
  88. 9de29af Merged revisions 69060-69063 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
  89. 5f23848 Merged revisions 69050 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
  90. acbf461 Merged revisions 68893 via svnmerge from by Martin v. Löwis · 16 years ago
  91. 21027e6 Fixed 2to3 issue on tix module. by Hirokazu Yamamoto · 16 years ago
  92. b5e5da4 Commit miss. by Hirokazu Yamamoto · 16 years ago
  93. 6c7e562 Merged revisions 68468-68470 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  94. 4baac0f Forgot to remove no longer needed code since r68237 by Guilherme Polo · 16 years ago
  95. de342c4 #4406 Directory has to inherit from commondialog.Dialog by Benjamin Peterson · 16 years ago
  96. 1f1620e Merged revisions 68010 via svnmerge from by Martin v. Löwis · 16 years ago
  97. e354d78 Merged revisions 68006 via svnmerge from by Martin v. Löwis · 16 years ago
  98. a18424c Issue #3774: Fixed an error when create a Tkinter menu item without command by Hirokazu Yamamoto · 16 years ago
  99. 60ebb8b Bug #3884: Make the turtle module toplevel again. by Martin v. Löwis · 16 years ago
  100. b212b75 Issue #1658: dict size is changing during iteration in tkinter.BaseWidget and by Guilherme Polo · 16 years ago