COMMITS
/ Lib/code.py June 4, 2025
C
gh-135103: Remove an unused local variable in Lib/code.py (GH-135104)
Christian Veenhuis committed
May 5, 2025
H
gh-130645: Add color to stdlib argparse CLIs (gh-133380)
Hugo van Kemenade committed
February 28, 2025
T
gh-130660: Restore sys.ps1 and sys.ps2 after code.interact (#130661)
Tian Gao committed
October 27, 2024
D
gh-125666: Avoid PyREPL exiting when a null byte is in input (#125732)
devdanzin committed
August 22, 2024
S
gh-122546: Relax SyntaxError check when raising errors on the new REPL (#123233)
Sergey B Kirpichev committed
S
gh-122546: use same filename for different exceptions in new repl (#123217)
Sergey B Kirpichev committed
August 19, 2024
S
gh-121804: Always show error location for SyntaxError's in new repl (#121886)
Sergey B Kirpichev committed
August 18, 2024
C
gh-82378 fix sys.tracebacklimit in pyrepl, approach 2 (#123062)
CF Bolz-Tereick committed
August 7, 2024
S
gh-122478: Remove internal frames from tracebacks in REPL (GH-122528)
Serhiy Storchaka committed
July 31, 2024
C
gh-87320: In the code module, handle exceptions raised in sys.excepthook (GH-122456)
CF Bolz-Tereick committed
June 13, 2024
V
gh-120417: Add #noqa to used imports in the stdlib (#120421)
Victor Stinner committed
May 21, 2024
P
gh-118893: Evaluate all statements in the new REPL separately (#119318)
Pablo Galindo Salgado committed
A
gh-74929: PEP 667 general docs update (gh-119201)
Alyssa Coghlan committed
May 7, 2024
P
gh-111201: Allow pasted code to contain multiple statements in the REPL (#118712)
Pablo Galindo Salgado committed
May 5, 2024
P
gh-111201: A new Python REPL (GH-111567)
Pablo Galindo Salgado committed
October 18, 2023
March 18, 2023
I
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