Alexandre Vassalotti
1f2ba4b6da
Rename the repr module to reprlib.
...
Merged revisions 63357 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r63357 | alexandre.vassalotti | 2008-05-16 02:58:49 -0400 (Fri, 16 May 2008) | 2 lines
Changed references to the reprlib module to use its new name.
........
2008-05-16 07:12:44 +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
Neal Norwitz
d91085598f
Remove apply()
2006-03-17 08:00:19 +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
54175f7cbe
import string; add 129.6.64 to security
1995-06-21 02:10:32 +00:00
Guido van Rossum
45babef8c2
security stuff added
1995-06-21 01:00:17 +00:00
Guido van Rossum
bec818a14f
first remote commit test!!!
1995-04-26 22:57:12 +00:00
Guido van Rossum
07a272d9de
commit -- why not
1995-04-10 11:40:52 +00:00