History log of /external/python/cpython3/Lib/test/test_code_module.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6877ed3560aef64391657f634cbe00d16023201a 23-Aug-2016 Steven D'Aprano <steve@pearwood.info> Issue #27573 make the exit message configurable.
/external/python/cpython3/Lib/test/test_code_module.py
dd51d16b485f013c8f6489fede4faf1686c59e5e 14-Aug-2016 Steven D'Aprano <steve@pearwood.info> Issue27573 code.interact prints a message when exiting.
/external/python/cpython3/Lib/test/test_code_module.py
38c707e7e0322f9139bb51ad73ede1e3b46985ef 13-Apr-2015 Zachary Ware <zachary.ware@gmail.com> Issue #21741: Update 147 test modules to use test discovery.

I have compared output between pre- and post-patch runs of these tests
to make sure there's nothing missing and nothing broken, on both
Windows and Linux. The only differences I found were actually tests
that were previously *not* run.
/external/python/cpython3/Lib/test/test_code_module.py
c31e6227f94c2bb0290336c739873173672a8991 29-Sep-2014 R David Murray <rdmurray@bitdance.com> #17442: Add chained traceback support to InteractiveInterpreter.

Patch by Claudiu Popa.
/external/python/cpython3/Lib/test/test_code_module.py
15bec9cb3f317aa9e637735e5ea6061bd0e145c2 13-May-2014 doko@ubuntu.com <doko@ubuntu.com> - Issue #17756: Fix test_code test when run from the installed location.
/external/python/cpython3/Lib/test/test_code_module.py
fbc3c3c2bed34350e0dde4771805c51b80f2e410 13-Oct-2013 Georg Brandl <georg@python.org> Closes #17730: in code.interact(), when banner="", do not print anything.

Also adds tests for banner printing.
/external/python/cpython3/Lib/test/test_code_module.py
8bd24fe9ff1c4d5dd3929465fc208b1375c32981 20-Aug-2012 Nick Coghlan <ncoghlan@gmail.com> Issue #12643: Respect sys.excepthook in code.InteractiveConsole
/external/python/cpython3/Lib/test/test_code_module.py