summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_code_module.py
Commit message (Expand)AuthorAgeFilesLines
* gh-71339: Use new assertion methods in tests (GH-129046)Serhiy Storchaka2025-05-221-1/+1
* gh-130660: Restore sys.ps1 and sys.ps2 after code.interact (#130661)Tian Gao2025-02-281-4/+32
* Fix a typo in code module test (#130530)Tian Gao2025-02-251-2/+2
* gh-128595: Add test class helper to force no terminal colour (#128687)Hugo van Kemenade2025-01-131-1/+2
* gh-122478: Remove internal frames from tracebacks in REPL (GH-122528)Serhiy Storchaka2024-08-071-8/+117
* gh-87320: In the code module, handle exceptions raised in sys.excepthook (GH-...CF Bolz-Tereick2024-07-311-0/+33
* gh-114099: Add test exclusions to support running the test suite on iOS (#114...Russell Keith-Magee2024-02-051-0/+1
* GH-102895 Add an option local_exit in code.interact to block exit() from term...Tian Gao2023-10-181-5/+24
* bpo-40275: Use new test.support helper submodules in tests (GH-21451)Hai Shi2020-08-031-2/+3
* bpo-31836: Test_code_module now passes with sys.ps1, ps2 set (#4070)Terry Jan Reedy2017-10-281-0/+8
* Issue #27573 make the exit message configurable.Steven D'Aprano2016-08-231-0/+20
* Issue27573 code.interact prints a message when exiting.Steven D'Aprano2016-08-141-2/+10
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-3/+0
* #17442: Add chained traceback support to InteractiveInterpreter.R David Murray2014-09-291-0/+35
* - Issue #17756: Fix test_code test when run from the installed location.doko@ubuntu.com2014-05-131-1/+1
* Closes #17730: in code.interact(), when banner="", do not print anything.Georg Brandl2013-10-131-0/+14
* Issue #12643: Respect sys.excepthook in code.InteractiveConsoleNick Coghlan2012-08-201-0/+72