1. f7eaf60 py: Fix "TypeError: 'iterator' object is not iterable", doh. by Paul Sokolovsky · 11 years ago
  2. 66eaf84 py: Replace mp_const_stop_iteration object with MP_OBJ_NULL. by Damien George · 11 years ago
  3. efe3422 py: Clean up includes. by xbe · 11 years ago
  4. c596612 Implement proper exception type hierarchy. by Damien George · 11 years ago
  5. a71c83a Change mp_obj_type_t.name from const char * to qstr. by Damien George · 11 years ago
  6. d5df6cd Replace global "static" -> "STATIC", to allow "analysis builds". Part 1. by Paul Sokolovsky · 11 years ago
  7. 55baff4 Revamp qstrs: they now include length and hash. by Damien George · 12 years ago
  8. 97209d3 Merge branch 'cplusplus' of https://github.com/ian-v/micropython into ian-v-cplusplus by Damien George · 12 years ago
  9. 7a16fad Co-exist with C++ (issue #85) by ian-v · 12 years ago
  10. 860ffb0 Convert many object types structs to use C99 tagged initializer syntax. by Paul Sokolovsky · 12 years ago
  11. 71c5181 Convert Python types to proper Python type hierarchy. by Damien George · 12 years ago
  12. d99b052 Change object representation from 1 big union to individual structs. by Damien · 12 years ago