summaryrefslogtreecommitdiff
path: root/Demo/tkinter
Commit message (Expand)AuthorAgeFilesLines
* Issue #27171: Fix typos in documentation, code comments, and testsMartin Panter2016-06-021-1/+1
* Issue #27125: Fix various errors like “will [be] inherited”Martin Panter2016-05-291-1/+1
* Issue #27076: Doc, comment and test function name spelling fixesMartin Panter2016-05-261-2/+2
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-163-0/+0
* remove svn:executable from scripts without a shebang lineBenjamin Peterson2010-03-089-0/+0
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-212-7/+7
* Demos for ttk added.Guilherme Polo2009-01-2815-0/+1195
* #687648 from Robert Schuppenies: use classic division.Andrew M. Kuchling2008-09-133-17/+17
* Replace all map(None, a) with list(a).Georg Brandl2008-07-181-1/+1
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-291-1/+1
* Use os.closerange().Georg Brandl2008-02-231-5/+1
* A thread-less variant of brownian.py, submitted by Michele Simoniato.Guido van Rossum2007-11-261-0/+55
* Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.Neal Norwitz2006-03-163-11/+11
* Whitespace normalization, via reindent.py.Tim Peters2004-07-1855-3483/+3456
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-124-4/+4
* 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
* Remove reference to deleted 'www' directory.Guido van Rossum2002-10-181-1/+0
* Kill another merge zombie.Tim Peters2001-07-171-23/+0
* Removing these scripts. redemo.py lives on in Tools/scripts/.Guido van Rossum2000-10-062-298/+0
* Removing junkGuido van Rossum2000-05-1118-3046/+0
* This demo imported some private code from Matt. Make it cripple along.Guido van Rossum1999-04-081-3/+10
* 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-082-2/+2
* 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
* Change bind() to tag_bind() so it works again.Guido van Rossum1997-09-241-2/+2
* 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