index
:
micropython
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
/
docs
/
library
/
builtins.rst
Commit message (
Expand
)
Author
Age
*
docs/reference: Add strings vs bytes to speed optimisation tips.
Angus Gratton
2025-02-11
*
docs/library: Note link between machine.soft_reset() and sys.exit().
Angus Gratton
2024-11-19
*
docs: Add a "Reset and Boot Sequence" reference page.
Angus Gratton
2024-11-19
*
py/objint: Fix int.to_bytes() buffer size checks.
Angus Gratton
2024-06-24
*
docs/library/builtins.rst: Add module title.
Jim Mussared
2021-08-17
*
py/objexcept: Support errno attribute on OSError exceptions.
Damien George
2021-04-23
*
docs/library: Add CPython docs xref to each pertinent module.
Paul Sokolovsky
2017-07-02
*
docs/builtins: Add AssertionError, SyntaxError, ZeroDivisionError.
Paul Sokolovsky
2017-07-01
*
docs/builtins: List builtin exceptions.
Paul Sokolovsky
2017-06-24
*
docs/library/builtins: int: Add notice on byteorder param for to/from_bytes.
Paul Sokolovsky
2017-04-09
*
docs/library/builtins: Add docs for delattr and slice.
Damien George
2016-10-25
*
docs: Spelling mistakes
Mike Causer
2016-08-02
*
docs/builtins: Enumerate all builtin functions implemented.
Paul Sokolovsky
2016-06-09