COMMITS
/ Lib/code.py January 14, 2020
K
Fix documentation in code.py (GH-17988)
Kyle Pollina committed
May 4, 2017
S
bpo-30166: Import command-line parsing modules only when needed. (#1293)
Serhiy Storchaka committed
August 23, 2016
S
Issue #27573 make the exit message configurable.
Steven D'Aprano committed
August 14, 2016
S
Issue27573 code.interact prints a message when exiting.
Steven D'Aprano committed
March 5, 2015
R
Remaining fallout from 17911
Robert Collins committed
September 29, 2014
R
#17442: Add chained traceback support to InteractiveInterpreter.
R David Murray committed
July 12, 2014
A
Issue #21966: Respect -q command-line option when code module is ran.
Alexander Belopolsky committed
October 13, 2013
G
Closes #17730: in code.interact(), when banner="", do not print anything.
Georg Brandl committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
August 20, 2012
N
Issue #12643: Respect sys.excepthook in code.InteractiveConsole
Nick Coghlan committed
November 25, 2009
January 2, 2008
G
Fix issue #1707. When raw_input() was removed, it was incorrectly replaced
Guido van Rossum committed
August 5, 2007
G
Merged revisions 56492-56752 via svnmerge from
Guido van Rossum committed
February 9, 2007
G
Kill off softspace completely (except in formatter.py which seems to have
Guido van Rossum committed
G
Fix most trivially-findable print statements.
Guido van Rossum committed
September 6, 2006
G
Patch #1550800: make exec a function.
Georg Brandl committed
March 17, 2006
N
Get rid of a bunch more raw_input references
Neal Norwitz committed
February 13, 2003
G
- Finally fixed the bug in compile() and exec where a string ending
Guido van Rossum committed
April 4, 2002
T
Convert a pile of obvious "yes/no" functions to return bool.
Tim Peters committed
March 25, 2002
S
make default banner match what the real interpreter displays
Skip Montanaro committed
S
remove unqualified excepts - catch ImportError when trying to import
Skip Montanaro committed
September 18, 2001
G
softspace(): be prepared to catch AttributeError as well as TypeError
Guido van Rossum committed
August 17, 2001
T
A fiddled version of the rest of Michael Hudson's SF patch
Tim Peters committed
May 3, 2001
F
InteractiveInterpreter.showsyntaxerror():
Fred Drake 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
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