aboutsummaryrefslogtreecommitdiff
path: root/py/objmodule.h
AgeCommit message (Expand)Author
2022-03-10py/objmodule: Support delegating failed attr lookups.Damien George
2021-12-01py/builtinimport: Refactor module importing.Jim Mussared
2020-02-11py/objmodule.h: Remove obsolete mp_builtin_module_weak_links_map decl.Damien George
2019-10-22py: Automatically provide weak links from "foo" to "ufoo" module name.Damien George
2018-02-20py/objmodule: Factor common code for calling __init__ on builtin module.Damien George
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