.. |
argcheck.c
|
all: Use MP_ERROR_TEXT for all error messages.
|
5 years ago |
asmarm.c
|
py/asm: Add funcs/macros to emit machine code for logical-shift-right.
|
4 years ago |
asmarm.h
|
py/asm: Add funcs/macros to emit machine code for logical-shift-right.
|
4 years ago |
asmbase.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
asmbase.h
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
asmthumb.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
asmthumb.h
|
py/asm: Add condition codes for signed comparisons.
|
4 years ago |
asmx64.c
|
py/asm: Add funcs/macros to emit machine code for logical-shift-right.
|
4 years ago |
asmx64.h
|
py/asm: Add condition codes for signed comparisons.
|
4 years ago |
asmx86.c
|
py/asm: Add funcs/macros to emit machine code for logical-shift-right.
|
4 years ago |
asmx86.h
|
py/asm: Add condition codes for signed comparisons.
|
4 years ago |
asmxtensa.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
asmxtensa.h
|
py/asm: Add funcs/macros to emit machine code for logical-shift-right.
|
4 years ago |
bc.c
|
all: Use MP_ERROR_TEXT for all error messages.
|
5 years ago |
bc.h
|
py/showbc: Pass in an mp_print_t struct to all bytecode-print functions.
|
4 years ago |
bc0.h
|
py/bc0.h: Shift comment to start of line to improve format consistency.
|
5 years ago |
binary.c
|
all: Fix implicit floating point to integer conversions.
|
5 years ago |
binary.h
|
py/binary: Change mp_uint_t to size_t for index, size, align args.
|
5 years ago |
builtin.h
|
extmod/uasyncio: Add optional implementation of core uasyncio in C.
|
5 years ago |
builtinevex.c
|
all: Use MP_ERROR_TEXT for all error messages.
|
5 years ago |
builtinhelp.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
builtinimport.c
|
all: Format code to add space after C++-style comment start.
|
5 years ago |
compile.c
|
py/compile: Don't await __aiter__ special method in async-for.
|
4 years ago |
compile.h
|
py: Add global default_emit_opt variable to make emit kind persistent.
|
5 years ago |
dynruntime.h
|
py/dynruntime.h: Add mp_import_* and mp_load/store_*.
|
4 years ago |
dynruntime.mk
|
py/dynruntime.mk: Set MICROPY_ENABLE_DYNRUNTIME instead of per module.
|
5 years ago |
emit.h
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
emitbc.c
|
all: Format code to add space after C++-style comment start.
|
5 years ago |
emitcommon.c
|
py/scope: Optimise scope_find_or_add_id to not need "added" arg.
|
6 years ago |
emitglue.c
|
py/showbc: Pass in an mp_print_t struct to all bytecode-print functions.
|
4 years ago |
emitglue.h
|
py: Integrate sys.settrace feature into the VM and runtime.
|
5 years ago |
emitinlinethumb.c
|
all: Use MP_ERROR_TEXT for all error messages.
|
5 years ago |
emitinlinextensa.c
|
all: Use MP_ERROR_TEXT for all error messages.
|
5 years ago |
emitnarm.c
|
py/emitnative: Add support for return/break/continue in try and with.
|
6 years ago |
emitnative.c
|
py/emitnative: Implement binary operations for viper uint operands.
|
4 years ago |
emitnthumb.c
|
py/emitnative: Add support for return/break/continue in try and with.
|
6 years ago |
emitnx64.c
|
py/emitnative: Add support for return/break/continue in try and with.
|
6 years ago |
emitnx86.c
|
py/nativeglue: Add new header file with native function table typedef.
|
5 years ago |
emitnxtensa.c
|
py/emitnative: Add support for return/break/continue in try and with.
|
6 years ago |
emitnxtensawin.c
|
py: Add new Xtensa-Windowed arch for native emitter.
|
5 years ago |
formatfloat.c
|
all: Fix implicit conversion from double to float.
|
5 years ago |
formatfloat.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
frozenmod.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
frozenmod.h
|
various: Update early copyright years to match actual edit history.
|
6 years ago |
gc.c
|
all: Format code to add space after C++-style comment start.
|
5 years ago |
gc.h
|
py/gc: Adjust gc_alloc() signature to be able to accept multiple flags.
|
6 years ago |
grammar.h
|
py/compile: Implement PEP 526, syntax for variable annotations.
|
4 years ago |
lexer.c
|
py/compile: Implement PEP 572, assignment expressions with := operator.
|
4 years ago |
lexer.h
|
py/compile: Implement PEP 572, assignment expressions with := operator.
|
4 years ago |
makecompresseddata.py
|
py/makecompresseddata.py: Make compression deterministic.
|
5 years ago |
makemoduledefs.py
|
all: Update Python code to conform to latest black formatting.
|
4 years ago |
makeqstrdata.py
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
makeqstrdefs.py
|
py: Implement "common word" compression scheme for error messages.
|
5 years ago |
makeversionhdr.py
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
malloc.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
map.c
|
py/objdict: Fix popitem for ordered dicts.
|
5 years ago |
misc.h
|
py/misc.h: Add missing semi-colon in mp_float_union_t for big-endian.
|
4 years ago |
mkenv.mk
|
py/mkenv.mk: Move usage of 32-bit flags to py.mk.
|
5 years ago |
mkrules.mk
|
py: Always give noop defines when MICROPY_ROM_TEXT_COMPRESSION disabled.
|
5 years ago |
modarray.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
modbuiltins.c
|
py/modbuiltins: Fix getattr to work with class raising AttributeError.
|
4 years ago |
modcmath.c
|
all: Format code to add space after C++-style comment start.
|
5 years ago |
modcollections.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
modgc.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
modio.c
|
py/modio: Allow uio.IOBase streams to return errno for read/write error.
|
5 years ago |
modmath.c
|
py: Fix handling of NaN in certain pow implementations.
|
4 years ago |
modmicropython.c
|
all: Use MP_ERROR_TEXT for all error messages.
|
5 years ago |
modstruct.c
|
all: Use MP_ERROR_TEXT for all error messages.
|
5 years ago |
modsys.c
|
py/modsys: Use consistent naming pattern for module-level const objects.
|
5 years ago |
modthread.c
|
all: Use MP_ERROR_TEXT for all error messages.
|
5 years ago |
moduerrno.c
|
all: Format code to add space after C++-style comment start.
|
5 years ago |
mpconfig.h
|
py: Fix handling of NaN in certain pow implementations.
|
4 years ago |
mperrno.h
|
py/mperrno: Define MP_EWOULDBLOCK as EWOULDBLOCK, not EAGAIN.
|
7 years ago |
mphal.h
|
all: Rename absolute time-based functions to include "epoch".
|
4 years ago |
mpprint.c
|
all: Fix implicit conversion from double to float.
|
5 years ago |
mpprint.h
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
mpstate.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
mpstate.h
|
py/persistentcode: Maintain root ptr list of imported native .mpy code.
|
4 years ago |
mpthread.h
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
mpz.c
|
all: Format code to add space after C++-style comment start.
|
5 years ago |
mpz.h
|
tools/codeformat.py: Eliminate need for sizeof fixup.
|
5 years ago |
nativeglue.c
|
all: Fix implicit floating point promotion.
|
5 years ago |
nativeglue.h
|
py/nativeglue.h: Rename "setjmp" entry to "setjmp_" to avoid any clash.
|
5 years ago |
nlr.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
nlr.h
|
all: Add *FORMAT-OFF* in various places.
|
5 years ago |
nlrpowerpc.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
nlrsetjmp.c
|
py/nlr: Factor out common NLR code to macro and generic funcs in nlr.c.
|
7 years ago |
nlrthumb.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
nlrx64.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
nlrx86.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
nlrxtensa.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
obj.c
|
py/objcomplex: Add mp_obj_get_complex_maybe for use in complex bin-op.
|
4 years ago |
obj.h
|
py/obj.h: Fix mp_seq_replace_slice_no_grow to use memmove not memcpy.
|
4 years ago |
objarray.c
|
py/objarray: Fix sign mismatch in comparison.
|
5 years ago |
objarray.h
|
py/objarray: Introduce "memview_offset" alias for "free" field of object
|
6 years ago |
objattrtuple.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
objbool.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
objboundmeth.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
objcell.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
objclosure.c
|
py: Rework mp_convert_member_lookup to properly handle built-ins.
|
4 years ago |
objcomplex.c
|
py/objcomplex: Add mp_obj_get_complex_maybe for use in complex bin-op.
|
4 years ago |
objdeque.c
|
all: Use MP_ERROR_TEXT for all error messages.
|
5 years ago |
objdict.c
|
py/obj.h: Add public mp_obj_is_dict_or_ordereddict() helper macro.
|
4 years ago |
objenumerate.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
objexcept.c
|
py: Always give noop defines when MICROPY_ROM_TEXT_COMPRESSION disabled.
|
5 years ago |
objexcept.h
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
objfilter.c
|
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
|
6 years ago |
objfloat.c
|
py: Fix handling of NaN in certain pow implementations.
|
4 years ago |
objfun.c
|
py: Rework mp_convert_member_lookup to properly handle built-ins.
|
4 years ago |
objfun.h
|
py: Integrate sys.settrace feature into the VM and runtime.
|
5 years ago |
objgenerator.c
|
py: Rework mp_convert_member_lookup to properly handle built-ins.
|
4 years ago |
objgenerator.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objgetitemiter.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
objint.c
|
py/objint: Do not use fpclassify.
|
5 years ago |
objint.h
|
py/modsys: Use consistent naming pattern for module-level const objects.
|
5 years ago |
objint_longlong.c
|
py/modsys: Use consistent naming pattern for module-level const objects.
|
5 years ago |
objint_mpz.c
|
py/modsys: Use consistent naming pattern for module-level const objects.
|
5 years ago |
objlist.c
|
all: Use MP_ERROR_TEXT for all error messages.
|
5 years ago |
objlist.h
|
py/obj.h: Move declaration of mp_obj_list_init to objlist.h.
|
7 years ago |
objmap.c
|
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
|
6 years ago |
objmodule.c
|
all: Rename "sys" module to "usys".
|
4 years ago |
objmodule.h
|
py/objmodule.h: Remove obsolete mp_builtin_module_weak_links_map decl.
|
5 years ago |
objnamedtuple.c
|
all: Format code to add space after C++-style comment start.
|
5 years ago |
objnamedtuple.h
|
py/objnamedtuple: Allow to reuse namedtuple basic functionality.
|
7 years ago |
objnone.c
|
py/obj: Add MICROPY_OBJ_IMMEDIATE_OBJS option to reduce code size.
|
5 years ago |
objobject.c
|
all: Use MP_ERROR_TEXT for all error messages.
|
5 years ago |
objpolyiter.c
|
all: Remove inclusion of internal py header files.
|
7 years ago |
objproperty.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
objrange.c
|
all: Use MP_ERROR_TEXT for all error messages.
|
5 years ago |
objreversed.c
|
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
|
6 years ago |
objset.c
|
all: Use MP_ERROR_TEXT for all error messages.
|
5 years ago |
objsingleton.c
|
py/objsingleton: Use mp_generic_unary_op for singleton objects.
|
5 years ago |
objslice.c
|
all: Clean up error strings to use lowercase and change cannot to can't.
|
5 years ago |
objstr.c
|
all: Format code to add space after C++-style comment start.
|
5 years ago |
objstr.h
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
objstringio.c
|
all: Use MP_ERROR_TEXT for all error messages.
|
5 years ago |
objstringio.h
|
py/objstringio: If created from immutable object, follow copy on write policy.
|
8 years ago |
objstrunicode.c
|
all: Use MP_ERROR_TEXT for all error messages.
|
5 years ago |
objtuple.c
|
all: Use MP_ERROR_TEXT for all error messages.
|
5 years ago |
objtuple.h
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
objtype.c
|
py/objtype: Support passing in an OrderedDict to type() as the locals.
|
4 years ago |
objtype.h
|
py/runtime: Don't allocate iter buf for user-defined types.
|
5 years ago |
objzip.c
|
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
|
6 years ago |
opmethods.c
|
py: Make mp_obj_get_type() return a const ptr to mp_obj_type_t.
|
5 years ago |
pairheap.c
|
py/pairheap: Properly unlink node on pop and delete.
|
5 years ago |
pairheap.h
|
py/pairheap: Add helper function to initialise a new node.
|
5 years ago |
parse.c
|
py/parse: Pass in an mp_print_t to mp_parse_node_print.
|
4 years ago |
parse.h
|
py/parse: Pass in an mp_print_t to mp_parse_node_print.
|
4 years ago |
parsenum.c
|
all: Fix implicit floating point promotion.
|
5 years ago |
parsenum.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
parsenumbase.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
parsenumbase.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
persistentcode.c
|
py/persistentcode: Maintain root ptr list of imported native .mpy code.
|
4 years ago |
persistentcode.h
|
py/persistentcode: Make ARM Thumb archs support multiple sub-archs.
|
5 years ago |
profile.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
profile.h
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
py.mk
|
py/py.mk: Use additional CFLAGS to compile string0.c.
|
5 years ago |
pystack.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
pystack.h
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
qstr.c
|
all: Use MP_ERROR_TEXT for all error messages.
|
5 years ago |
qstr.h
|
py: Implement "common word" compression scheme for error messages.
|
5 years ago |
qstrdefs.h
|
all: Add *FORMAT-OFF* in various places.
|
5 years ago |
reader.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
reader.h
|
py: Allow lexer to raise exceptions during construction.
|
8 years ago |
repl.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
repl.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
ringbuf.c
|
py/ringbuf: Add peek16 method.
|
5 years ago |
ringbuf.h
|
extmod/modbluetooth: Make modbluetooth event not a bitfield.
|
4 years ago |
runtime.c
|
py/runtime: Fix builtin compile() in "single" mode so it prints exprs.
|
4 years ago |
runtime.h
|
py/scheduler: Convert mp_sched_full and mp_sched_num_pending to macros.
|
5 years ago |
runtime0.h
|
py/nativeglue: Add new header file with native function table typedef.
|
5 years ago |
runtime_utils.c
|
py: mp_call_function_*_protected(): Pass-thru return value if possible.
|
7 years ago |
scheduler.c
|
py/scheduler: Convert mp_sched_full and mp_sched_num_pending to macros.
|
5 years ago |
scope.c
|
py/scope: Add assert to check that low numbered qstrs do fit in uint8_t.
|
5 years ago |
scope.h
|
py/compile: Convert scope test to SCOPE_IS_COMP_LIKE macro.
|
4 years ago |
sequence.c
|
all: Use MP_ERROR_TEXT for all error messages.
|
5 years ago |
showbc.c
|
py/showbc: Pass in an mp_print_t struct to all bytecode-print functions.
|
4 years ago |
smallint.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
smallint.h
|
py: Extend nan-boxing config to have 47-bit small integers.
|
7 years ago |
stackctrl.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
stackctrl.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
stream.c
|
py/stream: Remove mp_stream_errno and use system errno instead.
|
5 years ago |
stream.h
|
py/stream.h: Include sys/types.h to get size_t and off_t for POSIX API.
|
5 years ago |
unicode.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
unicode.h
|
py/objstr: Add check for valid UTF-8 when making a str from bytes.
|
7 years ago |
vm.c
|
py/showbc: Pass in an mp_print_t struct to all bytecode-print functions.
|
4 years ago |
vmentrytable.h
|
all: Add *FORMAT-OFF* in various places.
|
5 years ago |
vstr.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
warning.c
|
py: Update my copyright info on some files.
|
6 years ago |