6
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 13, 2025 — Feb 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
tests/float/complex1.py: Fix CPython 3.14 deprecation. More... 30 days ago
tests/float/math_fun: Fix domain error tests with CPython 3.14. More... 30 days ago
py/mpconfig: Enable MICROPY_PY_FUNCTION_ATTRS_CODE when marshal enabled. More... about 1 month ago
py/emitglue: Check for bytecode with MICROPY_PY_FUNCTION_ATTRS_CODE. More... about 1 month ago
mimxrt: Increase resolution of RTC to 1/32768 seconds. More... about 1 month ago
extmod/modmarshal: Support marshal.dumps of functions with children. More... about 1 month ago
py/objfun: Support __code__ on functions with children. More... about 1 month ago
py/persistentcode: Support saving functions with children. More... about 1 month ago
py/objtuple: Remove unused mp_obj_tulpe_del function. More... about 1 month ago
py/objzip: Adjust zip iter code to not use mp_obj_tuple_del. More... about 1 month ago
py/objtuple: Move all tuple helper declarations to objtuple.h. More... about 1 month ago
py/objlist: Move all list helper declarations to objlist.h. More... about 1 month ago
py/objfun: Move decl of mp_obj_fun_get_name to objfun.h. More... about 1 month ago
py/objmodule: Move decl of mp_obj_module_get_globals to objmodule.h. More... about 1 month ago
py/misc: Remove unused CHECKBUF macros. More... about 1 month ago
tests/multi_net: Use random.getrandbits instead of random.randrange. More... about 1 month ago
tests/basics/try_finally: Fix try/finally flow tests under CPython 3.14. More... about 1 month ago
all: Use enum instead of bool argument to mp_handle_pending. More... about 1 month ago
py/runtime: Rename mp_handle_pending_internal to mp_handle_pending. More... about 1 month ago
py/runtime: Reorder mp_handle_pending_behaviour_t enum. More... about 1 month ago
ports: Remove incorrect and unnecessary mp_handle_pending declaration. More... about 1 month ago
py/runtime: Make import-all support non-modules via __dict__/__all__. More... about 1 month ago
tools/ci.sh: Update Unix/x86 target to Ubuntu 24.04 LTS. More... about 1 month ago
github/workflows: Use same Ubuntu for code_size as ports_esp32. More... about 1 month ago
py/lexer: Move f-string completion code to more logical location. More... about 1 month ago
github/workflows: Bump actions/cache from 4 to 5. More... about 1 month ago
tools/ci.sh: Use CPython 3.11 for Unix/RV64. More... about 1 month ago
py/vstr: Don't check for byte_len>0 in vstr_ins_blank_bytes. More... about 1 month ago
tools/ci.sh: Update Unix/Arm target to Ubuntu 24.04 LTS. More... about 1 month ago
tools/ci.sh: Update Unix/MIPS target to Ubuntu 24.04 LTS. More... about 1 month ago