..
argcheck.c
py: Shorten error messages by using contractions and some rewording.
2018-09-20 14:33:10 +10:00
asmarm.c
py/asmarm: Simplify asm_arm_bl_ind to only load via index, not literal.
2018-10-13 15:16:33 +11:00
asmarm.h
py/emitnative: Remove unused ptr argument from ASM_CALL_IND macro.
2018-10-13 15:16:33 +11:00
asmbase.c
…
asmbase.h
…
asmthumb.c
py/asmthumb: Remove unused fun_ptr arg from asm_thumb_bl_ind function.
2018-10-13 15:16:33 +11:00
asmthumb.h
py/emitnative: Remove unused ptr argument from ASM_CALL_IND macro.
2018-10-13 15:16:33 +11:00
asmx64.c
py/emitnative: Load native fun table ptr from const table for all archs.
2018-10-13 15:16:33 +11:00
asmx64.h
py/emitnative: Remove unused ptr argument from ASM_CALL_IND macro.
2018-10-13 15:16:33 +11:00
asmx86.c
py/emitnative: Load native fun table ptr from const table for all archs.
2018-10-13 15:16:33 +11:00
asmx86.h
py/emitnative: Remove unused ptr argument from ASM_CALL_IND macro.
2018-10-13 15:16:33 +11:00
asmxtensa.c
py/emitnative: Load native fun table ptr from const table for all archs.
2018-10-13 15:16:33 +11:00
asmxtensa.h
py/emitnative: Remove unused ptr argument from ASM_CALL_IND macro.
2018-10-13 15:16:33 +11:00
bc.c
py/persistentcode: Pack qstrs directly in bytecode to reduce mpy size.
2019-03-05 16:27:34 +11:00
bc.h
py/persistentcode: Pack qstrs directly in bytecode to reduce mpy size.
2019-03-05 16:27:34 +11:00
bc0.h
py: Replace POP_BLOCK and POP_EXCEPT opcodes with POP_EXCEPT_JUMP.
2019-03-05 16:09:58 +11:00
binary.c
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
2019-02-12 14:54:51 +11:00
binary.h
…
builtin.h
extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.
2019-02-14 00:35:45 +11:00
builtinevex.c
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
2019-02-12 14:54:51 +11:00
builtinhelp.c
py: Downcase MP_xxx_SLOT_IS_FILLED inline functions.
2019-02-12 14:54:51 +11:00
builtinimport.c
py: Remove calls to file reader functions when these are disabled.
2019-01-27 11:08:25 +11:00
compile.c
py: Replace POP_BLOCK and POP_EXCEPT opcodes with POP_EXCEPT_JUMP.
2019-03-05 16:09:58 +11:00
compile.h
py/emit: Move MP_EMIT_OPT_xxx enums from compile.h to emitglue.h.
2018-09-15 12:17:09 +10:00
emit.h
py: Replace POP_BLOCK and POP_EXCEPT opcodes with POP_EXCEPT_JUMP.
2019-03-05 16:09:58 +11:00
emitbc.c
py: Replace POP_BLOCK and POP_EXCEPT opcodes with POP_EXCEPT_JUMP.
2019-03-05 16:09:58 +11:00
emitcommon.c
py/scope: Optimise scope_find_or_add_id to not need "added" arg.
2018-10-28 00:38:18 +11:00
emitglue.c
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
2019-02-12 14:54:51 +11:00
emitglue.h
py/emit: Move MP_EMIT_OPT_xxx enums from compile.h to emitglue.h.
2018-09-15 12:17:09 +10:00
emitinlinethumb.c
py: Shorten error messages by using contractions and some rewording.
2018-09-20 14:33:10 +10:00
emitinlinextensa.c
py: Shorten error messages by using contractions and some rewording.
2018-09-20 14:33:10 +10:00
emitnarm.c
py/emitnative: Add support for return/break/continue in try and with.
2018-09-04 14:31:28 +10:00
emitnative.c
py: Add independent config for debugging sentinel object values.
2019-03-08 15:53:04 +11:00
emitnthumb.c
py/emitnative: Add support for return/break/continue in try and with.
2018-09-04 14:31:28 +10:00
emitnx64.c
py/emitnative: Add support for return/break/continue in try and with.
2018-09-04 14:31:28 +10:00
emitnx86.c
py/emitnative: Implement yield and yield-from in native emitter.
2018-10-01 13:31:11 +10:00
emitnxtensa.c
py/emitnative: Add support for return/break/continue in try and with.
2018-09-04 14:31:28 +10:00
formatfloat.c
py/formatfloat: Fix case where floats could render with negative digits.
2018-03-01 17:00:02 +11:00
formatfloat.h
…
frozenmod.c
…
frozenmod.h
…
gc.c
py/gc: Adjust gc_alloc() signature to be able to accept multiple flags.
2018-12-20 17:52:16 +11:00
gc.h
py/gc: Adjust gc_alloc() signature to be able to accept multiple flags.
2018-12-20 17:52:16 +11:00
grammar.h
py/compile: Combine expr, xor_expr and and_expr into one function.
2018-06-22 17:00:29 +10:00
lexer.c
py/lexer: Add support for underscores in numeric literals.
2018-06-12 12:17:43 +10:00
lexer.h
…
makeqstrdata.py
py/persistentcode: Define static qstr set to reduce size of mpy files.
2019-03-05 16:32:05 +11:00
makeqstrdefs.py
py/makeqstrdefs.py: Optimise by using compiled re's so it runs faster.
2018-03-16 23:54:06 +11:00
makeversionhdr.py
py/mpconfig: Move MICROPY_VERSION macros to static ones in mpconfig.h.
2018-12-22 01:40:38 +11:00
malloc.c
py/malloc: Give a compile warning if using finaliser without GC.
2018-07-09 14:40:02 +10:00
map.c
py: Downcase MP_xxx_SLOT_IS_FILLED inline functions.
2019-02-12 14:54:51 +11:00
misc.h
py/misc.h: Add MP_STATIC_ASSERT macro to do static assertions.
2018-05-18 23:31:00 +10:00
mkenv.mk
py/mkenv.mk: Change default PYTHON variable from "python" to "python3".
2019-02-12 14:58:15 +11:00
mkrules.mk
py/mkrules.mk: Regenerate all qstrs when config files change.
2018-06-12 13:53:43 +10:00
modarray.c
…
modbuiltins.c
py: Downcase MP_xxx_SLOT_IS_FILLED inline functions.
2019-02-12 14:54:51 +11:00
modcmath.c
…
modcollections.c
py/objdeque: Implement ucollections.deque type with fixed size.
2018-02-21 22:39:25 +11:00
modgc.c
…
modio.c
py: Eliminate warnings about unused arguments when debugging disabled.
2019-02-25 14:52:36 +11:00
modmath.c
py/modmath: Add math.factorial, optimised and non-opt implementations.
2018-09-26 15:03:04 +10:00
modmicropython.c
py: Don't include mp_optimise_value or opt_level() if compiler disabled.
2018-04-04 14:24:03 +10:00
modstruct.c
…
modsys.c
py/mpconfig: Move MICROPY_VERSION macros to static ones in mpconfig.h.
2018-12-22 01:40:38 +11:00
modthread.c
py: Downcase MP_xxx_SLOT_IS_FILLED inline functions.
2019-02-12 14:54:51 +11:00
moduerrno.c
…
mpconfig.h
py: Add independent config for debugging sentinel object values.
2019-03-08 15:53:04 +11:00
mperrno.h
py/mperrno: Define MP_EWOULDBLOCK as EWOULDBLOCK, not EAGAIN.
2018-05-01 15:53:25 +10:00
mphal.h
…
mpprint.c
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
2019-02-12 14:54:51 +11:00
mpprint.h
…
mpstate.c
…
mpstate.h
py: Add option to reduce GC stack integer size to save RAM.
2018-12-04 17:17:25 +11:00
mpthread.h
…
mpz.c
py/mpz: Avoid undefined behavior at integer overflow in mpz_hash.
2018-05-21 12:48:26 +10:00
mpz.h
…
nativeglue.c
py/emitnative: Put None/False/True in global native const table.
2018-10-15 00:20:49 +11:00
nlr.c
py/nlr: Fix missing trailing characters in comments in nlr.c
2017-12-29 22:24:53 +11:00
nlr.h
py/nlr: Fix nlr functions for 64bit ports built with gcc on Windows
2017-12-29 22:24:46 +11:00
nlrsetjmp.c
…
nlrthumb.c
py/nlrthumb: Fix Clang support wrt use of "return 0".
2018-04-27 15:10:42 +10:00
nlrx64.c
py/nlr: Fix nlr functions for 64bit ports built with gcc on Windows
2017-12-29 22:24:46 +11:00
nlrx86.c
py/nlrx86: Use naked attribute on nlr_push for gcc 8.0 and higher.
2018-05-15 11:17:28 +10:00
nlrxtensa.c
…
obj.c
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
2019-02-12 14:54:51 +11:00
obj.h
py: Add independent config for debugging sentinel object values.
2019-03-08 15:53:04 +11:00
objarray.c
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
2019-02-12 14:54:51 +11:00
objarray.h
py/objarray: Introduce "memview_offset" alias for "free" field of object
2018-12-20 17:40:48 +11:00
objattrtuple.c
…
objbool.c
…
objboundmeth.c
py/objboundmeth: Support loading generic attrs from the method.
2018-12-06 18:02:41 +11:00
objcell.c
…
objclosure.c
…
objcomplex.c
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
2019-02-12 14:54:51 +11:00
objdeque.c
py/objdeque: Fix sign extension bug when computing len of deque object.
2018-05-11 13:44:50 +10:00
objdict.c
py: Downcase MP_xxx_SLOT_IS_FILLED inline functions.
2019-02-12 14:54:51 +11:00
objenumerate.c
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
2019-02-12 14:54:51 +11:00
objexcept.c
py/objexcept: Fix hash of exc str created in mp_obj_new_exception_msg.
2019-03-04 12:07:03 +11:00
objexcept.h
py/objexcept: Make MP_DEFINE_EXCEPTION public so ports can define excs.
2018-03-17 00:31:40 +11:00
objfilter.c
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
2019-02-12 14:54:51 +11:00
objfloat.c
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
2019-02-12 14:54:51 +11:00
objfun.c
py/objfun: Make fun_data arg of mp_obj_new_fun_asm() a const pointer.
2019-02-20 13:14:03 +11:00
objfun.h
py/objgenerator: Implement __name__ with normal fun attr accessor code.
2018-07-10 16:33:57 +10:00
objgenerator.c
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
2019-02-12 14:54:51 +11:00
objgenerator.h
…
objgetitemiter.c
…
objint.c
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
2019-02-12 14:54:51 +11:00
objint.h
…
objint_longlong.c
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
2019-02-12 14:54:51 +11:00
objint_mpz.c
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
2019-02-12 14:54:51 +11:00
objlist.c
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
2019-02-12 14:54:51 +11:00
objlist.h
py/obj.h: Move declaration of mp_obj_list_init to objlist.h.
2018-03-13 14:03:15 +11:00
objmap.c
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
2019-02-12 14:54:51 +11:00
objmodule.c
extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.
2019-02-14 00:35:45 +11:00
objmodule.h
py/objmodule: Factor common code for calling __init__ on builtin module.
2018-02-20 17:56:58 +11:00
objnamedtuple.c
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
2019-02-12 14:54:51 +11:00
objnamedtuple.h
…
objnone.c
…
objobject.c
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
2019-02-12 14:54:51 +11:00
objpolyiter.c
…
objproperty.c
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
2019-02-12 14:54:51 +11:00
objrange.c
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
2019-02-12 14:54:51 +11:00
objreversed.c
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
2019-02-12 14:54:51 +11:00
objset.c
py: Downcase MP_xxx_SLOT_IS_FILLED inline functions.
2019-02-12 14:54:51 +11:00
objsingleton.c
…
objslice.c
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
2019-02-12 14:54:51 +11:00
objstr.c
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
2019-02-12 14:54:51 +11:00
objstr.h
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
2019-02-12 14:54:51 +11:00
objstringio.c
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
2019-02-12 14:54:51 +11:00
objstringio.h
…
objstrunicode.c
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
2019-02-12 14:54:51 +11:00
objtuple.c
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
2019-02-12 14:54:51 +11:00
objtuple.h
…
objtype.c
py: Downcase MP_xxx_SLOT_IS_FILLED inline functions.
2019-02-12 14:54:51 +11:00
objtype.h
py/objtype: Don't expose mp_obj_instance_attr().
2018-06-08 11:48:25 +10:00
objzip.c
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
2019-02-12 14:54:51 +11:00
opmethods.c
…
parse.c
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
2019-02-12 14:54:51 +11:00
parse.h
…
parsenum.c
py/parsenum: Avoid rounding errors with negative powers-of-10.
2018-09-20 22:06:41 +10:00
parsenum.h
…
parsenumbase.c
…
parsenumbase.h
…
persistentcode.c
py/persistentcode: Define static qstr set to reduce size of mpy files.
2019-03-05 16:32:05 +11:00
persistentcode.h
…
py.mk
py/py.mk: Update lwip build config to work with latest lwip version.
2019-03-04 23:29:01 +11:00
pystack.c
py/pystack: Use "pystack exhausted" as error msg for out of pystack mem.
2018-02-19 00:26:14 +11:00
pystack.h
…
qstr.c
py/qstr: Evaluate find_qstr only once then pass to Q_GET_HASH macro.
2019-02-19 23:44:01 +11:00
qstr.h
py/qstr: Add QSTR_TOTAL() macro to get number of qstrs.
2018-02-19 16:12:44 +11:00
qstrdefs.h
py/modbuiltins: Make oct/hex work when !MICROPY_PY_BUILTINS_STR_OP_MODULO
2018-09-20 14:41:35 +10:00
reader.c
py/reader: Allow MICROPY_VFS_POSIX to work with MICROPY_READER_POSIX.
2018-06-06 14:28:23 +10:00
reader.h
…
repl.c
py/repl: Fix handling of unmatched brackets and unfinished quotes.
2018-05-18 15:23:02 +10:00
repl.h
…
ringbuf.h
…
runtime.c
py: Downcase MP_xxx_SLOT_IS_FILLED inline functions.
2019-02-12 14:54:51 +11:00
runtime.h
py/warning: Support categories for warnings.
2019-01-31 16:48:30 +11:00
runtime0.h
py/obj: Add support for __int__ special method.
2018-12-07 17:28:04 +11:00
runtime_utils.c
…
scheduler.c
…
scope.c
py/scope: Optimise scope_find_or_add_id to not need "added" arg.
2018-10-28 00:38:18 +11:00
scope.h
py/scope: Optimise scope_find_or_add_id to not need "added" arg.
2018-10-28 00:38:18 +11:00
sequence.c
…
showbc.c
py: Replace POP_BLOCK and POP_EXCEPT opcodes with POP_EXCEPT_JUMP.
2019-03-05 16:09:58 +11:00
smallint.c
…
smallint.h
…
stackctrl.c
…
stackctrl.h
…
stream.c
py: Update my copyright info on some files.
2019-02-06 00:19:00 +11:00
stream.h
py/stream: Adjust mp_stream_posix_XXX to take void*, not mp_obj_t.
2018-08-14 17:36:08 +10:00
unicode.c
py/unicode: Fix check for valid utf8 being stricter about contn chars.
2018-11-26 16:13:08 +11:00
unicode.h
…
vm.c
py: Replace POP_BLOCK and POP_EXCEPT opcodes with POP_EXCEPT_JUMP.
2019-03-05 16:09:58 +11:00
vmentrytable.h
py: Replace POP_BLOCK and POP_EXCEPT opcodes with POP_EXCEPT_JUMP.
2019-03-05 16:09:58 +11:00
vstr.c
…
warning.c
py: Update my copyright info on some files.
2019-02-06 00:19:00 +11:00