COMMITS
/ Lib/code.py 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
January 15, 2001
G
mwh@sourceforge found that UnicodeError can be raised by compiling.
Guido van Rossum committed
January 14, 2001
G
Make the copyright message the same as for the "real" interpreter.
Guido van Rossum committed
January 13, 2001
G
SF Patch #103227 by mwh: make code.py appreciate softspace
Guido van Rossum committed
December 27, 2000
G
Make Traceback header conform to new traceback ("innermost last" ->
Guido van Rossum committed
February 28, 2000
G
Simple changes by Gerrit Holl - move author acknowledgements out of
Guido van Rossum committed
October 22, 1998
G
Moved compile_command() to a file of its own (codeop.py).
Guido van Rossum committed
October 19, 1998
G
Rename 'locals' argument to top-level interact() function to 'local'
Guido van Rossum committed
September 22, 1998
G
Reworked it quite a bit. There are now two classes: a base class,
Guido van Rossum committed
June 23, 1998
G
Subsume the interact() function in a class. This should make it
Guido van Rossum committed
March 26, 1998
G
Mass check-in after untabifying all files that need it.
Guido van Rossum committed
January 14, 1998
G
Seems I've found a way to fix this.
Guido van Rossum committed
October 7, 1997
G
Add Jeff Epler's interact() function. Note that it is broken.
Guido van Rossum committed
July 18, 1997
G
Checking in new module code.py -- utilities dealing with code objects.
Guido van Rossum committed