summaryrefslogtreecommitdiff
path: root/py/map.c
AgeCommit message (Expand)Author
2014-01-21Revamp qstrs: they now include length and hash.Damien George
2014-01-12Implemented set.removeJohn R. Lenton
2014-01-12Implemented set.discardJohn R. Lenton
2014-01-12Implemented set.clearJohn R. Lenton
2014-01-08py: Stuff qstr in object pointer; keys for mp_map_t are now always mp_obj_t.Damien George
2014-01-07Added dict.setdefaultJohn R. Lenton
2014-01-07implemented dict.popJohn R. Lenton
2014-01-07Added dict.clear.John R. Lenton
2013-12-29Change memory allocation API to require size for free and realloc.Damien
2013-12-21Change object representation from 1 big union to individual structs.Damien
2013-12-17py: split runtime into map, obj, builtin.Damien