index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
builtinhelp.c
Age
Commit message (
Expand
)
Author
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2020-05-28
string compression: save a few bits per string
Jeff Epler
2018-11-09
Fix output overflow and make help translatable
Scott Shawcroft
2018-07-11
WIP: after merge; before testing
Dan Halbert
2018-05-02
py/builtinhelp: Change occurrence of mp_uint_t to size_t.
Damien George
2017-11-16
py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.
Damien George
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft
2017-09-12
py/builtinhelp: Change signature of help text var from pointer to array.
Damien George
2017-09-10
py/builtinhelp: Simplify code slightly by extracting object type.
Damien George
2017-07-16
Fix problems that prevented use of internal frozen modules:
Dan Halbert
2017-06-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-01-22
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