..
argcheck.c
…
asmarm.c
…
asmarm.h
…
asmbase.c
all: Fix spelling mistakes based on codespell check.
2023-04-27 18:03:06 +10:00
asmbase.h
…
asmthumb.c
all: Fix spelling mistakes based on codespell check.
2023-04-27 18:03:06 +10:00
asmthumb.h
…
asmx64.c
…
asmx64.h
…
asmx86.c
…
asmx86.h
…
asmxtensa.c
…
asmxtensa.h
…
bc.c
…
bc.h
…
bc0.h
…
binary.c
…
binary.h
…
builtin.h
…
builtinevex.c
…
builtinhelp.c
…
builtinimport.c
py/builtinimport: Fix unix port build with external imports disabled.
2023-03-10 13:29:54 +11:00
compile.c
py/compile: Remove over-eager optimisation of tuples as if condition.
2023-05-03 13:21:18 +10:00
compile.h
…
dynruntime.h
…
dynruntime.mk
…
emit.h
py/compile: Fix scope of assignment expression target in comprehensions.
2023-03-09 12:13:12 +11:00
emitbc.c
all: Fix spelling mistakes based on codespell check.
2023-04-27 18:03:06 +10:00
emitcommon.c
py/compile: Fix scope of assignment expression target in comprehensions.
2023-03-09 12:13:12 +11:00
emitglue.c
…
emitglue.h
…
emitinlinethumb.c
…
emitinlinextensa.c
…
emitnarm.c
…
emitnative.c
all: Fix spelling mistakes based on codespell check.
2023-04-27 18:03:06 +10:00
emitnthumb.c
…
emitnx64.c
…
emitnx86.c
…
emitnxtensa.c
…
emitnxtensawin.c
…
formatfloat.c
all: Fix spelling mistakes based on codespell check.
2023-04-27 18:03:06 +10:00
formatfloat.h
…
frozenmod.c
…
frozenmod.h
…
gc.c
py/gc: Make improvements to MICROPY_GC_HOOK_LOOP.
2023-05-09 12:44:14 +10:00
gc.h
py/gc: Make gc_dump_info/gc_dump_alloc_table take a printer as argument.
2023-03-10 10:58:10 +11:00
grammar.h
…
lexer.c
…
lexer.h
…
make_root_pointers.py
…
makecompresseddata.py
all: Fix spelling mistakes based on codespell check.
2023-04-27 18:03:06 +10:00
makemoduledefs.py
…
makeqstrdata.py
…
makeqstrdefs.py
py/makeqstrdefs.py: Fix handling GreenHills C/C++ preprocessor output.
2023-04-11 16:41:10 +10:00
makeversionhdr.py
py/makeversionhdr.py: Always add micro to version string even if it's 0.
2023-03-10 18:39:14 +11:00
malloc.c
…
map.c
…
misc.h
…
mkenv.mk
…
mkrules.cmake
…
mkrules.mk
all: Fix spelling mistakes based on codespell check.
2023-04-27 18:03:06 +10:00
modarray.c
…
modbuiltins.c
all: Fix spelling mistakes based on codespell check.
2023-04-27 18:03:06 +10:00
modcmath.c
…
modcollections.c
…
modgc.c
…
modio.c
…
modmath.c
…
modmicropython.c
py/gc: Make gc_dump_info/gc_dump_alloc_table take a printer as argument.
2023-03-10 10:58:10 +11:00
modstruct.c
…
modsys.c
…
modthread.c
…
moduerrno.c
…
mpconfig.h
py/gc: Make improvements to MICROPY_GC_HOOK_LOOP.
2023-05-09 12:44:14 +10:00
mperrno.h
…
mphal.h
…
mpprint.c
…
mpprint.h
…
mpstate.c
…
mpstate.h
py/scheduler: Implement VM abort flag and mp_sched_vm_abort().
2023-03-21 18:08:57 +11:00
mpthread.h
…
mpz.c
…
mpz.h
…
nativeglue.c
…
nativeglue.h
…
nlr.c
py/scheduler: Implement VM abort flag and mp_sched_vm_abort().
2023-03-21 18:08:57 +11:00
nlr.h
py/scheduler: Implement VM abort flag and mp_sched_vm_abort().
2023-03-21 18:08:57 +11:00
nlraarch64.c
…
nlrmips.c
…
nlrpowerpc.c
…
nlrsetjmp.c
…
nlrthumb.c
…
nlrx64.c
…
nlrx86.c
…
nlrxtensa.c
…
obj.c
py/obj: Add MP_NOINLINE to mp_obj_malloc_helper.
2023-03-17 13:16:06 -05:00
obj.h
py/obj: Fix spelling of staticmethod.
2023-03-28 10:02:05 -05:00
objarray.c
…
objarray.h
…
objattrtuple.c
…
objbool.c
…
objboundmeth.c
…
objcell.c
…
objclosure.c
…
objcomplex.c
…
objdeque.c
…
objdict.c
…
objenumerate.c
…
objexcept.c
all: Fix spelling mistakes based on codespell check.
2023-04-27 18:03:06 +10:00
objexcept.h
…
objfilter.c
…
objfloat.c
…
objfun.c
…
objfun.h
…
objgenerator.c
…
objgenerator.h
…
objgetitemiter.c
…
objint.c
…
objint.h
…
objint_longlong.c
…
objint_mpz.c
…
objlist.c
…
objlist.h
…
objmap.c
…
objmodule.c
…
objmodule.h
…
objnamedtuple.c
…
objnamedtuple.h
…
objnone.c
…
objobject.c
…
objpolyiter.c
…
objproperty.c
…
objrange.c
…
objreversed.c
…
objset.c
…
objsingleton.c
…
objslice.c
…
objstr.c
…
objstr.h
…
objstringio.c
…
objstringio.h
…
objstrunicode.c
…
objtuple.c
…
objtuple.h
…
objtype.c
all: Fix spelling mistakes based on codespell check.
2023-04-27 18:03:06 +10:00
objtype.h
…
objzip.c
…
opmethods.c
…
pairheap.c
…
pairheap.h
…
parse.c
py/parse: Fix build when COMP_CONST_FOLDING=0 and COMP_MODULE_CONST=1.
2023-05-03 13:12:54 +10:00
parse.h
…
parsenum.c
…
parsenum.h
…
parsenumbase.c
…
parsenumbase.h
…
persistentcode.c
…
persistentcode.h
…
profile.c
…
profile.h
…
py.cmake
…
py.mk
…
pystack.c
…
pystack.h
…
qstr.c
…
qstr.h
…
qstrdefs.h
…
reader.c
…
reader.h
…
repl.c
…
repl.h
…
ringbuf.c
py/ringbuf: Implement put_bytes/get_bytes functions.
2023-05-01 16:47:03 +10:00
ringbuf.h
py/ringbuf: Implement put_bytes/get_bytes functions.
2023-05-01 16:47:03 +10:00
runtime.c
all: Fix spelling mistakes based on codespell check.
2023-04-27 18:03:06 +10:00
runtime.h
py/scheduler: Implement VM abort flag and mp_sched_vm_abort().
2023-03-21 18:08:57 +11:00
runtime0.h
…
runtime_utils.c
…
scheduler.c
py/scheduler: Implement VM abort flag and mp_sched_vm_abort().
2023-03-21 18:08:57 +11:00
scope.c
…
scope.h
all: Fix spelling mistakes based on codespell check.
2023-04-27 18:03:06 +10:00
sequence.c
all: Fix spelling mistakes based on codespell check.
2023-04-27 18:03:06 +10:00
showbc.c
…
smallint.c
…
smallint.h
…
stackctrl.c
py/stackctrl: Add gcc pragmas to ignore dangling-pointer warning.
2023-05-04 10:08:12 +10:00
stackctrl.h
…
stream.c
…
stream.h
…
unicode.c
…
unicode.h
…
usermod.cmake
…
vm.c
py/scheduler: Implement VM abort flag and mp_sched_vm_abort().
2023-03-21 18:08:57 +11:00
vmentrytable.h
…
vstr.c
…
warning.c
…