You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Damien George 4ede703687 py/parse: Support constant folding of power operator for integers. 5 years ago
..
argcheck.c all: Use MP_ERROR_TEXT for all error messages. 5 years ago
asmarm.c all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
asmarm.h py: Add support to save native, viper and asm code to .mpy files. 6 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 all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
asmx64.c all: Format code to add space after C++-style comment start. 5 years ago
asmx64.h all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
asmx86.c all: Format code to add space after C++-style comment start. 5 years ago
asmx86.h all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
asmxtensa.c all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
asmxtensa.h py/asmxtensa: Add support for Xtensa with windowed registers. 5 years ago
bc.c all: Use MP_ERROR_TEXT for all error messages. 5 years ago
bc.h all: Format code to add space after C++-style comment start. 5 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 all: Format code to add space after C++-style comment start. 5 years ago
compile.h py: Add global default_emit_opt variable to make emit kind persistent. 5 years ago
dynruntime.h py/dynruntime.mk: Set MICROPY_ENABLE_DYNRUNTIME instead of per module. 5 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 all: Reformat C and Python source code with tools/codeformat.py. 5 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 all: Use MP_ERROR_TEXT for all error messages. 5 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 all: Add *FORMAT-OFF* in various places. 5 years ago
lexer.c all: Use MP_ERROR_TEXT for all error messages. 5 years ago
lexer.h py: Remove 3 obsolete commented-out lines from header files. 5 years ago
makecompresseddata.py py/makecompresseddata.py: Make compression deterministic. 5 years ago
makemoduledefs.py all: Reformat C and Python source code with tools/codeformat.py. 5 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: Always give noop defines when MICROPY_ROM_TEXT_COMPRESSION disabled. 5 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 all: Fix implicit floating point to integer conversions. 5 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 all: Format code to add space after C++-style comment start. 5 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 all: Reformat C and Python source code with tools/codeformat.py. 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/scheduler: Add option to wrap mp_sched_schedule in arbitrary attr. 5 years ago
mperrno.h py/mperrno: Define MP_EWOULDBLOCK as EWOULDBLOCK, not EAGAIN. 7 years ago
mphal.h lib/utils/sys_stdio_mphal: Add support to poll sys.stdin and sys.stdout. 5 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/qstr: Don't include or init qstr_mutex when GIL is enabled. 5 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/objexcept: Allow compression of exception message text. 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 all: Fix implicit floating point to integer conversions. 5 years ago
obj.h py/objdict: Fix popitem for ordered dicts. 5 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 all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
objcomplex.c all: Use MP_ERROR_TEXT for all error messages. 5 years ago
objdeque.c all: Use MP_ERROR_TEXT for all error messages. 5 years ago
objdict.c py/objdict: Fix popitem for ordered dicts. 5 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 all: Fix implicit floating point promotion. 5 years ago
objfun.c tools/codeformat.py: Eliminate need for sizeof fixup. 5 years ago
objfun.h py: Integrate sys.settrace feature into the VM and runtime. 5 years ago
objgenerator.c all: Use MP_ERROR_TEXT for all error messages. 5 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 all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
objint_longlong.c all: Use MP_ERROR_TEXT for all error messages. 5 years ago
objint_mpz.c all: Use MP_ERROR_TEXT for all error messages. 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 extmod/uasyncio: Add optional implementation of core uasyncio in C. 5 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 all: Format code to add space after C++-style comment start. 5 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: Support constant folding of power operator for integers. 5 years ago
parse.h all: Reformat C and Python source code with tools/codeformat.py. 5 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 all: Use MP_ERROR_TEXT for all error messages. 5 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: Implement "common word" compression scheme for error messages. 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 all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
runtime.c all: Format code to add space after C++-style comment start. 5 years ago
runtime.h py/objexcept: Allow compression of exception message text. 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: Add option to wrap mp_sched_schedule in arbitrary attr. 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/scope: Optimise scope_find_or_add_id to not need "added" arg. 6 years ago
sequence.c all: Use MP_ERROR_TEXT for all error messages. 5 years ago
showbc.c all: Reformat C and Python source code with tools/codeformat.py. 5 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/scheduler: Fix race in checking scheduler pending state. 5 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