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
|
3bd844e695
|
Get rid of most of the remaining uses of <>. There's still Tools/* thogh.
|
2006-08-29 04:39:12 +00:00 |
Neal Norwitz
|
ce96f69d69
|
Get rid of a bunch more raw_input references
|
2006-03-17 06:49:51 +00:00 |
Neal Norwitz
|
ac3625fcb9
|
Remove sys.exc_type, sys.exc_value, sys.exc_traceback
|
2006-03-17 05:49:33 +00:00 |
Tim Peters
|
e6ddc8b20b
|
Whitespace normalization. Ran reindent.py over the entire source tree.
|
2004-07-18 05:56:09 +00:00 |
Walter Dörwald
|
70a6b49821
|
Replace backticks with repr() or "%r"
From SF patch #852334.
|
2004-02-12 17:35:32 +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
|
d55f4d1a76
|
*** empty log message ***
|
1993-12-17 14:39:12 +00:00 |
Guido van Rossum
|
d3b0f38db5
|
Support default port.
|
1992-11-16 16:55:48 +00:00 |
Guido van Rossum
|
6b8d699ea3
|
Initial revision
|
1992-10-25 19:18:11 +00:00 |