Commit message (Expand) | Author | Age | |
---|---|---|---|
* | py: Change nlr_jump to nlr_raise, to aid in debugging. | Damien George | 2014-04-05 |
* | py: Fix "TypeError: 'iterator' object is not iterable", doh. | Paul Sokolovsky | 2014-03-30 |
* | Rename rt_* to mp_*. | Damien George | 2014-03-30 |
* | py: Replace mp_const_stop_iteration object with MP_OBJ_NULL. | Damien George | 2014-03-26 |
* | py: Clean up includes. | xbe | 2014-03-17 |
* | Implement proper exception type hierarchy. | Damien George | 2014-02-15 |
* | Change mp_obj_type_t.name from const char * to qstr. | Damien George | 2014-02-15 |
* | Replace global "static" -> "STATIC", to allow "analysis builds". Part 1. | Paul Sokolovsky | 2014-02-12 |
* | py: Implement iterator support for object that has __getitem__. | Damien George | 2014-01-25 |