aboutsummaryrefslogtreecommitdiff
path: root/py/objdict.c
AgeCommit message (Expand)Author
2014-01-07Moved dict methods out to a mp_method_t.John R. Lenton
2014-01-07added a first pass of dict.updateJohn R. Lenton
2014-01-07Added dict.setdefaultJohn R. Lenton
2014-01-07Added dict.popitemJohn R. Lenton
2014-01-07implemented dict.popJohn R. Lenton
2014-01-07Added dict.get.John R. Lenton
2014-01-07Added dict.copyJohn R. Lenton
2014-01-07make dict_len use the map's used countJohn R. Lenton
2014-01-07Added dict.clear.John R. Lenton
2014-01-07Added dict iterator.John R. Lenton
2014-01-05Convert many object types structs to use C99 tagged initializer syntax.Paul Sokolovsky
2014-01-04Convert Python types to proper Python type hierarchy.Damien George
2014-01-04Split qstr into pools, and put initial pool in ROM.Damien George
2013-12-29py: add dict length function, and fix rt_store_set.Damien
2013-12-21Change object representation from 1 big union to individual structs.Damien