COMMITS
/ Lib/test/test_code_module.py May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
February 28, 2025
T
gh-130660: Restore sys.ps1 and sys.ps2 after code.interact (#130661)
Tian Gao committed
February 25, 2025
T
Fix a typo in code module test (#130530)
Tian Gao committed
January 13, 2025
H
gh-128595: Add test class helper to force no terminal colour (#128687)
Hugo van Kemenade 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
February 5, 2024
R
gh-114099: Add test exclusions to support running the test suite on iOS (#114889)
Russell Keith-Magee committed
October 18, 2023
August 3, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21451)
Hai Shi committed
October 28, 2017
T
bpo-31836: Test_code_module now passes with sys.ps1, ps2 set (#4070)
Terry Jan Reedy 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
April 13, 2015
Z
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware committed
September 29, 2014
R
#17442: Add chained traceback support to InteractiveInterpreter.
R David Murray committed
May 13, 2014
D
- Issue #17756: Fix test_code test when run from the installed location.
doko@ubuntu.com committed
October 13, 2013
G
Closes #17730: in code.interact(), when banner="", do not print anything.
Georg Brandl committed
August 20, 2012
N
Issue #12643: Respect sys.excepthook in code.InteractiveConsole
Nick Coghlan committed