| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge... | Benjamin Peterson | 2008-03-31 | 1 | -1/+1 |
|
|
* | Merged revisions 61003-61033 via svnmerge from | Christian Heimes | 2008-02-24 | 1 | -5/+1 |
|
|
* | Merged revisions 59107-59186 via svnmerge from | Guido van Rossum | 2007-11-26 | 1 | -0/+55 |
|
|
* | remove most uses of list(somedict.keys()) in Demo scripts | Skip Montanaro | 2007-08-06 | 1 | -3/+3 |
|
|
* | Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin... | Collin Winter | 2007-07-17 | 12 | -45/+43 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 5 | -11/+11 |
|
|
* | Get rid of most of the remaining uses of <>. There's still Tools/* thogh. | Neal Norwitz | 2006-08-29 | 1 | -3/+3 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 3 | -11/+11 |
|
|
* | Remove apply() | Neal Norwitz | 2006-03-17 | 7 | -11/+9 |
|
|
* | Get rid of a bunch more raw_input references | Neal Norwitz | 2006-03-17 | 1 | -1/+4 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 21 | -2621/+2620 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 2 | -2/+2 |
|
|
* | Add "select all" by clicking on (0,0) cell. | Guido van Rossum | 2002-11-02 | 1 | -19/+40 |
|
|
* | Add ESC key binding -- undo current cell editing. | Guido van Rossum | 2002-11-02 | 1 | -12/+19 |
|
|
* | Major breakthrough in selection -- drag-select multiple cells now | Guido van Rossum | 2002-11-02 | 1 | -10/+87 |
|
|
* | Spreadsheet demo that I used in the advanced talk at Linux Lunacy II. | Guido van Rossum | 2002-10-28 | 1 | -0/+740 |
|
|
* | Removing these scripts. redemo.py lives on in Tools/scripts/. | Guido van Rossum | 2000-10-06 | 2 | -298/+0 |
|
|
* | Adding Fredrik Lundh's demo of the option menu. | Guido van Rossum | 1998-10-20 | 1 | -0/+27 |
|
|
* | Fix multi-arg list.append() calls. | Guido van Rossum | 1998-10-08 | 1 | -1/+1 |
|
|
* | Added a 'Help' special menu to show how this is done. | Barry Warsaw | 1998-10-06 | 1 | -0/+5 |
|
|
* | Added the mainloop() call. | Guido van Rossum | 1998-09-14 | 1 | -0/+1 |
|
|
* | Show how to do switchable panels. | Guido van Rossum | 1998-07-15 | 1 | -0/+54 |
|
|
* | Get rid of the lock; it's no longer needed. | Guido van Rossum | 1998-06-30 | 1 | -15/+5 |
|
|
* | Remove the doc string -- it doesn't tell the truth. | Guido van Rossum | 1998-05-29 | 1 | -13/+1 |
|
|
* | New demo -- Perl style regular expression matching. | Guido van Rossum | 1998-05-29 | 1 | -0/+183 |
|
|
* | Protect all uses of the random generator with a lock. | Guido van Rossum | 1998-05-28 | 1 | -8/+24 |
|
|
* | An example of a multi-threaded Tkinter program. | Guido van Rossum | 1998-05-28 | 1 | -0/+44 |
|
|
* | Fix some comments; move 'import random' to top. | Guido van Rossum | 1998-05-26 | 1 | -13/+9 |
|
|
* | whrandom -> random | Guido van Rossum | 1998-05-20 | 1 | -3/+3 |
|
|
* | Use whrandom instead of rand. | Guido van Rossum | 1998-05-19 | 1 | -5/+5 |
|
|
* | Catch exceptions in final self.destroy() call. | Guido van Rossum | 1998-04-10 | 1 | -2/+5 |
|
|
* | Paint demo by Dave Mitchell. There's clearly a demand for such a | Guido van Rossum | 1998-01-26 | 1 | -0/+60 |
|
|
* | Trivial change in prompt label suggested by Case Roole. | Guido van Rossum | 1997-11-24 | 1 | -1/+1 |
|
|
* | Typo discovered by Case Roole. | Guido van Rossum | 1997-10-07 | 1 | -1/+1 |
|
|
* | Be more careful with closing fd's 0,1,2. | Guido van Rossum | 1997-10-07 | 1 | -3/+5 |
|
|
* | Patch by Case Roole <cjr@bound.xs4all.nl> to fail with a more | Guido van Rossum | 1997-09-15 | 1 | -7/+35 |
|
|
* | Correct off-by-two-pixels error. | Guido van Rossum | 1997-08-22 | 1 | -1/+1 |
|
|
* | Add try-finally around main loop. | Guido van Rossum | 1997-08-14 | 1 | -2/+5 |
|
|
* | Checked in some new Tk demos that I wrote a while ago. | Guido van Rossum | 1997-04-03 | 4 | -0/+1047 |
|
|
* | A different winning animation. | Guido van Rossum | 1996-12-30 | 1 | -6/+8 |
|
|
* | Actually, *this* fixes the last bug. | Guido van Rossum | 1996-12-30 | 1 | -2/+7 |
|
|
* | Considerably restructured. This fixes the one remaining bug. | Guido van Rossum | 1996-12-30 | 1 | -319/+322 |
|
|
* | Solitaire game, like the one that comes with Windows. | Guido van Rossum | 1996-12-29 | 1 | -0/+627 |
|
|
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 8 | -8/+8 |
|
|
* | Updated for Python 1.4 | Guido van Rossum | 1996-07-30 | 10 | -387/+293 |
|
|
* | (rmt.py): Updated to "modern" python coding conventions, somewhat. Keyword | Fred Drake | 1996-07-23 | 1 | -21/+21 |
|
|
* | Removed broken tst.py | Guido van Rossum | 1996-04-26 | 1 | -80/+0 |
|
|
* | Renamed module tkinter to _tkinter | Jack Jansen | 1995-10-23 | 2 | -4/+5 |
|
|
* | idraw on top of an image | Guido van Rossum | 1995-10-11 | 1 | -0/+23 |
|
|
* | incompletely converted to Tk 4.0 | Guido van Rossum | 1995-09-07 | 1 | -8/+12 |
|
|