1. c8718c1 Patch #403514: precompute _subst_format_str to avoid a call to by Martin v. Löwis · 23 years ago
  2. 3c7a25a Applied SF patch #438424 by Josh Cogliati: by Guido van Rossum · 23 years ago
  3. 40f3c7f The lower() and tkraise() methods were calling the Canvas widget by Guido van Rossum · 23 years ago
  4. 2271082 Fixed a bunch of Tabnanny errors by Moshe Zadka · 23 years ago
  5. b21cb5f Patch #410231: Add the Python Tix library. by Martin v. Löwis · 23 years ago
  6. fc170b1 String method conversion. by Eric S. Raymond · 23 years ago
  7. a659efe Patch by kragen@pobox.com: When tracing is turned on, lines shorter by Guido van Rossum · 24 years ago
  8. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  9. 1378bd5 Also point TK_LIBRARY to the appropriate directory. by Guido van Rossum · 24 years ago
  10. d038ca8 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  11. 00236f3 [ Bug #110677 ] PRIVATE: various minor Tkinter things (PR#388) by Guido van Rossum · 24 years ago
  12. 4b6ea79 Don't rename Tkinter to Tk; closes bug 115714 Subclass Error from Exception. by Martin v. Löwis · 24 years ago
  13. d2a5ad2 Removed some debugging prints: When running user configuration code by Fred Drake · 24 years ago
  14. 0d8ce61 Fix for bug 110629: Generate unique image names by introducing a counter by Martin v. Löwis · 24 years ago
  15. a249f16 Older Tk versions don't support mousewheel support. Set event.delta by Fredrik Lundh · 24 years ago
  16. 46a4151 -- added a couple of missing Tkinter constants (canvas item styles, by Fredrik Lundh · 24 years ago
  17. 24037f7 -- don't mess up in winfo_visualsavailable if the system only by Fredrik Lundh · 24 years ago
  18. 289ad8f -- added optional newstate argument to Wm.state. The newstate arg by Fredrik Lundh · 24 years ago
  19. 8fffa20 -- use explicit conversion instead of u-string literal in the test by Fredrik Lundh · 24 years ago
  20. 5bd2cd6 -- added xview_moveto, xview_scroll, yview_moveto, yview_scroll by Fredrik Lundh · 24 years ago
  21. 06d2815 -- untabification (use "diff -b" to verify) by Fredrik Lundh · 24 years ago
  22. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  23. 0a3f797 Change whitespace in two places to silence tabnanny. by Guido van Rossum · 24 years ago
  24. 5917ecb Nils Fischbeck: added doc strings to everything. Martin von Loewis by Guido van Rossum · 24 years ago
  25. e475e70 Patch from /F: by Andrew M. Kuchling · 24 years ago
  26. aaa8bb4 Work the Tcl version number in the path we search for. by Guido van Rossum · 24 years ago
  27. 42405a5 A version of FixTk.py that works with the way the installer now installs Tcl/Tk. by Guido van Rossum · 24 years ago
  28. 2ab9082 Show Tcl/Tk version number in _test() and show Unicode test if possible. by Guido van Rossum · 24 years ago
  29. 0ba3300 Fix a typo in Barry's checkin. Reported both by Gerrit Holl and Mark Favas. by Guido van Rossum · 24 years ago
  30. 7d3f27c Changes inspired by Randall Hooper to allow callbacks when an by Barry Warsaw · 24 years ago
  31. d5062ba Moshe Zadka: Added docstrings to tkSimpleDialog.py by Guido van Rossum · 24 years ago
  32. 8fa42af Fix PR#107: wm_colormapwindows() did the wrong thing when presented by Guido van Rossum · 25 years ago
  33. f8d8e07 Fixed PR#106: winfo_visualsavailable() with the includeids=1 option by Guido van Rossum · 25 years ago
  34. ea7364c Peter Haight discovered that this code uses a mutable default for cnf by Guido van Rossum · 25 years ago
  35. e61e98d Add calls to self.protocol("WM_DELETE_WINDOW", self.destroy) to the Tk by Guido van Rossum · 25 years ago
  36. 42b334d Remove some redundant code from Canvas.tag_bind(), which added all by Guido van Rossum · 25 years ago
  37. 7ea8f84 Break some cycles when the widget is destroyed. by Guido van Rossum · 25 years ago
  38. 1a03cf5 Greg McFarlane submitted two missing Text methods: mark_next() and by Guido van Rossum · 25 years ago
  39. fa8c3ea Greg McFarlane writes: Tkinter.Text.tag_add should take multiple by Guido van Rossum · 25 years ago
  40. 8e40759 Nathan Paul Simons noticed that the grid_remove() method was missing. by Guido van Rossum · 25 years ago
  41. 6e9dadc Delete an accidentally checked-in feature that actually broke more by Guido van Rossum · 25 years ago
  42. 0d8d3dd lower, tkraise/lift hide Misc.lower, Misc.tkraise/lift, by Guido van Rossum · 25 years ago
  43. eb354b3 Bug reported by Jim Robinson: by Guido van Rossum · 25 years ago
  44. c55b0ca Put a try-except around the "image delete" call in Image.__del__ to by Guido van Rossum · 25 years ago
  45. f8d579c This hopefully fixes the problem of having to set PATH by Guido van Rossum · 26 years ago
  46. dfaac4d Add XXX comment about the need to add a dump() method to the Text by Guido van Rossum · 26 years ago
  47. 107e623 grid_bbox(): support new Tk API: grid bbox ?column row? ?column2 row2? by Barry Warsaw · 26 years ago
  48. b241b67 Turtle graphics by Guido van Rossum · 26 years ago
  49. 9f1292d Perhaps a controversial change: when reporting a callback exception, by Guido van Rossum · 26 years ago
  50. 4eaadf0 Added {xview,yview}_{moveto,scroll} to the Canvas class. by Barry Warsaw · 26 years ago
  51. 243ac4f Updated listbox methods to Tk 8.0. (Moved some around, added by Guido van Rossum · 26 years ago
  52. 3179b36 When no master widget is specified, use options['parent'] if it exists. by Guido van Rossum · 26 years ago
  53. 7f20263 Only reference Tkinter._default_root when needed. by Guido van Rossum · 26 years ago
  54. da65450 The message "Exception in Tkinter callback" should go to stderr. by Guido van Rossum · 26 years ago
  55. 4cbe387 NSEW is also valid for -sticky by Barry Warsaw · 26 years ago
  56. 9190046 Added NS and EW constants, which are meaningful values for grid's by Barry Warsaw · 26 years ago
  57. 0c92000 Ignore the TclError exception raised when deleting the registration by Guido van Rossum · 26 years ago
  58. c86b7c6 Make bind variants without a sequence return a tuple of sequences by Guido van Rossum · 26 years ago
  59. 3d16d3e Fredrik Lundh's font wrapper. by Guido van Rossum · 26 years ago
  60. b4750db Added coords() and identify() methods to Scale class. by Guido van Rossum · 26 years ago
  61. 2b427c7 Nannified. by Guido van Rossum · 26 years ago
  62. 5ff1761 From: "Fredrik Lundh" <fredrik@pythonware.com> by Guido van Rossum · 26 years ago
  63. 93d1fe1 From: Nicolas CHAUVAT <nico@caesium.fr> by Guido van Rossum · 26 years ago
  64. 182c590 Tk.__init__(): In computing baseName, add ".pyo" to list of dropped by Fred Drake · 26 years ago
  65. 88b63b8 Allow binding a Tcl command (given as a string) as well as a Python function. by Guido van Rossum · 26 years ago
  66. cef4c84 Turns out that 'winfo id' returns the id as a hex string, with 0x prefix. by Guido van Rossum · 26 years ago
  67. 268824e Different trick to get the _test() window to pop up. by Guido van Rossum · 26 years ago
  68. fe02efd getint() now raises ValueError, not TclError, on errors. by Guido van Rossum · 26 years ago
  69. 0bd5433 Get rid of nearly all clals to self._do -- turns out self.tk.call can by Guido van Rossum · 26 years ago
  70. 073b829 When a file name is selected ("OK" button, <Return> in the filename entry), by Fred Drake · 26 years ago
  71. e365a59 Change the names of all methods in the Wm class: they are now by Guido van Rossum · 26 years ago
  72. 0132f69 Another optimization, probably of negligeable effect: instead of by Guido van Rossum · 26 years ago
  73. dc59340 In _bind(), found a way to test for break without a temp variable. by Guido van Rossum · 26 years ago
  74. f975699 Save a tiny bit of time: self.tk.call takes a tuple argument so it's by Guido van Rossum · 26 years ago
  75. f0c891a Import MacOS at the top instead of insize Tk.__init__() -- the latter by Guido van Rossum · 26 years ago
  76. e86271a When setting the event structure fields, don't die when the widget by Guido van Rossum · 26 years ago
  77. c296651 Add image_types() and image_names() as methods to Misc class. by Guido van Rossum · 26 years ago
  78. 4cee3c4 Another easter present. by Guido van Rossum · 26 years ago
  79. 56c04b8 Restructured the event_* calls slightly -- there's really no need to by Guido van Rossum · 26 years ago
  80. 117a5a8 Return the name of the Tcl command defined by _bind(). This can by Guido van Rossum · 26 years ago
  81. cd0f59e Get rid of the Emacs cruft now that Python-mode guess the desired settings! by Guido van Rossum · 26 years ago
  82. c457048 Give in to the tab police. by Guido van Rossum · 26 years ago
  83. 21df8f5 Typo: baseWidht -> baseWidth. by Guido van Rossum · 26 years ago
  84. 0001a11 Fix bug in trace_vdelete(); should use master's delete command. by Guido van Rossum · 26 years ago
  85. e2c6e20 Add trace methods to class Variable by Guido van Rossum · 27 years ago
  86. 1cd6a45 Two critical fixes to the changes that I made for Greg McFarlane -- by Guido van Rossum · 27 years ago
  87. 9fd41e3 Fixed several bugs reported by Greg McFarmane: by Guido van Rossum · 27 years ago
  88. adfacf4 Do a better job of keeping the dialog visible when the master window by Guido van Rossum · 27 years ago
  89. 4d9d3f1 Typo: Widht instead of Width... by Guido van Rossum · 27 years ago
  90. fedc6d0 Added SOLID definition. by Guido van Rossum · 27 years ago
  91. b532399 PhotoImage.put(): Fixed -to handling, including backward compatibility hack. by Fred Drake · 27 years ago
  92. f0413d4 Added tag_prevrange analogous to rag_nextrange. by Guido van Rossum · 27 years ago
  93. 98b9d77 Change _nametowidget to nametowidget -- it is a public interface. by Guido van Rossum · 27 years ago
  94. 7814ea6 Last minute fix to Text.window_cget(), which should properly Tcl-ify by Guido van Rossum · 27 years ago
  95. 5ac00ac Fix problem detected by Greg McFarlane -- callbacks passed to by Guido van Rossum · 27 years ago
  96. 7f97328 Fix the exclusion of "config" in the methods copied from Pack to also by Guido van Rossum · 27 years ago
  97. 80f8be8 Support for the "event" command, new in Tk 4.2. By Case Roole. by Guido van Rossum · 27 years ago
  98. c0b9319 bind_class should return a value by Guido van Rossum · 27 years ago
  99. 368e06b Some restructuring. by Guido van Rossum · 27 years ago
  100. 83bd9a9 Move Widget.config() c.s. to Misc class, so the Tk class also inherits them. by Guido van Rossum · 27 years ago