1. eba67c0 Issue #6470: Drop UNC prefix in FixTk.py by Martin v. Löwis · 14 years ago
  2. e84089e Issue #8204: Fix test_ttk notebook test by forcing focus. by Martin v. Löwis · 15 years ago
  3. 1b287c7 Issue #8344: Fix test_ttk bug on FreeBSD. by Martin v. Löwis · 15 years ago
  4. dfd3618 #7092: silence some py3k warnings by Florent Xicluna · 15 years ago
  5. c8a730b Syntax cleanup `== None` -> `is None` by Florent Xicluna · 15 years ago
  6. 8b41168 - Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBox by Matthias Klose · 15 years ago
  7. 0b9a18a #6906: TCL_LIBRARY and TK_LIBRARY environment variables should be encoded. by Florent Xicluna · 15 years ago
  8. b3be23a remove the svn:executable property from files that don't have shebang lines by Benjamin Peterson · 15 years ago
  9. 8cdc9bc More yearly updates. by Georg Brandl · 15 years ago
  10. 6e3dbbd replace has_key with 'in' operator by Benjamin Peterson · 15 years ago
  11. de05599 replace callable() by Benjamin Peterson · 15 years ago
  12. ddfb6cd Applying patches backported from 3.1, by Gregor Lingl. by R. David Murray · 15 years ago
  13. 6f1fa21 Added missing static option for OptionMenu. Issue #5961. by Guilherme Polo · 15 years ago
  14. 7b50c4f Issue #1356969: Add missing info methods in Tix.HList. by Guilherme Polo · 15 years ago
  15. 397bd1e Fixes for Tix.Grid from issue #1522587. by Guilherme Polo · 15 years ago
  16. 6b3c709 Issue #1522587: New constants and methods for the Tix.Grid widget. by Guilherme Polo · 15 years ago
  17. 57f9b72 Mark the "radio" option of Tix.CheckList as static. by Guilherme Polo · 15 years ago
  18. 6c823f8 Issue #1250469: Fix the return value of Tix.PanedWindow.panes. by Guilherme Polo · 15 years ago
  19. d3e6e4b Issue #1119673: Do not override Tkinter.Text methods when creating a ScrolledText. by Guilherme Polo · 15 years ago
  20. 75e1f99 Clarifying Entry.selection_present's docstring. by Guilherme Polo · 15 years ago
  21. e45f017 Issue #1135: Add the XView and YView mix-ins to avoid duplicating by Guilherme Polo · 15 years ago
  22. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 15 years ago
  23. 7f146ab Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl to by Guilherme Polo · 15 years ago
  24. 1c6787f Improved PanedWindow.add's docstring. 'subcomand' is a Tcl term, and the possible options and values are the same accepted by paneconfigure (not configure). by Guilherme Polo · 15 years ago
  25. 2827709 Fix typos. by Walter Dörwald · 15 years ago
  26. 15d5765 Fixed issue #2638: Show a window constructed with tkSimpleDialog.Dialog only by Guilherme Polo · 16 years ago
  27. 6d6c1fd Fixed issue #5193: Guarantee that Tkinter.Text.search returns a string. by Guilherme Polo · 16 years ago
  28. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 16 years ago
  29. 2752e9b Issue #5295: Typos in turtle.py by Mark Dickinson · 16 years ago
  30. bbb7efd Some tests for Tkinter.Text.search by Guilherme Polo · 16 years ago
  31. d2ea033 Fixed issue #4890: Handle empty text search pattern in Tkinter.Text.search by Guilherme Polo · 16 years ago
  32. 190c35f Turned setup_master public by Guilherme Polo · 16 years ago
  33. 8e5e438 Eliminated the need to use ttk.__loadtk__ and the problems related it. by Guilherme Polo · 16 years ago
  34. b98cb43 Moving to importlib by Guilherme Polo · 16 years ago
  35. b64c989 Restore the previous geometry before leaving the test by Guilherme Polo · 16 years ago
  36. 905c6b7 Use a single Tcl interpreter through all these tests, this may help some by Guilherme Polo · 16 years ago
  37. 6d51f12 Make sure the root windows gets destroyed by Guilherme Polo · 16 years ago
  38. 6785cf0 Added support for collecting tests only from specific packages. by Guilherme Polo · 16 years ago
  39. cda93aa Added the ttk module. See issue #2983: Ttk support for Tkinter. by Guilherme Polo · 16 years ago
  40. f081e1c Issue #3881: Help Tcl to load even when started through the by Martin v. Löwis · 16 years ago
  41. 732479f Issue #3767: Convert Tk object to string in tkColorChooser. by Martin v. Löwis · 16 years ago
  42. e2eb2b4 Issue #3248: Allow placing ScrolledText in a PanedWindow. by Martin v. Löwis · 16 years ago
  43. bb9b1f1 Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__ by Martin v. Löwis · 16 years ago
  44. b9828f6 Issue #3774: Fixed an error when create a Tkinter menu item without command by Hirokazu Yamamoto · 16 years ago
  45. e563aa4 Issue #3965: Allow repeated calls to turtle.Screen, by making it a by Martin v. Löwis · 16 years ago
  46. 52d52f1 #3950 fix missing scale factors in turtle.py by Benjamin Peterson · 16 years ago
  47. af1aae3 Issue #1342811: Fixed broken patch. Reviewed by benjamin.peterson. by Robert Schuppenies · 16 years ago
  48. 1464633 Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated to by Robert Schuppenies · 16 years ago
  49. ff6868c Remove a use of callable() from Tkinter to silence warnings under -3. by Brett Cannon · 16 years ago
  50. aabf404 Issue #799428: Fix Tkinter.Misc._nametowidget to unwrap Tcl command objects. by Martin v. Löwis · 16 years ago
  51. e70f8e1 remove usage of MacOS from Tkinter by Benjamin Peterson · 16 years ago
  52. 8718459 Patch #1513695: New turtle module, with demos. by Martin v. Löwis · 16 years ago
  53. 4ed3ed1 Fix Tkinter sequence passing. #2906. by Georg Brandl · 16 years ago
  54. 7943a32 #2906: accept lists for options, and some cosmetic fixes in Tkinter. by Georg Brandl · 16 years ago
  55. 6acb075 Fixed an import that remained from the lib-tk -> tkinter -> lib-tk renaming by Guilherme Polo · 16 years ago
  56. ae019e1 #615772: raise a more explicit error from Tkinter.Misc.__contains__. by Georg Brandl · 16 years ago
  57. 06d2a2c Remove debugging line. by Georg Brandl · 16 years ago
  58. 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 16 years ago
  59. 33cece0 Tkinter renaming reversal: move modules back in their place. by Georg Brandl · 16 years ago
  60. 248e3a8 Tkinter renaming reversal: Delete all stubs from lib-tk. by Georg Brandl · 16 years ago
  61. 8291f8e Tkinter: make stub modules. by Georg Brandl · 16 years ago
  62. ad9afeb Tkinter rename, step 2: fix imports and add stub modules. by Georg Brandl · 16 years ago
  63. bbc57d7 Step 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package. by Georg Brandl · 16 years ago
  64. 275360e #2535: remove duplicated method. by Georg Brandl · 16 years ago
  65. d5a0985 The Canvas module has been deprecated for removal in 3.0. by Brett Cannon · 16 years ago
  66. 5b63acd #2503 make singletons compared with "is" not == or != by Benjamin Peterson · 17 years ago
  67. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  68. f5d902f Always convert Text.index result to string. by Martin v. Löwis · 17 years ago
  69. bb89992 Make it a bit easier to test Tcl/Tk and idle from a build dir. by Christian Heimes · 17 years ago
  70. f733abb Whitespace normalization. by Tim Peters · 18 years ago
  71. bba003e Patch #1472877: Fix Tix subwidget name resolution. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  72. ef5fd3e Patch #1594554: Always close a tkSimpleDialog on ok(), even by Martin v. Löwis · 18 years ago
  73. c73a4a4 Patch #1538878: Don't make tkSimpleDialog dialogs transient if by Martin v. Löwis · 18 years ago
  74. 038cad7 Patch #1592250: Add elidge argument to Tkinter.Text.search. by Martin v. Löwis · 18 years ago
  75. 5361e9a Patch #1351744: Add askyesnocancel helper for tkMessageBox. by Martin v. Löwis · 18 years ago
  76. d80e0c8 Fix turtle so that you can launch the demo2 function on its own instead of only by Brett Cannon · 18 years ago
  77. e2222a0 Fix docstring punctuation by Andrew M. Kuchling · 18 years ago
  78. 426f4a1 Patch #1524429: Use repr instead of backticks again. by Martin v. Löwis · 18 years ago
  79. 12c00f7 Whitespace normalization. by Tim Peters · 18 years ago
  80. 06c68b8 Patch #1519566: Remove unused _tofill member. by Martin v. Löwis · 18 years ago
  81. 63597f1 Whitespace normalization. by Tim Peters · 18 years ago
  82. 2b88f63 Bug #1514693: Update turtle's heading when switching between by Martin v. Löwis · 18 years ago
  83. 4c4300d Reimplement turtle.circle using a polyline, to allow correct by Martin v. Löwis · 18 years ago
  84. bd39c03 Only setup canvas when it is first created. Fixes #1514703 by Martin v. Löwis · 18 years ago
  85. 1be63af Fix end_fill(). by Georg Brandl · 18 years ago
  86. 43bc378 Whitespace normalization. by Tim Peters · 18 years ago
  87. 210262c Fix typo in docstring by Neal Norwitz · 18 years ago
  88. 6fb20aa Patch #815924: Restore ability to pass type= and icon= by Martin v. Löwis · 18 years ago
  89. 3798da0 Patch #812986: Update the canvas even if not tracing. by Martin v. Löwis · 18 years ago
  90. 92733be Patch #1494750: Destroy master after deleting children. by Martin v. Löwis · 18 years ago
  91. 5ecad9c Patch #1096231: Add default argument to wm_iconbitmap. by Martin v. Löwis · 18 years ago
  92. 337487e Patch #763580: Add name and value arguments to Tkinter variable classes. by Martin v. Löwis · 18 years ago
  93. 215f13d Normalized a few cases of whitespace in function declarations. by Martin Blais · 18 years ago
  94. fd4c419 Whitespace normalization. by Tim Peters · 18 years ago
  95. e3a2583 Patch #1486962: Several bugs in the turtle Tk demo module were fixed by Georg Brandl · 18 years ago
  96. aa220a7 Whitespace normalization. by Tim Peters · 19 years ago
  97. 0db2a98 Patch #1063914: Add clipboard_get. by Martin v. Löwis · 19 years ago
  98. 314fce9 Patch #1468808: don't complain if Tkinter is already deleted at the time Font.__del__ is run. by Georg Brandl · 19 years ago
  99. 3daf304 Whitespace normalization. by Tim Peters · 19 years ago
  100. b04dee9 Patch #1462222: Fix Tix.Grid. Closes #1036406. by Martin v. Löwis · 19 years ago