| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Patch #986929: Add support for wish -sync and -use options. | Martin v. Löwis | 2004-08-03 | 1 | -2/+3 | 
| *  | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -1/+1 | 
| *  | Implementation of patch 869468 | David Ascher | 2004-02-18 | 1 | -5/+30 | 
| *  | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -6/+6 | 
| *  | Fix SF bug #763637, 2.3b2 unpack tuple of wrong size in after_cancel | Neal Norwitz | 2003-07-01 | 1 | -2/+4 | 
| *  | Patch #749191: Delete commands in after_cancel. Will backport to 2.2. | Martin v. Löwis | 2003-06-07 | 1 | -0/+6 | 
| *  | Convert tcl_version to str before comparing. Fixes #729317. | Martin v. Löwis | 2003-05-24 | 1 | -1/+2 | 
| *  | Remove extra space in docstring | Neal Norwitz | 2003-04-17 | 1 | -1/+1 | 
| *  | Add 'get' method to Variable and switch it from internal class to | Guido van Rossum | 2003-04-16 | 1 | -1/+7 | 
| *  | For StringVar results to strings. Document that boolean things are of | Martin v. Löwis | 2003-04-16 | 1 | -4/+7 | 
| *  | SF patch #701494:  more apply removals | Raymond Hettinger | 2003-04-06 | 1 | -275/+274 | 
| *  | Patch #707701: Expect '??' in event fields. Fixes #698517. | Martin v. Löwis | 2003-03-29 | 1 | -16/+32 | 
| *  | Convert booleans to integers in IntVar.set. Fixes #671741. | Martin v. Löwis | 2003-01-22 | 1 | -0/+6 | 
| *  | Fix SF bug # 602259, 3rd parameter for Tkinter.scan_dragto | Neal Norwitz | 2003-01-10 | 1 | -3/+3 | 
| *  | Rename want_objects to wantobjects throughout, for consistency. | Martin v. Löwis | 2002-11-26 | 1 | -2/+2 | 
| *  | Patch #518625: Return objects in Tkinter. | Martin v. Löwis | 2002-11-26 | 1 | -0/+3 | 
| *  | Patch #621205: Tkinter updates for tk8.4. | Martin v. Löwis | 2002-10-13 | 1 | -26/+548 | 
| *  | Patch #612602: Streamline configure methods. | Martin v. Löwis | 2002-10-10 | 1 | -79/+24 | 
| *  | SF patch #581396, Canvas "select_item" always returns None | Neal Norwitz | 2002-07-23 | 1 | -1/+1 | 
| *  | SF patch 546244 by John Williams: add Text.dump() method. | Guido van Rossum | 2002-04-23 | 1 | -1/+38 | 
| *  | Ignore widgets with unknown names in winfo_children. Fixes #518283. | Martin v. Löwis | 2002-03-27 | 1 | -3/+11 | 
| *  | Move grid_location into Misc. Fixes bug #426892. | Martin v. Löwis | 2001-10-13 | 1 | -8/+8 | 
| *  | Undo last checkin, since it duplicated the code. | Martin v. Löwis | 2001-10-01 | 1 | -25/+0 | 
| *  | Patch #426880: Implement Listbox itemcget and itemconfigure. | Martin v. Löwis | 2001-10-01 | 1 | -0/+25 | 
| *  | class Listbox: add itemcget, to satisfy SF patch #457713. | Guido van Rossum | 2001-09-05 | 1 | -1/+5 | 
| *  | Add Listbox.itemconfig[ure] call.  (A "recent" addition to Tk -- 8.0 | Guido van Rossum | 2001-09-01 | 1 | -5/+26 | 
| *  | Don't make even the _slightest_ modification between test and checkin, | Jack Jansen | 2001-08-23 | 1 | -1/+1 | 
| *  | The MacOS module may be available on Mac OS X, but it doesn't have a SchedPar... | Jack Jansen | 2001-08-23 | 1 | -1/+1 | 
| *  | Patch #403514: precompute _subst_format_str to avoid a call to | Martin v. Löwis | 2001-08-09 | 1 | -2/+2 | 
| *  | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -7/+5 | 
| *  | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -2/+2 | 
| *  | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -1/+0 | 
| *  | Removed some debugging prints:  When running user configuration code | Fred Drake | 2000-09-15 | 1 | -4/+0 | 
| *  | Fix for bug 110629: Generate unique image names by introducing a counter | Martin v. Löwis | 2000-09-08 | 1 | -1/+3 | 
| *  | Older Tk versions don't support mousewheel support.  Set event.delta | Fredrik Lundh | 2000-09-07 | 1 | -1/+4 | 
| *  | -- don't mess up in winfo_visualsavailable if the system only | Fredrik Lundh | 2000-08-09 | 1 | -0/+2 | 
| *  | -- added optional newstate argument to Wm.state.  The newstate arg | Fredrik Lundh | 2000-08-09 | 1 | -4/+4 | 
| *  | -- use explicit conversion instead of u-string literal in the test | Fredrik Lundh | 2000-08-09 | 1 | -4/+8 | 
| *  | -- added xview_moveto, xview_scroll, yview_moveto, yview_scroll | Fredrik Lundh | 2000-08-09 | 1 | -3/+19 | 
| *  | -- untabification (use "diff -b" to verify) | Fredrik Lundh | 2000-08-09 | 1 | -2858/+2858 | 
| *  | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -16/+16 | 
| *  | Change whitespace in two places to silence tabnanny. | Guido van Rossum | 2000-07-06 | 1 | -4/+4 | 
| *  | Nils Fischbeck: added doc strings to everything.  Martin von Loewis | Guido van Rossum | 2000-06-29 | 1 | -9/+1087 | 
| *  | Patch from /F: | Andrew M. Kuchling | 2000-06-18 | 1 | -0/+6 | 
| *  | Show Tcl/Tk version number in _test() and show Unicode test if possible. | Guido van Rossum | 2000-03-30 | 1 | -1/+4 | 
| *  | Fix a typo in Barry's checkin. | Guido van Rossum | 2000-02-27 | 1 | -1/+1 | 
| *  | Changes inspired by Randall Hooper to allow callbacks when an | Barry Warsaw | 2000-02-25 | 1 | -4/+15 | 
| *  | Fix PR#107: wm_colormapwindows() did the wrong thing when presented | Guido van Rossum | 1999-10-20 | 1 | -1/+3 | 
| *  | Fixed PR#106: winfo_visualsavailable() with the includeids=1 option | Guido van Rossum | 1999-10-18 | 1 | -3/+5 | 
| *  | Add calls to self.protocol("WM_DELETE_WINDOW", self.destroy) to the Tk | Guido van Rossum | 1999-08-20 | 1 | -0/+2 |