summaryrefslogtreecommitdiffstats
path: root/Demo/tkinter/guido/AttrDialog.py
Commit message (Collapse)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
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78779 | benjamin.peterson | 2010-03-07 20:11:06 -0600 (Sun, 07 Mar 2010) | 1 line remove svn:executable from scripts without a shebang line ........
* 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 ↵Collin Winter2007-07-171-11/+11
| | | | lingering print statements.
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-7/+7
| | | | | | (a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block
* 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
| | | | listtree.py: "Print" -> "List" in description
* Change remote operation -- display the widget tree in a listbox andGuido van Rossum1994-07-131-4/+22
| | | | open relevant dialogs on double click
* 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
| | | | Added readonly options, used for .class field.
* Initial revisionGuido van Rossum1994-07-121-0/+283