1. 55f3324 all: Use the name MicroPython consistently in comments by Alexander Steffen · 8 years ago
  2. 93c4a6a all: Remove 'name' member from mp_obj_module_t struct. by Damien George · 9 years ago
  3. cbf7674 py: Add MP_ROM_* macros and mp_rom_* types and use them. by Damien George · 10 years ago
  4. 51dfcb4 py: Move to guarded includes, everywhere in py/ core. by Damien George · 11 years ago
  5. 3b603f2 Use MP_DEFINE_CONST_DICT macro to define module dicts. by Damien George · 11 years ago
  6. cb78f86 py: Allow to disable array module and bytearray type. by Paul Sokolovsky · 11 years ago
  7. 59c675a py: Include mpconfig.h before all other includes. by Paul Sokolovsky · 11 years ago
  8. f6932d6 Prefix ARRAY_SIZE with micropython prefix MP_ by Emmanuel Blot · 11 years ago
  9. 04b9147 Add license header to (almost) all files. by Damien George · 11 years ago
  10. 6d3c5e4 Add ARRAY_SIZE macro, and use it where possible. by Damien George · 11 years ago
  11. 8b0535e py: Change module globals from mp_map_t* to mp_obj_dict_t*. by Damien George · 11 years ago
  12. df6567e Merge map.h into obj.h. by Damien George · 11 years ago
  13. caac542 Proper support for registering builtin modules in ROM. by Damien George · 11 years ago