Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Revamp qstrs: they now include length and hash. | Damien George | 2014-01-21 |
* | Implemented set.remove | John R. Lenton | 2014-01-12 |
* | Implemented set.discard | John R. Lenton | 2014-01-12 |
* | Implemented set.clear | John R. Lenton | 2014-01-12 |
* | py: Stuff qstr in object pointer; keys for mp_map_t are now always mp_obj_t. | Damien George | 2014-01-08 |
* | Added dict.setdefault | John R. Lenton | 2014-01-07 |
* | implemented dict.pop | John R. Lenton | 2014-01-07 |
* | Added dict.clear. | John R. Lenton | 2014-01-07 |
* | Change memory allocation API to require size for free and realloc. | Damien | 2013-12-29 |
* | Change object representation from 1 big union to individual structs. | Damien | 2013-12-21 |
* | py: split runtime into map, obj, builtin. | Damien | 2013-12-17 |