1. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  2. 992d4a3 Merged revisions 56154-56264 via svnmerge from by Guido van Rossum · 17 years ago
  3. 5de48bd Simplify various spots where: str() is called on something by Walter Dörwald · 17 years ago
  4. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  5. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  6. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  7. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  8. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  9. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  10. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  11. e014a13 Couple more has_keys() going... by Guido van Rossum · 18 years ago
  12. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  13. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  14. ac3625f Remove sys.exc_type, sys.exc_value, sys.exc_traceback by Neal Norwitz · 19 years ago
  15. 966c264 Fix typos. by Walter Dörwald · 19 years ago
  16. 49a4b68 Fix a problem in Tkinter introduced by SF patch #869468 (checked in as by Guido van Rossum · 19 years ago
  17. 4afe154 Patch #1121234: Properly cleanup _exit and tkerror commands. by Martin v. Löwis · 20 years ago
  18. 9441c07 Patch #986929: Add support for wish -sync and -use options. by Martin v. Löwis · 20 years ago
  19. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  20. e2b4b32 Implementation of patch 869468 by David Ascher · 21 years ago
  21. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  22. 3c0f2c9 Fix SF bug #763637, 2.3b2 unpack tuple of wrong size in after_cancel by Neal Norwitz · 21 years ago
  23. 0f9e525 Patch #749191: Delete commands in after_cancel. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  24. 5489597 Convert tcl_version to str before comparing. Fixes #729317. by Martin v. Löwis · 21 years ago
  25. 6e5be22 Remove extra space in docstring by Neal Norwitz · 21 years ago
  26. 2cd0a65 Add 'get' method to Variable and switch it from internal class to by Guido van Rossum · 21 years ago
  27. bfe175c For StringVar results to strings. Document that boolean things are of by Martin v. Löwis · 21 years ago
  28. ff41c48 SF patch #701494: more apply removals by Raymond Hettinger · 21 years ago
  29. 043bbc7 Patch #707701: Expect '??' in event fields. Fixes #698517. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  30. 70c3dda Convert booleans to integers in IntVar.set. Fixes #671741. by Martin v. Löwis · 22 years ago
  31. e931ed5 Fix SF bug # 602259, 3rd parameter for Tkinter.scan_dragto by Neal Norwitz · 22 years ago
  32. 8c8aa5d Rename want_objects to wantobjects throughout, for consistency. by Martin v. Löwis · 22 years ago
  33. ffad633 Patch #518625: Return objects in Tkinter. by Martin v. Löwis · 22 years ago
  34. 2ec3627 Patch #621205: Tkinter updates for tk8.4. by Martin v. Löwis · 22 years ago
  35. 6ce1315 Patch #612602: Streamline configure methods. by Martin v. Löwis · 22 years ago
  36. 58b63bf SF patch #581396, Canvas "select_item" always returns None by Neal Norwitz · 22 years ago
  37. 256705b SF patch 546244 by John Williams: add Text.dump() method. by Guido van Rossum · 22 years ago
  38. f2041b8 Ignore widgets with unknown names in winfo_children. Fixes #518283. by Martin v. Löwis · 22 years ago
  39. dc57909 Move grid_location into Misc. Fixes bug #426892. by Martin v. Löwis · 23 years ago
  40. c04f7a7 Undo last checkin, since it duplicated the code. by Martin v. Löwis · 23 years ago
  41. 2fa69d7 Patch #426880: Implement Listbox itemcget and itemconfigure. by Martin v. Löwis · 23 years ago
  42. 09f1ad8 class Listbox: add itemcget, to satisfy SF patch #457713. by Guido van Rossum · 23 years ago
  43. a0adb92 Add Listbox.itemconfig[ure] call. (A "recent" addition to Tk -- 8.0 by Guido van Rossum · 23 years ago
  44. be92af0 Don't make even the _slightest_ modification between test and checkin, by Jack Jansen · 23 years ago
  45. 0eb936b The MacOS module may be available on Mac OS X, but it doesn't have a SchedParams() method, and there's no need to call it anyway. by Jack Jansen · 23 years ago
  46. c8718c1 Patch #403514: precompute _subst_format_str to avoid a call to by Martin v. Löwis · 23 years ago
  47. fc170b1 String method conversion. by Eric S. Raymond · 24 years ago
  48. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  49. d038ca8 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  50. d2a5ad2 Removed some debugging prints: When running user configuration code by Fred Drake · 24 years ago
  51. 0d8ce61 Fix for bug 110629: Generate unique image names by introducing a counter by Martin v. Löwis · 24 years ago
  52. a249f16 Older Tk versions don't support mousewheel support. Set event.delta by Fredrik Lundh · 24 years ago
  53. 24037f7 -- don't mess up in winfo_visualsavailable if the system only by Fredrik Lundh · 24 years ago
  54. 289ad8f -- added optional newstate argument to Wm.state. The newstate arg by Fredrik Lundh · 24 years ago
  55. 8fffa20 -- use explicit conversion instead of u-string literal in the test by Fredrik Lundh · 24 years ago
  56. 5bd2cd6 -- added xview_moveto, xview_scroll, yview_moveto, yview_scroll by Fredrik Lundh · 24 years ago
  57. 06d2815 -- untabification (use "diff -b" to verify) by Fredrik Lundh · 24 years ago
  58. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  59. 0a3f797 Change whitespace in two places to silence tabnanny. by Guido van Rossum · 24 years ago
  60. 5917ecb Nils Fischbeck: added doc strings to everything. Martin von Loewis by Guido van Rossum · 24 years ago
  61. e475e70 Patch from /F: by Andrew M. Kuchling · 24 years ago
  62. 2ab9082 Show Tcl/Tk version number in _test() and show Unicode test if possible. by Guido van Rossum · 24 years ago
  63. 0ba3300 Fix a typo in Barry's checkin. Reported both by Gerrit Holl and Mark Favas. by Guido van Rossum · 25 years ago
  64. 7d3f27c Changes inspired by Randall Hooper to allow callbacks when an by Barry Warsaw · 25 years ago
  65. 8fa42af Fix PR#107: wm_colormapwindows() did the wrong thing when presented by Guido van Rossum · 25 years ago
  66. f8d8e07 Fixed PR#106: winfo_visualsavailable() with the includeids=1 option by Guido van Rossum · 25 years ago
  67. e61e98d Add calls to self.protocol("WM_DELETE_WINDOW", self.destroy) to the Tk by Guido van Rossum · 25 years ago
  68. 42b334d Remove some redundant code from Canvas.tag_bind(), which added all by Guido van Rossum · 25 years ago
  69. 1a03cf5 Greg McFarlane submitted two missing Text methods: mark_next() and by Guido van Rossum · 25 years ago
  70. fa8c3ea Greg McFarlane writes: Tkinter.Text.tag_add should take multiple by Guido van Rossum · 25 years ago
  71. 8e40759 Nathan Paul Simons noticed that the grid_remove() method was missing. by Guido van Rossum · 25 years ago
  72. 6e9dadc Delete an accidentally checked-in feature that actually broke more by Guido van Rossum · 25 years ago
  73. 0d8d3dd lower, tkraise/lift hide Misc.lower, Misc.tkraise/lift, by Guido van Rossum · 25 years ago
  74. eb354b3 Bug reported by Jim Robinson: by Guido van Rossum · 26 years ago
  75. c55b0ca Put a try-except around the "image delete" call in Image.__del__ to by Guido van Rossum · 26 years ago
  76. f8d579c This hopefully fixes the problem of having to set PATH by Guido van Rossum · 26 years ago
  77. dfaac4d Add XXX comment about the need to add a dump() method to the Text by Guido van Rossum · 26 years ago
  78. 107e623 grid_bbox(): support new Tk API: grid bbox ?column row? ?column2 row2? by Barry Warsaw · 26 years ago
  79. 9f1292d Perhaps a controversial change: when reporting a callback exception, by Guido van Rossum · 26 years ago
  80. 4eaadf0 Added {xview,yview}_{moveto,scroll} to the Canvas class. by Barry Warsaw · 26 years ago
  81. 243ac4f Updated listbox methods to Tk 8.0. (Moved some around, added by Guido van Rossum · 26 years ago
  82. da65450 The message "Exception in Tkinter callback" should go to stderr. by Guido van Rossum · 26 years ago
  83. 0c92000 Ignore the TclError exception raised when deleting the registration by Guido van Rossum · 26 years ago
  84. c86b7c6 Make bind variants without a sequence return a tuple of sequences by Guido van Rossum · 26 years ago
  85. b4750db Added coords() and identify() methods to Scale class. by Guido van Rossum · 26 years ago
  86. 182c590 Tk.__init__(): In computing baseName, add ".pyo" to list of dropped by Fred Drake · 26 years ago
  87. 88b63b8 Allow binding a Tcl command (given as a string) as well as a Python function. by Guido van Rossum · 26 years ago
  88. cef4c84 Turns out that 'winfo id' returns the id as a hex string, with 0x prefix. by Guido van Rossum · 26 years ago
  89. 268824e Different trick to get the _test() window to pop up. by Guido van Rossum · 26 years ago
  90. fe02efd getint() now raises ValueError, not TclError, on errors. by Guido van Rossum · 26 years ago
  91. 0bd5433 Get rid of nearly all clals to self._do -- turns out self.tk.call can by Guido van Rossum · 26 years ago
  92. e365a59 Change the names of all methods in the Wm class: they are now by Guido van Rossum · 26 years ago
  93. 0132f69 Another optimization, probably of negligeable effect: instead of by Guido van Rossum · 26 years ago
  94. dc59340 In _bind(), found a way to test for break without a temp variable. by Guido van Rossum · 26 years ago
  95. f975699 Save a tiny bit of time: self.tk.call takes a tuple argument so it's by Guido van Rossum · 26 years ago
  96. f0c891a Import MacOS at the top instead of insize Tk.__init__() -- the latter by Guido van Rossum · 26 years ago
  97. e86271a When setting the event structure fields, don't die when the widget by Guido van Rossum · 26 years ago
  98. c296651 Add image_types() and image_names() as methods to Misc class. by Guido van Rossum · 26 years ago
  99. 56c04b8 Restructured the event_* calls slightly -- there's really no need to by Guido van Rossum · 26 years ago
  100. 117a5a8 Return the name of the Tcl command defined by _bind(). This can by Guido van Rossum · 26 years ago