index
:
micropython
docs/library/bluetooth
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
py
/
builtinhelp.c
Commit message (
Expand
)
Author
Age
*
py: Make mp_obj_get_type() return a const ptr to mp_obj_type_t.
Damien George
2020-01-09
*
py: Automatically provide weak links from "foo" to "ufoo" module name.
Damien George
2019-10-22
*
py: Downcase MP_xxx_SLOT_IS_FILLED inline functions.
Damien George
2019-02-12
*
py/builtinhelp: Only print help re FS modules if external import enabled
Yonatan Goldschmidt
2019-02-06
*
py: Simplify some cases of accessing the map of module and type dict.
Damien George
2018-07-08
*
py/builtinhelp: Change occurrence of mp_uint_t to size_t.
Damien George
2018-05-02
*
py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.
Damien George
2017-11-16
*
py/builtinhelp: Change signature of help text var from pointer to array.
Damien George
2017-09-12
*
py/builtinhelp: Simplify code slightly by extracting object type.
Damien George
2017-09-10
*
py/builtinhelp: Implement help('modules') to list available modules.
Damien George
2017-01-22
*
py: Add builtin help function to core, with default help msg.
Damien George
2017-01-22