| Commit message (Expand) | Author | Age | Files | Lines |
* | Tkinter move, part 1: move modules. | Georg Brandl | 2008-05-17 | 1 | -3749/+0 |
|
|
* | Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 ... | Alexandre Vassalotti | 2008-05-16 | 1 | -3/+0 |
|
|
* | Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge... | Benjamin Peterson | 2008-03-31 | 1 | -1/+1 |
|
|
* | Merged revisions 59642-59665 via svnmerge from | Christian Heimes | 2008-01-02 | 1 | -1/+1 |
|
|
* | Removed the API to create unbound methods and simplified the API for bound me... | Christian Heimes | 2007-11-27 | 1 | -1/+1 |
|
|
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -1/+1 |
|
|
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -13/+10 |
|
|
* | Kill execfile(), use exec() instead | Neal Norwitz | 2007-08-12 | 1 | -4/+4 |
|
|
* | Merged revisions 56301-56442 via svnmerge from | Guido van Rossum | 2007-07-18 | 1 | -1/+1 |
|
|
* | Merged revisions 56154-56264 via svnmerge from | Guido van Rossum | 2007-07-11 | 1 | -1/+1 |
|
|
* | Simplify various spots where: str() is called on something | Walter Dörwald | 2007-06-11 | 1 | -5/+1 |
|
|
* | Merged revisions 55795-55816 via svnmerge from | Guido van Rossum | 2007-06-07 | 1 | -13/+12 |
|
|
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -4/+4 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -1/+1 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -2/+2 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -1/+2 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -1/+1 |
|
|
* | Couple more has_keys() going... | Guido van Rossum | 2006-08-19 | 1 | -14/+14 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -23/+76 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -5/+19 |
|
|
* | Remove sys.exc_type, sys.exc_value, sys.exc_traceback | Neal Norwitz | 2006-03-17 | 1 | -1/+1 |
|
|
* | Fix typos. | Walter Dörwald | 2005-11-09 | 1 | -1/+1 |
|
|
* | Fix a problem in Tkinter introduced by SF patch #869468 (checked in as | Guido van Rossum | 2005-07-26 | 1 | -6/+0 |
|
|
* | Patch #1121234: Properly cleanup _exit and tkerror commands. | Martin v. Löwis | 2005-03-01 | 1 | -0/+7 |
|
|
* | 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 |
|
|