1. 7f1da0a py: Add MICROPY_KBD_EXCEPTION config option to provide mp_kbd_exception. by Damien George · 9 years ago
  2. 93e353e py/gc: Implement GC running by allocation threshold. by Paul Sokolovsky · 9 years ago
  3. 426112c extmod/moduos_dupterm: Reserve buffer bytearray object for dupterm. by Paul Sokolovsky · 9 years ago
  4. 4cec63a py: Implement a simple global interpreter lock. by Damien George · 9 years ago
  5. 1f54ad2 py: Make interning of qstrs thread safe. by Damien George · 9 years ago
  6. c93d9ca py/gc: Make memory manager and garbage collector thread safe. by Damien George · 9 years ago
  7. 27cc077 py: Add basic _thread module, with ability to start a new thread. by Damien George · 9 years ago
  8. 330165a py: Add MP_STATE_THREAD to hold state specific to a given thread. by Damien George · 9 years ago
  9. ea23520 py: Add MICROPY_DYNAMIC_COMPILER option to config compiler at runtime. by Damien George · 9 years ago
  10. 72085a6 py/mpstate.h: fs_user_mount is now standard, reusable uPy functionality. by Paul Sokolovsky · 9 years ago
  11. 00ee84e py: Clean up instantiation of dupterm object. by Paul Sokolovsky · 10 years ago
  12. 2578485 py/qstr: Use size_t instead of mp_uint_t when counting allocated bytes. by Damien George · 10 years ago
  13. d977d26 py/gc: Use size_t instead of mp_uint_t to count things related to heap. by Damien George · 10 years ago
  14. 1a1d11f py/modsys: Implement sys.modules. by Paul Sokolovsky · 10 years ago
  15. 999cedb py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR. by Damien George · 10 years ago
  16. 94fe6e5 py/gc: Move away from using mp_uint_t, instead use uintptr_t and size_t. by Damien George · 10 years ago
  17. 994ff73 py/mpstate: Make mp_pending_exception volatile. by Damien George · 10 years ago
  18. e0d7740 extmod/modlwip: slip: Use stream protocol and be port-independent. by Paul Sokolovsky · 10 years ago
  19. ade9a05 py: Improve allocation policy of qstr data. by Damien George · 10 years ago
  20. 8b85d14 modsys: Add basic sys.exc_info() implementation. by Paul Sokolovsky · 10 years ago
  21. e1e359f py: Put mp_sys_path, mp_sys_argv and gc_collected in mp_state_ctx_t. by Damien George · 10 years ago
  22. 8b77e3d stmhal: Put mod_network_nic_list in global root-pointer state. by Damien George · 11 years ago
  23. b4b10fd py: Put all global state together in state structures. by Damien George · 11 years ago