index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
map.h
Age
Commit message (
Expand
)
Author
2014-03-30
Merge map.h into obj.h.
Damien George
2014-03-27
py: Fix bug in type_store_attr, trying to store to ROM.
Damien George
2014-03-26
Remove mp_obj_type_t.methods entry and use .locals_dict instead.
Damien George
2014-02-26
py: Take out bitfield entries from their own structure.
Damien George
2014-02-08
py: Allow mp_map_t to be initialised by a fixed-size, const table.
Damien George
2014-01-25
Add mp_map_deinit() & mp_map_free() to finalize maps.
Paul Sokolovsky
2014-01-12
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-09
Improved type/class/instance code; mp_obj_type_t now has load_attr, store_attr.
Damien George
2014-01-08
py: Stuff qstr in object pointer; keys for mp_map_t are now always mp_obj_t.
Damien George
2014-01-07
implemented dict.pop
John R. Lenton
2014-01-07
Added dict.clear.
John R. Lenton
2014-01-03
Basic implementation of import.
Damien George
2013-12-21
Change object representation from 1 big union to individual structs.
Damien
2013-12-17
py: split runtime into map, obj, builtin.
Damien