aboutsummaryrefslogtreecommitdiff
path: root/stm/file.c
AgeCommit message (Expand)Author
2014-05-21stm: Remove long-obsolete stm/ port.Damien George
2014-04-05Improve GC finalisation code; add option to disable it.Damien George
2014-04-05Merge pull request #425 from iabdalkader/delDamien George
2014-04-05Move del to localsmux
2014-04-03Implement delmux
2014-04-03py: Add "io" module.Paul Sokolovsky
2014-03-30Merge map.h into obj.h.Damien George
2014-03-26Remove mp_obj_type_t.methods entry and use .locals_dict instead.Damien George
2014-03-26Change mp_method_t.name from const char * to qstr.Damien George
2014-02-15Implement proper exception type hierarchy.Damien George
2014-02-15Change mp_obj_type_t.name from const char * to qstr.Damien George
2014-02-08Make mp_obj_str_get_data return char* instead of byte*.Damien George
2014-01-29Remove redundant include in file.cmux
2014-01-24Move file obj to separate modulemux