summaryrefslogtreecommitdiff
path: root/Demo/tkinter/guido/AttrDialog.py
Commit message (Expand)AuthorAgeFilesLines
* Work a bit more on tkinter demos.Georg Brandl2010-10-261-450/+0
* #3018: tkinter demo fixes for py3k.Georg Brandl2010-10-251-3/+2
* Fix-up some tkinter demos.Georg Brandl2010-08-021-1/+1
* Merged revisions 78779 via svnmerge fromBenjamin Peterson2010-03-211-0/+0
* fix a lot of Tkinter importsBenjamin Peterson2009-01-041-1/+1
* remove most uses of list(somedict.keys()) in Demo scriptsSkip Montanaro2007-08-061-3/+3
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin...Collin Winter2007-07-171-11/+11
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-7/+7
* Remove apply()Neal Norwitz2006-03-171-2/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-398/+398
* Fix multi-arg list.append() calls.Guido van Rossum1998-10-081-1/+1
* Updated for Python 1.4Guido van Rossum1996-07-301-58/+47
* AttrDialog.py: some structural changesGuido van Rossum1994-08-031-28/+44
* Change remote operation -- display the widget tree in a listbox andGuido van Rossum1994-07-131-4/+22
* Added names to demo widgets; added RemoteWidgetDialog.Guido van Rossum1994-07-121-9/+79
* correct typoGuido van Rossum1994-07-121-1/+1
* Complete redesign for more code sharing.Guido van Rossum1994-07-121-101/+177
* Initial revisionGuido van Rossum1994-07-121-0/+283