Commits
User selector
Commit History
Commits on Jan 23, 2016
Commits on Nov 29, 2015
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Show description for 999cedbcommitted
Commits on Aug 30, 2015
- authored andcommitted
Commits on Apr 4, 2015
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed
Commits on May 2, 2014
py, unix: Make "mpconfig.h" be first included, as other headers depend on it.
Show description for f54bcbfcommitted
Commits on Apr 17, 2014
py: Add MP_OBJ_STOP_ITERATION and make good use of it.
Show description for ea8d06ccommitted
Commits on Apr 5, 2014
py: Change nlr_jump to nlr_raise, to aid in debugging.
Show description for ea13f40committed
Commits on Mar 30, 2014
- committed
Rename rt_* to mp_*.
Show description for d17926dcommitted
Commits on Mar 26, 2014
Commits on Mar 17, 2014
py: Clean up includes.
Show description for efe3422committed
Commits on Feb 15, 2014
Implement proper exception type hierarchy.
Show description for c596612committedChange mp_obj_type_t.name from const char * to qstr.
Show description for a71c83acommitted
Commits on Feb 12, 2014
Replace global "static" -> "STATIC", to allow "analysis builds". Part 1.
Show description for d5df6cdcommitted
Commits on Jan 25, 2014
py: Implement iterator support for object that has __getitem__.
Show description for 7c9c667committed
Loading