summaryrefslogtreecommitdiff
path: root/py/builtinhelp.c
AgeCommit message (Expand)Author
13 dayspy: Cast type names to qstr explicitly.Jeff Epler
2024-03-07all: Remove the "STATIC" macro and just use "static" instead.Angus Gratton
2023-06-08py/objmodule: Add a table of built-in modules with delegation.Jim Mussared
2023-06-08py/makemoduledefs.py: Add a way to register extensible built-in modules.Jim Mussared
2022-09-19py/obj: Add accessors for type slots and use everywhere.Jim Mussared
2022-06-28py/builtinhelp: Don't show help for an MP_MODULE_ATTR_DELEGATION_ENTRY.Damien George
2021-12-18py: Only search frozen modules when '.frozen' is found in sys.path.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-01-09py: Make mp_obj_get_type() return a const ptr to mp_obj_type_t.Damien George
2019-10-22py: Automatically provide weak links from "foo" to "ufoo" module name.Damien George
2019-02-12py: Downcase MP_xxx_SLOT_IS_FILLED inline functions.Damien George
2019-02-06py/builtinhelp: Only print help re FS modules if external import enabledYonatan Goldschmidt
2018-07-08py: Simplify some cases of accessing the map of module and type dict.Damien George
2018-05-02py/builtinhelp: Change occurrence of mp_uint_t to size_t.Damien George
2017-11-16py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.Damien George
2017-09-12py/builtinhelp: Change signature of help text var from pointer to array.Damien George
2017-09-10py/builtinhelp: Simplify code slightly by extracting object type.Damien George
2017-01-22py/builtinhelp: Implement help('modules') to list available modules.Damien George
2017-01-22py: Add builtin help function to core, with default help msg.Damien George