1. 02d830c py: Introduce a Python stack for scoped allocation. by Damien George · 8 years ago
  2. 62849b7 py: Add config option to print warnings/errors to stderr. by David Lechner · 8 years ago
  3. ace9fb5 py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE. by Stefan Naumann · 8 years ago
  4. e374cff py/modthread: Raise RuntimeError in release() if lock is not acquired. by Damien George · 8 years ago
  5. 6213ad7 py: Convert mp_uint_t to size_t for tuple/list accessors. by Damien George · 8 years ago
  6. 94c41bb py: Use mp_raise_TypeError/mp_raise_ValueError helpers where possible. by Damien George · 8 years ago
  7. 05fe66f py: Move locals/globals dicts to the thread-specific state. by Damien George · 8 years ago
  8. 234f07f py/modthread: Use system-provided mutexs for _thread locks. by Damien George · 9 years ago
  9. 7d0d721 py: Use mp_raise_msg helper function where appropriate. by Damien George · 9 years ago
  10. 3a0a771 py: Add mp_raise_OSError(errno) helper function. by Damien George · 9 years ago
  11. 93c4a6a all: Remove 'name' member from mp_obj_module_t struct. by Damien George · 9 years ago
  12. df95f52 py/modthread: Allow to properly set the stack limit of a thread. by Damien George · 9 years ago
  13. c567afc py/modthread: Make Lock objects work when GIL is enabled. by Damien George · 9 years ago
  14. 4cec63a py: Implement a simple global interpreter lock. by Damien George · 9 years ago
  15. 9172c0c py/modthread: Call mp_thread_start/mp_thread_finish around threads. by Damien George · 9 years ago
  16. 722cff5 py/modthread: Be more careful with root pointers when creating a thread. by Damien George · 9 years ago
  17. 7f4658a py/modthread: Satisfy unused-args warning. by Damien George · 9 years ago
  18. 34fc006 py/modthread: Add with-context capabilities to lock object. by Damien George · 9 years ago
  19. 801d1b3 py/modthread: Implement lock object, for creating a mutex. by Damien George · 9 years ago
  20. 2dacd60 py/modthread: Add exit() function. by Damien George · 9 years ago
  21. 707f98f py/modthread: Add stack_size() function. by Damien George · 9 years ago
  22. 3eb7a26 py/modthread: Properly cast concrete exception pointer to an object. by Damien George · 9 years ago
  23. 27cc077 py: Add basic _thread module, with ability to start a new thread. by Damien George · 9 years ago