1. 1b586f3 py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. by Paul Sokolovsky · 10 years ago
  2. 59fba2d py: Remove mp_load_const_bytes and instead load precreated bytes object. by Damien George · 10 years ago
  3. ed570e4 py: Remove mp_load_const_str and replace uses with inlined version. by Damien George · 10 years ago
  4. 9988618 py: Implement full func arg passing for native emitter. by Damien George · 10 years ago
  5. 78772ad py: Implement calling functions with *args in native emitter. by Damien George · 10 years ago
  6. 4cd9ced py: Implement closures in native code generator. by Damien George · 11 years ago
  7. 7d414a1 py: Parse big-int/float/imag constants directly in parser. by Damien George · 10 years ago
  8. b6e6b52 py: Implement proper re-raising in native codegen's finally handler. by Damien George · 11 years ago
  9. 51dfcb4 py: Move to guarded includes, everywhere in py/ core. by Damien George · 11 years ago
  10. e9dac3b py: Add casting to viper; add native mem stores to viper. by Damien George · 11 years ago
  11. e6ce10a py: Native emitter now supports delete name & global, and end finally. by Damien George · 11 years ago
  12. 4abff75 py: Change uint to mp_uint_t in runtime.h, stackctrl.h, binary.h. by Damien George · 11 years ago
  13. 110ba35 py: Move native glue code from runtime.c to new file nativeglue.c. by Damien George · 11 years ago v1.3.1