1. 999cedb py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR. by Damien George · 10 years ago
  2. 3a2171e py: Eliminate some cases which trigger unused parameter warnings. by Damien George · 10 years ago
  3. e2d44e3 py: Add MICROPY_PY_BUILTINS_ENUMERATE, disable for minimal ports. by Paul Sokolovsky · 10 years ago
  4. ff8dd3f py, unix: Allow to compile with -Wunused-parameter. by Damien George · 11 years ago
  5. 51dfcb4 py: Move to guarded includes, everywhere in py/ core. by Damien George · 11 years ago
  6. ecc88e9 Change some parts of the core API to use mp_uint_t instead of uint/int. by Damien George · 11 years ago
  7. 40f3c02 Rename machine_(u)int_t to mp_(u)int_t. by Damien George · 11 years ago
  8. 59c675a py: Include mpconfig.h before all other includes. by Paul Sokolovsky · 11 years ago
  9. f6932d6 Prefix ARRAY_SIZE with micropython prefix MP_ by Emmanuel Blot · 11 years ago
  10. c53b408 Merge branch 'master' of https://github.com/micropython/micropython by Damien George · 11 years ago
  11. 491cbd6 py: Add keyword arg support to enumerate constructor. by Damien George · 11 years ago
  12. 47d3bd3 py: enumerate(): Add NotImplementedError for kwargs. by Paul Sokolovsky · 11 years ago
  13. 04b9147 Add license header to (almost) all files. by Damien George · 11 years ago
  14. ea8d06c py: Add MP_OBJ_STOP_ITERATION and make good use of it. by Damien George · 11 years ago
  15. d17926d Rename rt_* to mp_*. by Damien George · 11 years ago
  16. 3e1a5c1 py: Rename old const type objects to mp_type_* for consistency. by Damien George · 11 years ago
  17. 66eaf84 py: Replace mp_const_stop_iteration object with MP_OBJ_NULL. by Damien George · 11 years ago
  18. efe3422 py: Clean up includes. by xbe · 11 years ago
  19. c596612 Implement proper exception type hierarchy. by Damien George · 11 years ago
  20. a71c83a Change mp_obj_type_t.name from const char * to qstr. by Damien George · 11 years ago
  21. d5df6cd Replace global "static" -> "STATIC", to allow "analysis builds". Part 1. by Paul Sokolovsky · 11 years ago
  22. 55baff4 Revamp qstrs: they now include length and hash. by Damien George · 12 years ago
  23. 20006db Make VM stack grow upwards, and so no reversed args arrays. by Damien George · 12 years ago
  24. 9daa789 added enumerate() by John R. Lenton · 12 years ago