summaryrefslogtreecommitdiffstats
path: root/Demo/tkinter/guido/ShellWindow.py
Commit message (Expand)AuthorAgeFilesLines
* Work a bit more on tkinter demos.Georg Brandl2010-10-261-146/+0
* #3018: tkinter demo fixes for py3k.Georg Brandl2010-10-251-5/+4
* Merged revisions 78779 via svnmerge fromBenjamin Peterson2010-03-211-0/+0
* fix a lot of Tkinter importsBenjamin Peterson2009-01-041-3/+3
* Merged revisions 61003-61033 via svnmerge fromChristian Heimes2008-02-241-5/+1
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin...Collin Winter2007-07-171-1/+1
* Get rid of most of the remaining uses of <>. There's still Tools/* thogh.Neal Norwitz2006-08-291-3/+3
* Remove apply()Neal Norwitz2006-03-171-1/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-133/+133
* Be more careful with closing fd's 0,1,2.Guido van Rossum1997-10-071-3/+5
* Updated for Python 1.4Guido van Rossum1996-07-301-58/+43
* demonstrate shell in a Tk windowGuido van Rossum1995-01-101-0/+164