Tin mới
gh-142389: Add backticks to stdlib argparse help to display in colour (#149384)
gh-135103: Remove an unused local variable in Lib/code.py (GH-135104)
gh-130645: Add color to stdlib argparse CLIs (gh-133380)
gh-130660: Restore sys.ps1 and sys.ps2 after code.interact (#130661)
gh-125666: Avoid PyREPL exiting when a null byte is in input (#125732)
gh-122546: Relax SyntaxError check when raising errors on the new REPL (#123233)
gh-122546: use same filename for different exceptions in new repl (#123217)
gh-121804: Always show error location for SyntaxError's in new repl (#121886)
gh-82378 fix sys.tracebacklimit in pyrepl, approach 2 (#123062)
gh-122478: Remove internal frames from tracebacks in REPL (GH-122528)
gh-87320: In the code module, handle exceptions raised in sys.excepthook (GH-122456)
gh-120417: Add #noqa to used imports in the stdlib (#120421)
gh-118893: Evaluate all statements in the new REPL separately (#119318)
gh-74929: PEP 667 general docs update (gh-119201)
gh-111201: Allow pasted code to contain multiple statements in the REPL (#118712)
gh-111201: A new Python REPL (GH-111567)
gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last_traceback (#102779)

Fix documentation in code.py (GH-17988)
bpo-30166: Import command-line parsing modules only when needed. (#1293)

Issue #27573 make the exit message configurable.

Issue27573 code.interact prints a message when exiting.
#17442: Add chained traceback support to InteractiveInterpreter.
Issue #21966: Respect -q command-line option when code module is ran.
Closes #17730: in code.interact(), when banner="", do not print anything.
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Issue #18200: Update the stdlib (except tests) to use
Issue #12643: Respect sys.excepthook in code.InteractiveConsole
Fix issue #1707. When raw_input() was removed, it was incorrectly replaced
Merged revisions 56492-56752 via svnmerge from
Kill off softspace completely (except in formatter.py which seems to have