Neal Norwitz
|
016880229a
|
Kill execfile(), use exec() instead
|
2007-08-12 00:43:29 +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 |
Johannes Gijsbers
|
7a8c43ee6a
|
Add 'if __name__ == "__main__":' to files already as a usable as a module.
|
2004-09-11 16:34:35 +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
|
4117e5428b
|
nannified
|
1998-09-14 16:44:15 +00:00 |
Guido van Rossum
|
ba179051aa
|
Fix the way the version number is gotten out of the RCS revision.
|
1997-12-09 19:39:12 +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
|
9af22a037f
|
newslist.py: Added search for .newslistrc.py;
pindent.py: use /usr/local/bin/python;
pathfix.py: new script to fix #! lines in a group of scripts.
|
1994-08-19 15:02:57 +00:00 |
Guido van Rossum
|
e6b7979d17
|
Quentin's latest version
|
1994-05-27 13:33:17 +00:00 |
Guido van Rossum
|
b25c402eda
|
Initial revision
|
1994-05-27 13:32:41 +00:00 |