Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove svn:executable from scripts without a shebang line | Benjamin Peterson | 2010-03-08 | 9 | -0/+0 |
| | |||||
* | Issue #5341: Fix a variety of spelling errors. | Mark Dickinson | 2009-02-21 | 2 | -7/+7 |
| | |||||
* | Demos for ttk added. | Guilherme Polo | 2009-01-28 | 15 | -0/+1195 |
| | |||||
* | #687648 from Robert Schuppenies: use classic division. | Andrew M. Kuchling | 2008-09-13 | 3 | -17/+17 |
| | |||||
* | Replace all map(None, a) with list(a). | Georg Brandl | 2008-07-18 | 1 | -1/+1 |
| | |||||
* | #2503 make singletons compared with "is" not == or != | Benjamin Peterson | 2008-03-29 | 1 | -1/+1 |
| | | | | Thanks to Wummel for the patch | ||||
* | Use os.closerange(). | Georg Brandl | 2008-02-23 | 1 | -5/+1 |
| | |||||
* | A thread-less variant of brownian.py, submitted by Michele Simoniato. | Guido van Rossum | 2007-11-26 | 1 | -0/+55 |
| | |||||
* | Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. | Neal Norwitz | 2006-03-16 | 3 | -11/+11 |
| | |||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 55 | -3483/+3456 |
| | |||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 4 | -4/+4 |
| | | | | From SF patch #852334. | ||||
* | Add "select all" by clicking on (0,0) cell. | Guido van Rossum | 2002-11-02 | 1 | -19/+40 |
| | | | | | Redo setting the selection and setting the beacon to deal better with rows or columns -- these are now expressed by range (1, sys.maxint). | ||||
* | 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 |
| | | | | | works. Also row and column selection works (sort of). The DEL key deletes the selected rectangle. sys.argv[1] used by test_gui(). | ||||
* | Spreadsheet demo that I used in the advanced talk at Linux Lunacy II. | Guido van Rossum | 2002-10-28 | 1 | -0/+740 |
| | |||||
* | Remove reference to deleted 'www' directory. | Guido van Rossum | 2002-10-18 | 1 | -1/+0 |
| | |||||
* | Kill another merge zombie. | Tim Peters | 2001-07-17 | 1 | -23/+0 |
| | |||||
* | Removing these scripts. redemo.py lives on in Tools/scripts/. | Guido van Rossum | 2000-10-06 | 2 | -298/+0 |
| | | | | regexdemo.py is obsolete with the regex module. | ||||
* | Removing junk | Guido van Rossum | 2000-05-11 | 18 | -3046/+0 |
| | |||||
* | This demo imported some private code from Matt. Make it cripple along. | Guido van Rossum | 1999-04-08 | 1 | -3/+10 |
| | |||||
* | 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 | 2 | -2/+2 |
| | |||||
* | 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 |
| | | | | Slightly more featureful than regexdemo.py. | ||||
* | Protect all uses of the random generator with a lock. | Guido van Rossum | 1998-05-28 | 1 | -8/+24 |
| | | | | Particles break out of their loop when the main loop exits. | ||||
* | 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 |
| | | | | Run 500 steps instead of forever. | ||||
* | 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 |
| | | | | demo, so here it is. | ||||
* | 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 |
| | |||||
* | Change bind() to tag_bind() so it works again. | Guido van Rossum | 1997-09-24 | 1 | -2/+2 |
| | |||||
* | Patch by Case Roole <cjr@bound.xs4all.nl> to fail with a more | Guido van Rossum | 1997-09-15 | 1 | -7/+35 |
| | | | | | explanatory message when the manual directories aren't found. (I have to say I'm surprised that it actually still works!) | ||||
* | 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 | 21 | -21/+21 |
| | |||||
* | Pass self as master to Entry() widget constructor. | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | update -- Undo is now entry 1 | Guido van Rossum | 1996-08-21 | 1 | -2/+3 |
| |