Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -3/+0 |
| | | | | | | | 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. | ||||
* | #17442: Add chained traceback support to InteractiveInterpreter. | R David Murray | 2014-09-29 | 1 | -0/+35 |
| | | | | Patch by Claudiu Popa. | ||||
* | - Issue #17756: Fix test_code test when run from the installed location. | doko@ubuntu.com | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | Closes #17730: in code.interact(), when banner="", do not print anything. | Georg Brandl | 2013-10-13 | 1 | -0/+14 |
| | | | | Also adds tests for banner printing. | ||||
* | Issue #12643: Respect sys.excepthook in code.InteractiveConsole | Nick Coghlan | 2012-08-20 | 1 | -0/+72 |