Benjamin Peterson
d6d63f5437
fix a lot of Tkinter imports
2009-01-04 18:53:28 +00:00
Brett Cannon
a23810f86a
The commands module has been removed. The getoutput() and getstatusoutput()
...
functions have been added to the subprocess module.
The fixer for this still needs to be written and proper Py3K deprecation
warnings for the functions that didn't make the transition need to be done in
2.6.
This is all part of trying to close issue #2872 .
2008-05-26 19:04:21 +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
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
f06ee5fa07
/usr/local/bin/python -> /usr/bin/env python
1996-11-27 19:52:01 +00:00
Guido van Rossum
89cb67bb64
Updated for Python 1.4
1996-07-30 18:57:18 +00:00
Guido van Rossum
502d96021b
incompletely converted to Tk 4.0
1995-09-07 19:59:22 +00:00
Guido van Rossum
4450bab750
update pathnames
1994-10-11 14:57:03 +00:00
Guido van Rossum
0f650f4107
Use guido's Python
1994-07-08 15:11:08 +00:00
Guido van Rossum
18886ab24f
Initial revision
1994-07-08 15:08:55 +00:00