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. 81d2be9 Issue #19020: Tkinter now uses splitlist() instead of split() in configure by Serhiy Storchaka · 11 years ago
  4. 848972c Issue #19020: Tkinter now uses splitlist() instead of split() in configure by Serhiy Storchaka · 11 years ago
  5. 4babb91 Issue #6157: Fixed tkinter.Text.debug(). tkinter.Text.bbox() now raises by Serhiy Storchaka · 11 years ago
  6. 0b9e815 Issue #6157: Fixed tkinter.Text.debug(). Original patch by Guilherme Polo. by Serhiy Storchaka · 11 years ago
  7. 0de5362 Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of by Serhiy Storchaka · 11 years ago
  8. 2849e0d Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of by Serhiy Storchaka · 11 years ago
  9. e39e54d Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. by Serhiy Storchaka · 11 years ago
  10. 06ce077 Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. by Serhiy Storchaka · 11 years ago
  11. 8b53559 Merge with 3.3, issue #17047: remove doubled words added in 3.3, by Terry Jan Reedy · 11 years ago
  12. 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 11 years ago
  13. fb3c628 Issue #15861: tkinter now correctly works with lists and tuples containing by Serhiy Storchaka · 12 years ago
  14. 1e2b7ee Issue #15861: tkinter now correctly works with lists and tuples containing by Serhiy Storchaka · 12 years ago
  15. b139652 Issue #15861: tkinter now correctly works with lists and tuples containing by Serhiy Storchaka · 12 years ago
  16. 08f4556 Merge heads by Serhiy Storchaka · 12 years ago
  17. 32e258d Merge heads by Serhiy Storchaka · 12 years ago
  18. 4cf4f3a Issue #16541: tk_setPalette() now works with keyword arguments. by Serhiy Storchaka · 12 years ago
  19. a191959 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  20. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  21. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  22. a6b292f Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 12 years ago
  23. 14857cf Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 12 years ago
  24. 806bfad Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 12 years ago
  25. db0420d 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
  26. 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
  27. 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
  28. 2d72781 Merge issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper by Andrew Svetlov · 12 years ago
  29. e854433 Merge issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper by Andrew Svetlov · 12 years ago
  30. eb0abce Issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper by Andrew Svetlov · 12 years ago
  31. 456b2b8 Issue #14446: Remove deprecated tkinter functions by Andrew Svetlov · 12 years ago
  32. a008278 Issue #14777: merge by Ned Deily · 12 years ago
  33. 4d377d9 Issue #14777: In an X11 windowing environment, tkinter may return by Ned Deily · 12 years ago
  34. 69c2ffa issue #3035: update PendingDeprecationWarning to DeprectionWarning, point deprecation in tkinter doc by Andrew Svetlov · 12 years ago
  35. a966c6f Issue #3035: Unused functions from tkinter are marked as pending peprecated. by Andrew Svetlov · 12 years ago
  36. 5c3c424 Issue #2843: Add new Tk API to Tkinter. by Martin v. Löwis · 12 years ago
  37. 2b695a4 Issue #1178863: Separate initialisation from setting when initializing by Martin v. Löwis · 12 years ago
  38. 54540ec Remove redundant imports. by Florent Xicluna · 13 years ago
  39. aabbda5 Merge 3.2 by Florent Xicluna · 13 years ago
  40. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  41. 8c6f88e remove __version__s dependent on subversion keyword expansion (closes #12221) by Benjamin Peterson · 13 years ago
  42. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  43. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  44. 5468f4ff Merged revisions 86697 via svnmerge from by Alexander Belopolsky · 14 years ago
  45. 022f049 Issue #6878: Fixed return type of tkinter methods documented to return lists. by Alexander Belopolsky · 14 years ago
  46. 1fff008 Merged revisions 74446-74449 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  47. 8642556 Merged revisions 73083 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  48. 56f5be5 Merged revisions 70218-70219 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  49. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  50. ae09899 Merged revisions 69461 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  51. 4baac0f Forgot to remove no longer needed code since r68237 by Guilherme Polo · 16 years ago
  52. a18424c Issue #3774: Fixed an error when create a Tkinter menu item without command by Hirokazu Yamamoto · 16 years ago
  53. b212b75 Issue #1658: dict size is changing during iteration in tkinter.BaseWidget and by Guilherme Polo · 16 years ago
  54. ffeef90 Merged revisions 65971 via svnmerge from by Robert Schuppenies · 16 years ago
  55. 3d1c7de Merged revisions 65622 via svnmerge from by Robert Schuppenies · 16 years ago
  56. cdfae16 Merged revisions 65399 via svnmerge from by Martin v. Löwis · 16 years ago
  57. ca0c8ab Merged revisions 65328 via svnmerge from by Benjamin Peterson · 16 years ago
  58. 3b55003 Fix Tkinter sequence passing. #2906. by Georg Brandl · 16 years ago
  59. 29e4f63 Remove basestring usage. by Georg Brandl · 16 years ago
  60. bf1eb63 #2906: accept lists for options, and some cosmetic fixes in Tkinter. by Georg Brandl · 16 years ago
  61. b533e26 Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,63470,63483-63484,63496-63497,63499-63501,63530-63531,63540,63614 via svnmerge from by Georg Brandl · 16 years ago
  62. 14fc427 Tkinter, step 2: adapt imports. by Georg Brandl · 16 years ago
  63. 3302312 Tkinter move, part 1: move modules. by Georg Brandl · 16 years ago[Renamed from Lib/lib-tk/Tkinter.py]
  64. 8ae3e05 Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 via svnmerge from by Alexandre Vassalotti · 16 years ago
  65. 2a691a8 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from by Benjamin Peterson · 16 years ago
  66. 57dddfb Merged revisions 59642-59665 via svnmerge from by Christian Heimes · 17 years ago
  67. ff73795 Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). by Christian Heimes · 17 years ago
  68. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  69. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  70. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
  71. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  72. 992d4a3 Merged revisions 56154-56264 via svnmerge from by Guido van Rossum · 17 years ago
  73. 5de48bd Simplify various spots where: str() is called on something by Walter Dörwald · 17 years ago
  74. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  75. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  76. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  77. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  78. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  79. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  80. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  81. e014a13 Couple more has_keys() going... by Guido van Rossum · 18 years ago
  82. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  83. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  84. ac3625f Remove sys.exc_type, sys.exc_value, sys.exc_traceback by Neal Norwitz · 18 years ago
  85. 966c264 Fix typos. by Walter Dörwald · 19 years ago
  86. 49a4b68 Fix a problem in Tkinter introduced by SF patch #869468 (checked in as by Guido van Rossum · 19 years ago
  87. 4afe154 Patch #1121234: Properly cleanup _exit and tkerror commands. by Martin v. Löwis · 19 years ago
  88. 9441c07 Patch #986929: Add support for wish -sync and -use options. by Martin v. Löwis · 20 years ago
  89. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  90. e2b4b32 Implementation of patch 869468 by David Ascher · 20 years ago
  91. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  92. 3c0f2c9 Fix SF bug #763637, 2.3b2 unpack tuple of wrong size in after_cancel by Neal Norwitz · 21 years ago
  93. 0f9e525 Patch #749191: Delete commands in after_cancel. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  94. 5489597 Convert tcl_version to str before comparing. Fixes #729317. by Martin v. Löwis · 21 years ago
  95. 6e5be22 Remove extra space in docstring by Neal Norwitz · 21 years ago
  96. 2cd0a65 Add 'get' method to Variable and switch it from internal class to by Guido van Rossum · 21 years ago
  97. bfe175c For StringVar results to strings. Document that boolean things are of by Martin v. Löwis · 21 years ago
  98. ff41c48 SF patch #701494: more apply removals by Raymond Hettinger · 21 years ago
  99. 043bbc7 Patch #707701: Expect '??' in event fields. Fixes #698517. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  100. 70c3dda Convert booleans to integers in IntVar.set. Fixes #671741. by Martin v. Löwis · 22 years ago