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