summaryrefslogtreecommitdiffstatshomepage
path: root/py/objtype.c
Commit message (Expand)AuthorAge
* py: Implement staticmethod and classmethod (internally).Damien George2014-01-11
* py: Implement base class lookup, issubclass, isinstance.Damien George2014-01-09
* Improved type/class/instance code; mp_obj_type_t now has load_attr, store_attr.Damien George2014-01-09
* py: Proper framework for built-in 'type'.Damien George2014-01-08
* Merge branch 'cplusplus' of https://github.com/ian-v/micropython into ian-v-c...Damien George2014-01-07
|\
| * Co-exist with C++ (issue #85)ian-v2014-01-06
|/
* Convert many object types structs to use C99 tagged initializer syntax.Paul Sokolovsky2014-01-05
* Convert Python types to proper Python type hierarchy.Damien George2014-01-04
* py: Add framework for built-in "type()" function.Damien George2014-01-02
* Change object representation from 1 big union to individual structs.Damien2013-12-21