| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-06 | core: add int.bit_length() when MICROPY_CYPTHON_COMPAT is enabled | Jeff Epler | |
| This method of integer objects is needed for a port of python3's decimal.py module. MICROPY_CPYTHON_COMPAT is enabled by CIRCUITPY_FULL_BUILD. | |||
| 2017-01-22 | tests: Add test for builtin help function. | Damien George | |
