summaryrefslogtreecommitdiffstats
path: root/Demo/tkinter/guido
Commit message (Expand)AuthorAgeFilesLines
* Add "select all" by clicking on (0,0) cell.Guido van Rossum2002-11-021-19/+40
* Add ESC key binding -- undo current cell editing.Guido van Rossum2002-11-021-12/+19
* Major breakthrough in selection -- drag-select multiple cells nowGuido van Rossum2002-11-021-10/+87
* Spreadsheet demo that I used in the advanced talk at Linux Lunacy II.Guido van Rossum2002-10-281-0/+740
* Removing these scripts. redemo.py lives on in Tools/scripts/.Guido van Rossum2000-10-062-298/+0
* Adding Fredrik Lundh's demo of the option menu.Guido van Rossum1998-10-201-0/+27
* Fix multi-arg list.append() calls.Guido van Rossum1998-10-081-1/+1
* Added a 'Help' special menu to show how this is done.Barry Warsaw1998-10-061-0/+5
* Added the mainloop() call.Guido van Rossum1998-09-141-0/+1
* Show how to do switchable panels.Guido van Rossum1998-07-151-0/+54
* Get rid of the lock; it's no longer needed.Guido van Rossum1998-06-301-15/+5
* Remove the doc string -- it doesn't tell the truth.Guido van Rossum1998-05-291-13/+1
* New demo -- Perl style regular expression matching.Guido van Rossum1998-05-291-0/+183
* Protect all uses of the random generator with a lock.Guido van Rossum1998-05-281-8/+24
* An example of a multi-threaded Tkinter program.Guido van Rossum1998-05-281-0/+44
* Fix some comments; move 'import random' to top.Guido van Rossum1998-05-261-13/+9
* whrandom -> randomGuido van Rossum1998-05-201-3/+3
* Use whrandom instead of rand.Guido van Rossum1998-05-191-5/+5
* Catch exceptions in final self.destroy() call.Guido van Rossum1998-04-101-2/+5
* Paint demo by Dave Mitchell. There's clearly a demand for such aGuido van Rossum1998-01-261-0/+60
* Trivial change in prompt label suggested by Case Roole.Guido van Rossum1997-11-241-1/+1
* Typo discovered by Case Roole.Guido van Rossum1997-10-071-1/+1
* Be more careful with closing fd's 0,1,2.Guido van Rossum1997-10-071-3/+5
* Patch by Case Roole <cjr@bound.xs4all.nl> to fail with a moreGuido van Rossum1997-09-151-7/+35
* Correct off-by-two-pixels error.Guido van Rossum1997-08-221-1/+1
* Add try-finally around main loop.Guido van Rossum1997-08-141-2/+5
* Checked in some new Tk demos that I wrote a while ago.Guido van Rossum1997-04-034-0/+1047
* A different winning animation.Guido van Rossum1996-12-301-6/+8
* Actually, *this* fixes the last bug.Guido van Rossum1996-12-301-2/+7
* Considerably restructured. This fixes the one remaining bug.Guido van Rossum1996-12-301-319/+322
* Solitaire game, like the one that comes with Windows.Guido van Rossum1996-12-291-0/+627
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-278-8/+8
* Updated for Python 1.4Guido van Rossum1996-07-3010-387/+293
* (rmt.py): Updated to "modern" python coding conventions, somewhat. KeywordFred Drake1996-07-231-21/+21
* Removed broken tst.pyGuido van Rossum1996-04-261-80/+0
* Renamed module tkinter to _tkinterJack Jansen1995-10-232-4/+5
* idraw on top of an imageGuido van Rossum1995-10-111-0/+23
* incompletely converted to Tk 4.0Guido van Rossum1995-09-071-8/+12
* adapted to Tk 4.0 and CNRI man page locationsGuido van Rossum1995-09-071-2/+15
* improve fonts; Tk 4.0 awareGuido van Rossum1995-09-071-9/+14
* simplified no Tk() sets _default_rootGuido van Rossum1995-09-071-2/+1
* use $DISPLAYGuido van Rossum1995-09-071-1/+2
* Initial revisionGuido van Rossum1995-09-071-0/+13
* added hello worldGuido van Rossum1995-04-101-0/+17
* demonstrate shell in a Tk windowGuido van Rossum1995-01-101-0/+164
* update pathnamesGuido van Rossum1994-10-117-8/+10
* Micro portability changesGuido van Rossum1994-10-062-1/+4
* AttrDialog.py: some structural changesGuido van Rossum1994-08-032-29/+45
* Made refile work -- basically set exportselection to 0 for list ofGuido van Rossum1994-07-131-8/+5
* Added comment about need of OO styleGuido van Rossum1994-07-131-0/+2