summaryrefslogtreecommitdiff
path: root/py/objmodule.c
AgeCommit message (Collapse)Author
2014-01-04Convert Python types to proper Python type hierarchy.Damien George
Now much more inline with how CPython does types.
2014-01-02Add module object, to be used eventually for import.Damien George