| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-27 | py: Fix adding of traceback so that it appends to existing info. | Damien George | |
| This makes exception traceback info self contained (ie doesn't rely on list object, which was a bit of a hack), reduces code size, and reduces RAM footprint of exception by eliminating the list object. Addresses part of issue #1126. | |||
| 2014-12-18 | tests: Get misc/print_exception and pyb/spi working on pyboard. | Damien George | |
| 2014-12-11 | tests: Fix print_exception test and re-enable it on Travis CI. | Damien George | |
| Issue was with uPy: on local machine with micropython-lib installed, io module is available. Not the case on Travis CI, where only _io module is available in uPy. | |||
| 2014-12-10 | tests: Fix print_exception.py to work on Travis CI. | Damien George | |
| 2014-12-10 | tests: Add test for print_exception() function. | Paul Sokolovsky | |
