summaryrefslogtreecommitdiff
path: root/py/builtinmp.c
AgeCommit message (Expand)Author
2014-03-25Proper support for registering builtin modules in ROM.Damien George
2014-03-17py: Clean up includes.xbe
2014-03-08Implement ROMable modules. Add math module.Damien George
2014-02-12Replace global "static" -> "STATIC", to allow "analysis builds". Part 2.Paul Sokolovsky
2014-01-21Revamp qstrs: they now include length and hash.Damien George
2014-01-20py: Put micropython module init code in builtinmp.c.Damien George
2014-01-20Expose memory stats functions via "micropython" module.Paul Sokolovsky