Georg Brandl
0db85e5d46
Fix-up some tkinter demos.
2010-08-02 23:30:09 +00:00
Benjamin Peterson
9c6bd77e39
Merged revisions 78779 via svnmerge from
...
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
........
2010-03-21 22:42:02 +00:00
Benjamin Peterson
d6d63f5437
fix a lot of Tkinter imports
2009-01-04 18:53:28 +00:00
Skip Montanaro
1e8ce58f5d
remove most uses of list(somedict.keys()) in Demo scripts
2007-08-06 21:07:53 +00:00
Collin Winter
6f2df4d5e1
Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lingering print statements.
2007-07-17 20:59:35 +00:00
Guido van Rossum
b940e113bf
SF patch 1631942 by Collin Winter:
...
(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
2007-01-10 16:19:56 +00:00
Neal Norwitz
d91085598f
Remove apply()
2006-03-17 08:00:19 +00:00
Tim Peters
182b5aca27
Whitespace normalization, via reindent.py.
2004-07-18 06:16:08 +00:00
Guido van Rossum
9c2c1e88a3
Fix multi-arg list.append() calls.
1998-10-08 15:24:48 +00:00
Guido van Rossum
89cb67bb64
Updated for Python 1.4
1996-07-30 18:57:18 +00:00
Guido van Rossum
3d0df46fff
AttrDialog.py: some structural changes
...
listtree.py: "Print" -> "List" in description
1994-08-03 08:10:35 +00:00
Guido van Rossum
e7e8d1e15c
Change remote operation -- display the widget tree in a listbox and
...
open relevant dialogs on double click
1994-07-13 12:56:10 +00:00
Guido van Rossum
50f437c968
Added names to demo widgets; added RemoteWidgetDialog.
1994-07-12 16:37:21 +00:00
Guido van Rossum
28bb652887
correct typo
1994-07-12 15:55:43 +00:00
Guido van Rossum
b78e03c23d
Complete redesign for more code sharing.
...
Added readonly options, used for .class field.
1994-07-12 15:53:26 +00:00
Guido van Rossum
3e395be1ee
Initial revision
1994-07-12 08:58:25 +00:00