1. 066acbc Merged revisions 75115 via svnmerge from by R. David Murray · 16 years ago
  2. 585ad8a Merged revisions 69846 via svnmerge from by Jesus Cea · 16 years ago
  3. 6da51a1 Merged revisions 72278 via svnmerge from by Walter Dörwald · 16 years ago
  4. c4f54fd Merged revisions 70218-70219 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
  5. 58a5cbd Merged revisions 69816 via svnmerge from by Mark Dickinson · 16 years ago
  6. 4bf471f Merged revisions 69461 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 17 years ago
  7. e8b471c Merged revisions 68893 via svnmerge from by Martin v. Löwis · 17 years ago
  8. 918ae52 Merged revisions 68010 via svnmerge from by Martin v. Löwis · 17 years ago
  9. 659bf29 Merged revisions 68006 via svnmerge from by Martin v. Löwis · 17 years ago
  10. fc1e0ef Merged revisions 67279 via svnmerge from by Martin v. Löwis · 17 years ago
  11. b2d8142 Merged revisions 67082 via svnmerge from by Hirokazu Yamamoto · 17 years ago
  12. e563aa4 Issue #3965: Allow repeated calls to turtle.Screen, by making it a by Martin v. Löwis · 17 years ago
  13. 52d52f1 #3950 fix missing scale factors in turtle.py by Benjamin Peterson · 17 years ago
  14. af1aae3 Issue #1342811: Fixed broken patch. Reviewed by benjamin.peterson. by Robert Schuppenies · 17 years ago
  15. 1464633 Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated to by Robert Schuppenies · 17 years ago
  16. ff6868c Remove a use of callable() from Tkinter to silence warnings under -3. by Brett Cannon · 17 years ago
  17. aabf404 Issue #799428: Fix Tkinter.Misc._nametowidget to unwrap Tcl command objects. by Martin v. Löwis · 17 years ago
  18. e70f8e1 remove usage of MacOS from Tkinter by Benjamin Peterson · 17 years ago
  19. 8718459 Patch #1513695: New turtle module, with demos. by Martin v. Löwis · 17 years ago
  20. 4ed3ed1 Fix Tkinter sequence passing. #2906. by Georg Brandl · 17 years ago
  21. 7943a32 #2906: accept lists for options, and some cosmetic fixes in Tkinter. by Georg Brandl · 17 years ago
  22. 6acb075 Fixed an import that remained from the lib-tk -> tkinter -> lib-tk renaming by Guilherme Polo · 17 years ago
  23. ae019e1 #615772: raise a more explicit error from Tkinter.Misc.__contains__. by Georg Brandl · 17 years ago
  24. 06d2a2c Remove debugging line. by Georg Brandl · 17 years ago
  25. 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 17 years ago
  26. 33cece0 Tkinter renaming reversal: move modules back in their place. by Georg Brandl · 17 years ago
  27. 248e3a8 Tkinter renaming reversal: Delete all stubs from lib-tk. by Georg Brandl · 17 years ago
  28. 8291f8e Tkinter: make stub modules. by Georg Brandl · 17 years ago
  29. ad9afeb Tkinter rename, step 2: fix imports and add stub modules. by Georg Brandl · 17 years ago
  30. bbc57d7 Step 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package. by Georg Brandl · 17 years ago
  31. 275360e #2535: remove duplicated method. by Georg Brandl · 17 years ago
  32. d5a0985 The Canvas module has been deprecated for removal in 3.0. by Brett Cannon · 17 years ago
  33. 5b63acd #2503 make singletons compared with "is" not == or != by Benjamin Peterson · 17 years ago
  34. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  35. f5d902f Always convert Text.index result to string. by Martin v. Löwis · 18 years ago
  36. bb89992 Make it a bit easier to test Tcl/Tk and idle from a build dir. by Christian Heimes · 18 years ago
  37. f733abb Whitespace normalization. by Tim Peters · 19 years ago
  38. bba003e Patch #1472877: Fix Tix subwidget name resolution. Will backport to 2.5. by Martin v. Löwis · 19 years ago
  39. ef5fd3e Patch #1594554: Always close a tkSimpleDialog on ok(), even by Martin v. Löwis · 19 years ago
  40. c73a4a4 Patch #1538878: Don't make tkSimpleDialog dialogs transient if by Martin v. Löwis · 19 years ago
  41. 038cad7 Patch #1592250: Add elidge argument to Tkinter.Text.search. by Martin v. Löwis · 19 years ago
  42. 5361e9a Patch #1351744: Add askyesnocancel helper for tkMessageBox. by Martin v. Löwis · 19 years ago
  43. d80e0c8 Fix turtle so that you can launch the demo2 function on its own instead of only by Brett Cannon · 19 years ago
  44. e2222a0 Fix docstring punctuation by Andrew M. Kuchling · 19 years ago
  45. 426f4a1 Patch #1524429: Use repr instead of backticks again. by Martin v. Löwis · 19 years ago
  46. 12c00f7 Whitespace normalization. by Tim Peters · 19 years ago
  47. 06c68b8 Patch #1519566: Remove unused _tofill member. by Martin v. Löwis · 19 years ago
  48. 63597f1 Whitespace normalization. by Tim Peters · 19 years ago
  49. 2b88f63 Bug #1514693: Update turtle's heading when switching between by Martin v. Löwis · 19 years ago
  50. 4c4300d Reimplement turtle.circle using a polyline, to allow correct by Martin v. Löwis · 19 years ago
  51. bd39c03 Only setup canvas when it is first created. Fixes #1514703 by Martin v. Löwis · 19 years ago
  52. 1be63af Fix end_fill(). by Georg Brandl · 19 years ago
  53. 43bc378 Whitespace normalization. by Tim Peters · 19 years ago
  54. 210262c Fix typo in docstring by Neal Norwitz · 19 years ago
  55. 6fb20aa Patch #815924: Restore ability to pass type= and icon= by Martin v. Löwis · 19 years ago
  56. 3798da0 Patch #812986: Update the canvas even if not tracing. by Martin v. Löwis · 19 years ago
  57. 92733be Patch #1494750: Destroy master after deleting children. by Martin v. Löwis · 19 years ago
  58. 5ecad9c Patch #1096231: Add default argument to wm_iconbitmap. by Martin v. Löwis · 19 years ago
  59. 337487e Patch #763580: Add name and value arguments to Tkinter variable classes. by Martin v. Löwis · 19 years ago
  60. 215f13d Normalized a few cases of whitespace in function declarations. by Martin Blais · 19 years ago
  61. fd4c419 Whitespace normalization. by Tim Peters · 19 years ago
  62. e3a2583 Patch #1486962: Several bugs in the turtle Tk demo module were fixed by Georg Brandl · 19 years ago
  63. aa220a7 Whitespace normalization. by Tim Peters · 19 years ago
  64. 0db2a98 Patch #1063914: Add clipboard_get. by Martin v. Löwis · 19 years ago
  65. 314fce9 Patch #1468808: don't complain if Tkinter is already deleted at the time Font.__del__ is run. by Georg Brandl · 19 years ago
  66. 3daf304 Whitespace normalization. by Tim Peters · 19 years ago
  67. b04dee9 Patch #1462222: Fix Tix.Grid. Closes #1036406. by Martin v. Löwis · 19 years ago
  68. 4696ffb Remove "disgusting hack" in favour of closure (patch #1462235) by Georg Brandl · 19 years ago
  69. d489398 r903@spiff: Fredrik | 2005-11-12 16:28:37 +0100 by Fredrik Lundh · 20 years ago
  70. 966c264 Fix typos. by Walter Dörwald · 20 years ago
  71. 49a4b68 Fix a problem in Tkinter introduced by SF patch #869468 (checked in as by Guido van Rossum · 20 years ago
  72. 4afe154 Patch #1121234: Properly cleanup _exit and tkerror commands. by Martin v. Löwis · 20 years ago
  73. b0c670c Convert boolean results back to strings. Fixes #807871. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  74. cd4d297 Remove debug print. by Martin v. Löwis · 21 years ago
  75. a45cacf Whitespace normalization. by Tim Peters · 21 years ago
  76. babc5ec Expand tabs. by Martin v. Löwis · 21 years ago
  77. fe84d17 Patch #764217: Add nametofont function, exists parameter. by Martin v. Löwis · 21 years ago
  78. 9441c07 Patch #986929: Add support for wish -sync and -use options. by Martin v. Löwis · 21 years ago
  79. b217cd8 Wait for visibility before setting a grab. Fixes #946153. by Martin v. Löwis · 21 years ago
  80. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 21 years ago
  81. a3837a0 Patch #911176: Move test function into __main__ by Martin v. Löwis · 21 years ago
  82. 433fa69 Patch #853488: Add hlist entry_configure and entry_cget methods. by Martin v. Löwis · 21 years ago
  83. e2b4b32 Implementation of patch 869468 by David Ascher · 21 years ago
  84. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 22 years ago
  85. 85f48e3 Convert path objects to strings in askdirectory. Fixes #852314. by Martin v. Löwis · 22 years ago
  86. cb3062e Patch #805976: Add DOTBOX and UNDERLINE. by Martin v. Löwis · 22 years ago
  87. 39a682f Add HIDDEN. Fixes #777664. by Martin v. Löwis · 22 years ago
  88. 3c0f2c9 Fix SF bug #763637, 2.3b2 unpack tuple of wrong size in after_cancel by Neal Norwitz · 22 years ago
  89. 8b76351 Add a missing 'self,' to a super call in recently checked-in code. by Guido van Rossum · 22 years ago
  90. 1ef2365 Patch #751107: Slant must be 'roman', not 'normal'. by Martin v. Löwis · 22 years ago
  91. d6efae5 Properly deal with tuples in Open._fixresult. Fixes bug reported in by Martin v. Löwis · 22 years ago
  92. af81c2e SF bug #685773: 2 (more) bugs in turtle by Raymond Hettinger · 22 years ago
  93. 0f9e525 Patch #749191: Delete commands in after_cancel. Will backport to 2.2. by Martin v. Löwis · 22 years ago
  94. 5489597 Convert tcl_version to str before comparing. Fixes #729317. by Martin v. Löwis · 22 years ago
  95. 6e5be22 Remove extra space in docstring by Neal Norwitz · 22 years ago
  96. 2cd0a65 Add 'get' method to Variable and switch it from internal class to by Guido van Rossum · 22 years ago
  97. bfe175c For StringVar results to strings. Document that boolean things are of by Martin v. Löwis · 22 years ago
  98. ff41c48 SF patch #701494: more apply removals by Raymond Hettinger · 22 years ago
  99. 043bbc7 Patch #707701: Expect '??' in event fields. Fixes #698517. Will backport to 2.2. by Martin v. Löwis · 22 years ago
  100. 0e44923 SF patch 672098: Three __contains__ implementations by Raymond Hettinger · 23 years ago