summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_code_module.py
Commit message (Expand)AuthorAgeFilesLines
* 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
a>Kent Hansen2010-04-152-2/+19 * | | Fix mismatched import declarationsThiago Macieira2010-04-171-1/+1 * | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-04-162-5/+5 |\ \ \ | |/ / |/| / | |/ | * Symbol visibility fixes for RVCT4 on SymbianIain2010-04-152-2/+2 | * QtScript: Fix call stack issue with qsTr() when JIT is enabledKent Hansen2010-04-141-1/+1 | * Improve test coverage of QtScript translation functionsKent Hansen2010-04-141-2/+2 * | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-141-3/+13 |\ \ | |/ | * Make qsTr work in global scopeKent Hansen2010-04-131-3/+13 * | Fix crash on QScriptProgram destructionAaron Kennedy2010-04-121-0/+4 * | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-092-4/+17 |\ \ | |/ | * Regressions in Global Object prototype accessKent Hansen2010-04-092-4/+17 * | QScript: more missing APIShimOlivier Goffart2010-04-011-0/+2 * | QScript: fix compilation warningOlivier Goffart2010-04-011-1/+1 * | QScript: fix APIShim usage.Olivier Goffart2010-04-011-1/+1 * | QtScript: remove duplicated APIshim in QScriptValueIteratorOlivier Goffart2010-04-011-6/+0 * | Merge remote branch 'origin/4.7' into 4.7Olivier Goffart2010-04-01