.. |
argcheck.c
|
py, unix, stmhal: Allow to compile with -Wshadow.
|
10 years ago |
asmarm.c
|
py: Allocate memory for assembled code at start of PASS_EMIT.
|
10 years ago |
asmarm.h
|
py: Add guarded includes for asm-based headers.
|
10 years ago |
asmthumb.c
|
py: Allocate memory for assembled code at start of PASS_EMIT.
|
10 years ago |
asmthumb.h
|
py: Add guarded includes for asm-based headers.
|
10 years ago |
asmx64.c
|
py: Allow asmx64 to compile with -Wsign-compare.
|
10 years ago |
asmx64.h
|
py: Allow asmx64 to compile with -Wsign-compare.
|
10 years ago |
asmx86.c
|
py, unix: Allow to compile with -Wunused-parameter.
|
10 years ago |
asmx86.h
|
py: Add guarded includes for asm-based headers.
|
10 years ago |
bc.c
|
py, unix: Allow to compile with -Wsign-compare.
|
10 years ago |
bc.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
bc0.h
|
py: Add load_const_obj to emitter, add LOAD_CONST_OBJ to bytecode.
|
10 years ago |
binary.c
|
py: Add support for floats in mp_binary_{get,set}_val()
|
10 years ago |
binary.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
builtin.h
|
py: Can compile with -Wmissing-declarations and -Wmissing-prototypes.
|
10 years ago |
builtinevex.c
|
py, unix: Allow to compile with -Wunused-parameter.
|
10 years ago |
builtinimport.c
|
py: Change vstr_null_terminate -> vstr_null_terminated_str, returns str.
|
10 years ago |
compile.c
|
py: Change vstr so that it doesn't null terminate buffer by default.
|
10 years ago |
compile.h
|
py: Move to guarded includes for compile.h and related headers.
|
10 years ago |
emit.h
|
py: Change vstr so that it doesn't null terminate buffer by default.
|
10 years ago |
emitbc.c
|
py, unix: Allow to compile with -Wunused-parameter.
|
10 years ago |
emitcommon.c
|
py: Remove unnecessary id_flags argument from emitter's load_fast.
|
10 years ago |
emitcpy.c
|
py: Change vstr so that it doesn't null terminate buffer by default.
|
10 years ago |
emitglue.c
|
py: Don't use anonymous unions, name them instead.
|
10 years ago |
emitglue.h
|
py: Don't use anonymous unions, name them instead.
|
10 years ago |
emitinlinethumb.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
emitnative.c
|
py: Implement Ellipsis object in native emitter.
|
10 years ago |
emitpass1.c
|
py, unix: Allow to compile with -Wunused-parameter.
|
10 years ago |
formatfloat.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
formatfloat.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
frozenmod.c
|
py: Implement very simple frozen modules support.
|
10 years ago |
frozenmod.h
|
py: Implement very simple frozen modules support.
|
10 years ago |
gc.c
|
py, unix, lib: Allow to compile with -Wold-style-definition.
|
10 years ago |
gc.h
|
py: Put all global state together in state structures.
|
10 years ago |
grammar.h
|
py: Allow to properly disable builtin slice operation.
|
10 years ago |
lexer.c
|
py: Convert CR to LF and CR LF to LF in lexer.
|
10 years ago |
lexer.h
|
py: Put all global state together in state structures.
|
10 years ago |
lexerstr.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
lexerunix.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
makeqstrdata.py
|
py/makeqstrdata.py: Make it work again with both Python2 and Python3.
|
10 years ago |
malloc.c
|
py: Put all global state together in state structures.
|
10 years ago |
map.c
|
py, unix: Allow to compile with -Wsign-compare.
|
10 years ago |
misc.h
|
py: Change vstr_null_terminate -> vstr_null_terminated_str, returns str.
|
10 years ago |
mkenv.mk
|
py, mk: Revert change where build variables set with ?=.
|
11 years ago |
mkrules.mk
|
py: Fix order-only dependencies in mkrules.mk and py.mk.
|
10 years ago |
modarray.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
modbuiltins.c
|
py: Make REPL printing function print repr of object, not str.
|
10 years ago |
modcmath.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
modcollections.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
modgc.c
|
py: Put all global state together in state structures.
|
10 years ago |
modio.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
modmath.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
modmicropython.c
|
py, unix: Allow to compile with -Wunused-parameter.
|
10 years ago |
modstruct.c
|
py: Remove mp_obj_str_builder and use vstr instead.
|
10 years ago |
modsys.c
|
py: Can compile with -Wmissing-declarations and -Wmissing-prototypes.
|
10 years ago |
mpconfig.h
|
py: Add MICROPY_PY_ALL_SPECIAL_METHODS and __iadd__ special method under it.
|
10 years ago |
mpstate.c
|
py: Put all global state together in state structures.
|
10 years ago |
mpstate.h
|
stmhal: Put mod_network_nic_list in global root-pointer state.
|
10 years ago |
mpz.c
|
py: Fix comparison of minus-zero long int.
|
10 years ago |
mpz.h
|
py: Be more machine-portable with size of bit fields.
|
10 years ago |
nativeglue.c
|
py: Implement proper re-raising in native codegen's finally handler.
|
10 years ago |
nlr.h
|
py: Put all global state together in state structures.
|
10 years ago |
nlrsetjmp.c
|
py: Put all global state together in state structures.
|
10 years ago |
nlrthumb.S
|
py: Put all global state together in state structures.
|
10 years ago |
nlrx64.S
|
py: Fix nlr mp_state_ctx symbol error for Mac.
|
10 years ago |
nlrx86.S
|
py: Put all global state together in state structures.
|
10 years ago |
nlrxtensa.S
|
py: Put all global state together in state structures.
|
10 years ago |
obj.c
|
py: Check for NDEBUG using #ifdef rather than #if.
|
10 years ago |
obj.h
|
py: Check for NDEBUG using #ifdef rather than #if.
|
10 years ago |
objarray.c
|
py, unix: Allow to compile with -Wunused-parameter.
|
10 years ago |
objbool.c
|
py, unix: Allow to compile with -Wunused-parameter.
|
10 years ago |
objboundmeth.c
|
py, unix: Allow to compile with -Wunused-parameter.
|
10 years ago |
objcell.c
|
py, unix: Allow to compile with -Wunused-parameter.
|
10 years ago |
objclosure.c
|
py, unix: Allow to compile with -Wunused-parameter.
|
10 years ago |
objcomplex.c
|
py, unix: Allow to compile with -Wunused-parameter.
|
10 years ago |
objdict.c
|
py, unix: Allow to compile with -Wunused-parameter.
|
10 years ago |
objenumerate.c
|
py, unix: Allow to compile with -Wunused-parameter.
|
10 years ago |
objexcept.c
|
py: Add mp_obj_new_str_from_vstr, and use it where relevant.
|
10 years ago |
objexcept.h
|
py: Put all global state together in state structures.
|
10 years ago |
objfilter.c
|
py: Use mp_arg_check_num in some _make_new functions.
|
10 years ago |
objfloat.c
|
py, unix: Allow to compile with -Wunused-parameter.
|
10 years ago |
objfun.c
|
py, unix: Allow to compile with -Wunused-parameter.
|
10 years ago |
objfun.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objgenerator.c
|
py, unix: Allow to compile with -Wunused-parameter.
|
10 years ago |
objgenerator.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objgetitemiter.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objint.c
|
py: Use float-to-int classifications for mp_obj_new_int_from_float() functions
|
10 years ago |
objint.h
|
py: Add float-to-int classification function
|
10 years ago |
objint_longlong.c
|
py: Use float-to-int classifications for mp_obj_new_int_from_float() functions
|
10 years ago |
objint_mpz.c
|
py: Use float-to-int classifications for mp_obj_new_int_from_float() functions
|
10 years ago |
objlist.c
|
py, unix: Allow to compile with -Wunused-parameter.
|
10 years ago |
objlist.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objmap.c
|
py: Use mp_arg_check_num in some _make_new functions.
|
10 years ago |
objmodule.c
|
py, unix: Allow to compile with -Wunused-parameter.
|
10 years ago |
objmodule.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objnamedtuple.c
|
py: Fix segfault in namedtuple when name is a non-interned string
|
10 years ago |
objnone.c
|
py, unix: Allow to compile with -Wunused-parameter.
|
10 years ago |
objobject.c
|
py: Use mp_arg_check_num in some _make_new functions.
|
10 years ago |
objproperty.c
|
py, unix: Allow to compile with -Wunused-parameter.
|
10 years ago |
objrange.c
|
py, unix: Allow to compile with -Wunused-parameter.
|
10 years ago |
objreversed.c
|
py: Implement __reversed__ slot.
|
10 years ago |
objset.c
|
py, unix: Allow to compile with -Wunused-parameter.
|
10 years ago |
objslice.c
|
py, unix: Allow to compile with -Wunused-parameter.
|
10 years ago |
objstr.c
|
py: Change vstr_null_terminate -> vstr_null_terminated_str, returns str.
|
10 years ago |
objstr.h
|
objstr: Remove code duplication and unbreak Windows build.
|
10 years ago |
objstringio.c
|
py: Prevent segfault for operations on closed StringIO.
|
10 years ago |
objstrunicode.c
|
py: Remove duplicated mp_obj_str_make_new function from objstrunicode.c.
|
10 years ago |
objtuple.c
|
py, unix: Allow to compile with -Wunused-parameter.
|
10 years ago |
objtuple.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objtype.c
|
py: Add MICROPY_PY_ALL_SPECIAL_METHODS and __iadd__ special method under it.
|
10 years ago |
objtype.h
|
py: Add option to cache map lookup results in bytecode.
|
10 years ago |
objzip.c
|
py, unix: Allow to compile with -Wunused-parameter.
|
10 years ago |
opmethods.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
parse.c
|
py: Be more machine-portable with size of bit fields.
|
10 years ago |
parse.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
parsehelper.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
parsehelper.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
parsenum.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
parsenum.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
parsenumbase.c
|
py, unix: Allow to compile with -Wunused-parameter.
|
10 years ago |
parsenumbase.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
pfenv.c
|
py, unix: Allow to compile with -Wunused-parameter.
|
10 years ago |
pfenv.h
|
py: Can compile with -Wmissing-declarations and -Wmissing-prototypes.
|
10 years ago |
pfenv_printf.c
|
py, unix: Allow to compile with -Wunused-parameter.
|
10 years ago |
py-version.sh
|
- Let the build environment decide about the toolchain to be used, in case
|
11 years ago |
py.mk
|
py: Implement very simple frozen modules support.
|
10 years ago |
qstr.c
|
py, unix: Allow to compile with -Wsign-compare.
|
10 years ago |
qstr.h
|
py: Add qstr cfg capability; generate QSTR_NULL and QSTR_ from script.
|
10 years ago |
qstrdefs.h
|
py: Add MICROPY_PY_ALL_SPECIAL_METHODS and __iadd__ special method under it.
|
10 years ago |
repl.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
repl.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
runtime.c
|
py: Specify unary/binary op name in TypeError error message.
|
10 years ago |
runtime.h
|
py: Specify unary/binary op name in TypeError error message.
|
10 years ago |
runtime0.h
|
py: Move to guarded includes for compile.h and related headers.
|
10 years ago |
scope.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
scope.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
sequence.c
|
py, unix: Allow to compile with -Wunused-parameter.
|
10 years ago |
showbc.c
|
py: Specify unary/binary op name in TypeError error message.
|
10 years ago |
smallint.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
smallint.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
stackctrl.c
|
py: Put all global state together in state structures.
|
10 years ago |
stackctrl.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
stream.c
|
py: Change vstr so that it doesn't null terminate buffer by default.
|
10 years ago |
stream.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
unicode.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
unicode.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
vm.c
|
py: Add load_const_obj to emitter, add LOAD_CONST_OBJ to bytecode.
|
10 years ago |
vmentrytable.h
|
py: Add load_const_obj to emitter, add LOAD_CONST_OBJ to bytecode.
|
10 years ago |
vstr.c
|
py: Change vstr_null_terminate -> vstr_null_terminated_str, returns str.
|
10 years ago |
warning.c
|
py: Can compile with -Wmissing-declarations and -Wmissing-prototypes.
|
10 years ago |