summaryrefslogtreecommitdiff
path: root/py/objmodule.h
AgeCommit message (Expand)Author
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-18all: Unify header guard usage.Alexander Steffen
2017-01-26py/objmodule: Move module init/deinit code into runtime functions.Damien George
2017-01-22py: Move weak-link map to objmodule.c, and expose module maps as public.Damien George
2015-01-01py: Move to guarded includes, everywhere in py/ core.Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-03-25Proper support for registering builtin modules in ROM.Damien George