- 58b63bf SF patch #581396, Canvas "select_item" always returns None by Neal Norwitz · 22 years ago
- ebb4190 Use string methods, remove import string by Neal Norwitz · 22 years ago
- 256705b SF patch 546244 by John Williams: add Text.dump() method. by Guido van Rossum · 23 years ago
- 8509ebc Patch #539392: Invoke setlocale, try opening the file in demo mode. by Martin v. Löwis · 23 years ago
- 0c0d56a Reindent. by Martin v. Löwis · 23 years ago
- 4157ffb Patch #536117: Typo in turtle.py. 2.2.2 candidate. by Martin v. Löwis · 23 years ago
- 4208d4f Destroy and unlink deleted NoteBook panes. Fixes #516703. 2.2.2 candidate. by Martin v. Löwis · 23 years ago
- f2041b8 Ignore widgets with unknown names in winfo_children. Fixes #518283. by Martin v. Löwis · 23 years ago
- 4ca196d Set TCL_LIBRARY before import _tkinter. Suggested by Kirill Simonov. by Martin v. Löwis · 23 years ago
- b4779c3 Patch #515598: removed unused import of os. by Martin v. Löwis · 23 years ago
- 1142d59 Fix typo in label by Andrew M. Kuchling · 23 years ago
- 85f9814 Print encoded versions of the file names in test application. Fixes #496084 by Martin v. Löwis · 23 years ago
- 723293c Make tix_configure() work the same way configure() works for the basic by Fred Drake · 23 years ago
- 1990943 Fix for SF #491953 (Andrew Dalke): ScrolledText.py has TabError by Guido van Rossum · 23 years ago
- 61d3637 SF patch #491183 (Jeff Epler): ScrolledText.grid() doesn't work by Guido van Rossum · 23 years ago
- 6b04ffe Be more careful about accessing attributes of the parent: if Tk has not been by Fred Drake · 23 years ago
- 652e191 Properly set static options for tixBalloon and tixResizeHandle. by Martin v. Löwis · 23 years ago
- bc0ad2d Merge directory chooser into tkFileDialog. by Martin v. Löwis · 23 years ago
- 25ee87c Patch #478654: Expose tk_chooseDirectory. by Martin v. Löwis · 23 years ago
- b7b3260 Patch #471120: Improved doc strings and new wrappers. by Martin v. Löwis · 23 years ago
- 4ecd713 directory chooser (requires a recent version of Tk) by Fredrik Lundh · 23 years ago
- dc57909 Move grid_location into Misc. Fixes bug #426892. by Martin v. Löwis · 23 years ago
- ea32cbb Suggestion from SF patch #470433 to avoid clobbering TCL_LIBRARY et by Guido van Rossum · 23 years ago
- 3e04848 Add entry parameter to HList.item_cget. Fixes bug #466981. by Martin v. Löwis · 23 years ago
- c04f7a7 Undo last checkin, since it duplicated the code. by Martin v. Löwis · 23 years ago
- 2fa69d7 Patch #426880: Implement Listbox itemcget and itemconfigure. by Martin v. Löwis · 23 years ago
- 09f1ad8 class Listbox: add itemcget, to satisfy SF patch #457713. by Guido van Rossum · 23 years ago
- a0adb92 Add Listbox.itemconfig[ure] call. (A "recent" addition to Tk -- 8.0 by Guido van Rossum · 23 years ago
- be92af0 Don't make even the _slightest_ modification between test and checkin, by Jack Jansen · 23 years ago
- 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
- 49fa2bd Fix two bugs discovered by PyChecker. (I cannot test these, but I'm by Guido van Rossum · 23 years ago
- c8718c1 Patch #403514: precompute _subst_format_str to avoid a call to by Martin v. Löwis · 23 years ago
- 3c7a25a Applied SF patch #438424 by Josh Cogliati: by Guido van Rossum · 23 years ago
- 40f3c7f The lower() and tkraise() methods were calling the Canvas widget by Guido van Rossum · 24 years ago
- 2271082 Fixed a bunch of Tabnanny errors by Moshe Zadka · 24 years ago
- b21cb5f Patch #410231: Add the Python Tix library. by Martin v. Löwis · 24 years ago
- fc170b1 String method conversion. by Eric S. Raymond · 24 years ago
- a659efe Patch by kragen@pobox.com: When tracing is turned on, lines shorter by Guido van Rossum · 24 years ago
- 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
- 1378bd5 Also point TK_LIBRARY to the appropriate directory. by Guido van Rossum · 24 years ago
- d038ca8 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
- 00236f3 [ Bug #110677 ] PRIVATE: various minor Tkinter things (PR#388) by Guido van Rossum · 24 years ago
- 4b6ea79 Don't rename Tkinter to Tk; closes bug 115714 Subclass Error from Exception. by Martin v. Löwis · 24 years ago
- d2a5ad2 Removed some debugging prints: When running user configuration code by Fred Drake · 24 years ago
- 0d8ce61 Fix for bug 110629: Generate unique image names by introducing a counter by Martin v. Löwis · 24 years ago
- a249f16 Older Tk versions don't support mousewheel support. Set event.delta by Fredrik Lundh · 24 years ago
- 46a4151 -- added a couple of missing Tkinter constants (canvas item styles, by Fredrik Lundh · 24 years ago
- 24037f7 -- don't mess up in winfo_visualsavailable if the system only by Fredrik Lundh · 24 years ago
- 289ad8f -- added optional newstate argument to Wm.state. The newstate arg by Fredrik Lundh · 24 years ago
- 8fffa20 -- use explicit conversion instead of u-string literal in the test by Fredrik Lundh · 24 years ago
- 5bd2cd6 -- added xview_moveto, xview_scroll, yview_moveto, yview_scroll by Fredrik Lundh · 24 years ago
- 06d2815 -- untabification (use "diff -b" to verify) by Fredrik Lundh · 24 years ago
- 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
- 0a3f797 Change whitespace in two places to silence tabnanny. by Guido van Rossum · 24 years ago
- 5917ecb Nils Fischbeck: added doc strings to everything. Martin von Loewis by Guido van Rossum · 24 years ago
- e475e70 Patch from /F: by Andrew M. Kuchling · 24 years ago
- aaa8bb4 Work the Tcl version number in the path we search for. by Guido van Rossum · 25 years ago
- 42405a5 A version of FixTk.py that works with the way the installer now installs Tcl/Tk. by Guido van Rossum · 25 years ago
- 2ab9082 Show Tcl/Tk version number in _test() and show Unicode test if possible. by Guido van Rossum · 25 years ago
- 0ba3300 Fix a typo in Barry's checkin. Reported both by Gerrit Holl and Mark Favas. by Guido van Rossum · 25 years ago
- 7d3f27c Changes inspired by Randall Hooper to allow callbacks when an by Barry Warsaw · 25 years ago
- d5062ba Moshe Zadka: Added docstrings to tkSimpleDialog.py by Guido van Rossum · 25 years ago
- 8fa42af Fix PR#107: wm_colormapwindows() did the wrong thing when presented by Guido van Rossum · 25 years ago
- f8d8e07 Fixed PR#106: winfo_visualsavailable() with the includeids=1 option by Guido van Rossum · 25 years ago
- ea7364c Peter Haight discovered that this code uses a mutable default for cnf by Guido van Rossum · 25 years ago
- e61e98d Add calls to self.protocol("WM_DELETE_WINDOW", self.destroy) to the Tk by Guido van Rossum · 25 years ago
- 42b334d Remove some redundant code from Canvas.tag_bind(), which added all by Guido van Rossum · 25 years ago
- 7ea8f84 Break some cycles when the widget is destroyed. by Guido van Rossum · 25 years ago
- 1a03cf5 Greg McFarlane submitted two missing Text methods: mark_next() and by Guido van Rossum · 25 years ago
- fa8c3ea Greg McFarlane writes: Tkinter.Text.tag_add should take multiple by Guido van Rossum · 25 years ago
- 8e40759 Nathan Paul Simons noticed that the grid_remove() method was missing. by Guido van Rossum · 26 years ago
- 6e9dadc Delete an accidentally checked-in feature that actually broke more by Guido van Rossum · 26 years ago
- 0d8d3dd lower, tkraise/lift hide Misc.lower, Misc.tkraise/lift, by Guido van Rossum · 26 years ago
- eb354b3 Bug reported by Jim Robinson: by Guido van Rossum · 26 years ago
- c55b0ca Put a try-except around the "image delete" call in Image.__del__ to by Guido van Rossum · 26 years ago
- f8d579c This hopefully fixes the problem of having to set PATH by Guido van Rossum · 26 years ago
- dfaac4d Add XXX comment about the need to add a dump() method to the Text by Guido van Rossum · 26 years ago
- 107e623 grid_bbox(): support new Tk API: grid bbox ?column row? ?column2 row2? by Barry Warsaw · 26 years ago
- b241b67 Turtle graphics by Guido van Rossum · 26 years ago
- 9f1292d Perhaps a controversial change: when reporting a callback exception, by Guido van Rossum · 26 years ago
- 4eaadf0 Added {xview,yview}_{moveto,scroll} to the Canvas class. by Barry Warsaw · 26 years ago
- 243ac4f Updated listbox methods to Tk 8.0. (Moved some around, added by Guido van Rossum · 26 years ago
- 3179b36 When no master widget is specified, use options['parent'] if it exists. by Guido van Rossum · 26 years ago
- 7f20263 Only reference Tkinter._default_root when needed. by Guido van Rossum · 26 years ago
- da65450 The message "Exception in Tkinter callback" should go to stderr. by Guido van Rossum · 26 years ago
- 4cbe387 NSEW is also valid for -sticky by Barry Warsaw · 26 years ago
- 9190046 Added NS and EW constants, which are meaningful values for grid's by Barry Warsaw · 26 years ago
- 0c92000 Ignore the TclError exception raised when deleting the registration by Guido van Rossum · 26 years ago
- c86b7c6 Make bind variants without a sequence return a tuple of sequences by Guido van Rossum · 26 years ago
- 3d16d3e Fredrik Lundh's font wrapper. by Guido van Rossum · 26 years ago
- b4750db Added coords() and identify() methods to Scale class. by Guido van Rossum · 26 years ago
- 2b427c7 Nannified. by Guido van Rossum · 26 years ago
- 5ff1761 From: "Fredrik Lundh" <fredrik@pythonware.com> by Guido van Rossum · 26 years ago
- 93d1fe1 From: Nicolas CHAUVAT <nico@caesium.fr> by Guido van Rossum · 26 years ago
- 182c590 Tk.__init__(): In computing baseName, add ".pyo" to list of dropped by Fred Drake · 26 years ago
- 88b63b8 Allow binding a Tcl command (given as a string) as well as a Python function. by Guido van Rossum · 26 years ago
- cef4c84 Turns out that 'winfo id' returns the id as a hex string, with 0x prefix. by Guido van Rossum · 26 years ago
- 268824e Different trick to get the _test() window to pop up. by Guido van Rossum · 26 years ago
- fe02efd getint() now raises ValueError, not TclError, on errors. by Guido van Rossum · 26 years ago
- 0bd5433 Get rid of nearly all clals to self._do -- turns out self.tk.call can by Guido van Rossum · 26 years ago