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 |
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
|
6c3a2cbc52
|
whrandom -> random
|
1998-05-20 17:13:01 +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
|
6930b3d18d
|
Initial revision
|
1993-12-14 10:08:02 +00:00 |