COMMITS
/ Lib/codeop.py October 18, 2009
B
correct porting error with raise #7161
Benjamin Peterson committed
August 30, 2007
C
Raise statement normalization in Lib/.
Collin Winter committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
November 20, 2003
W
Fix typo fix.
Walter Dörwald committed
November 19, 2003
W
Fix typos.
Walter Dörwald committed
May 16, 2003
G
Don't replace an empty line with "pass" when symbol == "eval", where
Guido van Rossum committed
February 13, 2003
G
- Finally fixed the bug in compile() and exec where a string ending
Guido van Rossum committed
August 17, 2001
T
A fiddled version of the rest of Michael Hudson's SF patch
Tim Peters committed
April 8, 2001
T
Remove useless imports, as reported by PyChecker.
Tim Peters committed
February 9, 2001
E
String method conversion.
Eric S. Raymond committed
January 20, 2001
S
added __all__ lists to a number of Python modules
Skip Montanaro committed
October 22, 1998
G
Moved compile_command() here from code.py, so JPython can provide its
Guido van Rossum committed