circuitpython/py
Jeff Epler df1dd6ad3c
make 'import uerrno' work again in unix port
this fixes tests that 'import uerrno'.
2023-08-15 11:50:13 -05:00
..
argcheck.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
asmarm.c py/asmarm: Add asm_arm_ldrh_reg_reg_offset() helper func. 2022-05-23 14:21:16 +10:00
asmarm.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
asmbase.c
asmbase.h
asmthumb.c fix typos (partial) detected by codepell 2023-03-18 22:17:02 +07:00
asmthumb.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
asmx64.c
asmx64.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
asmx86.c
asmx86.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
asmxtensa.c
asmxtensa.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
bc.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
bc.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
bc0.h
binary.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
binary.h
builtin.h wip: continuing compilation fixes; mp_obj_alloc everywhere 2023-08-07 20:45:57 -04:00
builtinevex.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
builtinhelp.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
builtinimport.c pre-commit fixes 2023-08-14 00:59:22 -04:00
circuitpy_defns.mk merge latest adafruit/main 2023-08-13 19:43:54 -04:00
circuitpy_mkenv.mk fetch-port-submodules; fetch-all-submodules 2023-06-05 17:23:34 -04:00
circuitpy_mpconfig.h merge latest adafruit/main 2023-08-13 19:43:54 -04:00
circuitpy_mpconfig.mk merge latest adafruit/main 2023-08-13 19:43:54 -04:00
compile.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
compile.h
dynruntime.h wip; fix more m_malloc and gc_alloc 2023-08-11 00:30:34 -04:00
dynruntime.mk py/dynruntime.mk: Add basic support for armv6m architecture. 2022-05-23 23:01:25 +10:00
emit.h py/compile: De-duplicate constant objects in module's constant table. 2022-05-18 15:23:11 +10:00
emitbc.c remove lib from exludes, fix all remaining typos 2023-03-23 13:59:08 +07:00
emitcommon.c py/compile: De-duplicate constant objects in module's constant table. 2022-05-18 15:23:11 +10:00
emitglue.c Uncomment or remove debugging changes 2022-07-08 12:53:25 -04:00
emitglue.h py/emitnative: Access qstr values using indirection table qstr_table. 2022-05-23 15:43:06 +10:00
emitinlinethumb.c change compilation verbosity options; fix mpy-cross 2023-08-12 13:38:17 -04:00
emitinlinextensa.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
emitnarm.c py/emitnative: Access qstr values using indirection table qstr_table. 2022-05-23 15:43:06 +10:00
emitnative.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
emitnthumb.c py/emitnative: Access qstr values using indirection table qstr_table. 2022-05-23 15:43:06 +10:00
emitnx64.c py/emitnative: Access qstr values using indirection table qstr_table. 2022-05-23 15:43:06 +10:00
emitnx86.c py/emitnative: Access qstr values using indirection table qstr_table. 2022-05-23 15:43:06 +10:00
emitnxtensa.c py/emitnative: Access qstr values using indirection table qstr_table. 2022-05-23 15:43:06 +10:00
emitnxtensawin.c py/emitnative: Access qstr values using indirection table qstr_table. 2022-05-23 15:43:06 +10:00
enum.c Improve type validation errors messages, especially for pins 2023-01-10 15:02:55 -05:00
enum.h core: Allow `enum` types to specify additional fields in the object 2023-05-21 13:22:48 -05:00
formatfloat.c pre-commit fixes 2023-08-14 00:59:22 -04:00
formatfloat.h
frozenmod.c
frozenmod.h py/builtin: Clean up and simplify import_stat and builtin_open config. 2022-05-25 13:04:45 +10:00
gc.c pre-commit fixes 2023-08-14 00:59:22 -04:00
gc.h wip; remove long-lived functionality; remove PR#2614 2023-08-08 20:41:17 -04:00
genlast.py run updated pre-commit 2023-02-01 13:38:41 +05:30
grammar.h
lexer.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
lexer.h py/builtin: Clean up and simplify import_stat and builtin_open config. 2022-05-25 13:04:45 +10:00
makecompresseddata.py fix typos (partial) detected by codepell 2023-03-18 22:17:02 +07:00
makemoduledefs.py py/makemoduledefs.py: Emit useful error for legacy MP_REGISTER_MODULE. 2022-06-14 15:05:37 +01:00
makeqstrdata.py pre-commit fixes 2023-08-14 00:59:22 -04:00
makeqstrdefs.py pre-commit fixes 2023-08-14 00:59:22 -04:00
maketranslationdata.py run updated pre-commit 2023-02-01 13:38:41 +05:30
makeversionhdr.py wip 2023-08-03 23:29:00 -04:00
malloc.c wip; remove long-lived functionality; remove PR#2614 2023-08-08 20:41:17 -04:00
map.c
misc.h wip; remove long-lived functionality; remove PR#2614 2023-08-08 20:41:17 -04:00
mkenv.mk change compilation verbosity options; fix mpy-cross 2023-08-12 13:38:17 -04:00
mkrules.cmake rp2/Makefile: Use cmake for "make submodules" task when needed. 2022-06-03 14:29:11 +10:00
mkrules.mk silabs build needs work; other builds are working 2023-08-13 19:05:16 -04:00
modarray.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
modbuiltins.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
modcmath.c all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00
modcollections.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
modgc.c all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00
modio.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
modmath.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
modmicropython.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
modstruct.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
modsys.c silabs build needs work; other builds are working 2023-08-13 19:05:16 -04:00
modthread.c all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00
moduerrno.c make 'import uerrno' work again in unix port 2023-08-15 11:50:13 -05:00
mpconfig.h jepler: fix 18 tests (redo commit to be correct) 2023-08-14 18:34:32 -04:00
mperrno.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
mphal.h
mpprint.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
mpprint.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
mpstate.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
mpstate.h wip; fix qstr processing 2023-08-10 20:06:32 -04:00
mpthread.h
mpz.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
mpz.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
nativeglue.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
nativeglue.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
nlr.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
nlr.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
nlraarch64.c Merge tag 'v1.16' 2021-06-18 10:54:19 -05:00
nlrpowerpc.c
nlrsetjmp.c
nlrthumb.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
nlrx64.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
nlrx86.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
nlrxtensa.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
obj.c wip; Trinket M0 compiles 2023-08-09 15:20:10 -04:00
obj.h fixes to unix port support; thanks @jepler 2023-08-14 09:51:52 -04:00
objarray.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objarray.h Merge MicroPython 1.14 into CircuitPython 2021-05-11 15:07:40 -07:00
objattrtuple.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objbool.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objboundmeth.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objcell.c
objclosure.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objcomplex.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objdeque.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objdict.c merge latest adafruit/main 2023-08-13 19:43:54 -04:00
objenumerate.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objexcept.c silabs build needs work; other builds are working 2023-08-13 19:05:16 -04:00
objexcept.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objfilter.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objfloat.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objfun.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objfun.h wip; remove long-lived functionality; remove PR#2614 2023-08-08 20:41:17 -04:00
objgenerator.c turn off viper tests; thanks jepler 2023-08-14 16:43:07 -04:00
objgenerator.h
objgetitemiter.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objint.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objint.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objint_longlong.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objint_mpz.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objlist.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objlist.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objmap.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objmodule.c wip; Trinket M0 compiles 2023-08-09 15:20:10 -04:00
objmodule.h
objnamedtuple.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objnamedtuple.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objnone.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objobject.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objpolyiter.c
objproperty.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objproperty.h
objrange.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objreversed.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objset.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objsingleton.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objslice.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objstr.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objstr.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objstringio.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objstringio.h
objstrunicode.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objtraceback.c
objtraceback.h
objtuple.c wip 2023-08-03 23:29:00 -04:00
objtuple.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objtype.c wip; remove long-lived functionality; remove PR#2614 2023-08-08 20:41:17 -04:00
objtype.h
objzip.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
opmethods.c
pairheap.c
pairheap.h
parse.c pre-commit fixes 2023-08-14 00:59:22 -04:00
parse.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
parsenum.c Use a standard validator 2022-11-30 14:39:33 -06:00
parsenum.h
parsenumbase.c
parsenumbase.h
persistentcode.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
persistentcode.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
profile.c
profile.h
proto.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
proto.h
py.cmake
py.mk jepler: fix 18 tests (redo commit to be correct) 2023-08-14 18:34:32 -04:00
pystack.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
pystack.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
qstr.c wip; remove long-lived functionality; remove PR#2614 2023-08-08 20:41:17 -04:00
qstr.h wip: continuing compilation fixes; mp_obj_alloc everywhere 2023-08-07 20:45:57 -04:00
qstrdefs.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
reader.c
reader.h
repl.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
repl.h
ringbuf.c wip; fix more m_malloc and gc_alloc 2023-08-11 00:30:34 -04:00
ringbuf.h wip; remove long-lived functionality; remove PR#2614 2023-08-08 20:41:17 -04:00
runtime.c pre-commit fixes 2023-08-14 00:59:22 -04:00
runtime.h merge latest adafruit/main 2023-08-13 19:43:54 -04:00
runtime0.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
runtime_utils.c
scheduler.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
scope.c
scope.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
sequence.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
showbc.c
smallint.c
smallint.h
stackctrl.c Guard GCC13 pragma 2023-04-28 11:28:48 -07:00
stackctrl.h
stream.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
stream.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
unicode.c
unicode.h
usermod.cmake
vm.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
vmentrytable.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
vstr.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
warning.c