aboutsummaryrefslogtreecommitdiff
path: root/py/obj.h
AgeCommit message (Expand)Author
2014-01-08py: Improve __build_class__.Damien George
2014-01-07py: Small big fix to type declarations.Damien George
2014-01-07Merge remote-tracking branch 'upstream/master' into listsort. Lots of conflic...John R. Lenton
2014-01-07This implements a better (more python-conformant) list.sort.John R. Lenton
2014-01-07Merge branch 'cplusplus' of https://github.com/ian-v/micropython into ian-v-c...Damien George
2014-01-06py: Fix up number operations and coercion.Damien George
2014-01-06Revert MP_BOOL, etc. and use <stdbool.h> insteadian-v
2014-01-06Co-exist with C++ (issue #85)ian-v
2014-01-05Merge remote-tracking branch 'upstream/master' into list_insertJohn R. Lenton
2014-01-04Convert Python types to proper Python type hierarchy.Damien George
2014-01-04Add ellipsis object.Damien George
2014-01-04Merge remote-tracking branch 'upstream/master' into list_insertJohn R. Lenton
2014-01-04Implements list.insert. Fixes issue #61.John R. Lenton
2014-01-04Add basic implementation of slice object.Paul Sokolovsky
2014-01-03Basic implementation of import.Damien George
2014-01-02Add module object, to be used eventually for import.Damien George
2014-01-02py: Fix generator where state array was incorrectly indexed.Damien George
2014-01-01py: change declaration of mp_map_t in obj.h (for issue #24).Damien George
2013-12-30py: make closures work.Damien George
2013-12-29py: add dict length function, and fix rt_store_set.Damien
2013-12-29py: implement some basic exception matching.Damien
2013-12-21py: simplify __next__ method for generators.Damien
2013-12-21Change object representation from 1 big union to individual structs.Damien
2013-12-17py: add more Python built-in functions.Damien
2013-12-17py: split runtime into map, obj, builtin.Damien