micropython/py
Damien George 50149a5730 py: Use mp_arg_check_num in some _make_new functions.
Reduces stmhal code size by about 250 bytes.
2015-01-20 14:11:27 +00:00
..
argcheck.c py, unix, stmhal: Allow to compile with -Wshadow. 2015-01-20 11:55:10 +00:00
asmarm.c py: Allocate memory for assembled code at start of PASS_EMIT. 2015-01-14 00:38:33 +00:00
asmarm.h
asmthumb.c py: Allocate memory for assembled code at start of PASS_EMIT. 2015-01-14 00:38:33 +00:00
asmthumb.h
asmx64.c py: Allocate memory for assembled code at start of PASS_EMIT. 2015-01-14 00:38:33 +00:00
asmx64.h
asmx86.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
asmx86.h
bc.c py, unix: Allow to compile with -Wsign-compare. 2015-01-16 17:47:07 +00:00
bc.h
bc0.h py: Add load_const_obj to emitter, add LOAD_CONST_OBJ to bytecode. 2015-01-13 15:55:54 +00:00
binary.c py, unix: Allow to compile with -Wsign-compare. 2015-01-16 17:47:07 +00:00
binary.h
builtin.h py: Can compile with -Wmissing-declarations and -Wmissing-prototypes. 2015-01-12 22:30:49 +00:00
builtinevex.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
builtinimport.c py: Implement very simple frozen modules support. 2015-01-20 11:52:12 +02:00
compile.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
compile.h
emit.h py: Remove unnecessary id_flags argument from emitter's load_fast. 2015-01-16 12:24:49 +00:00
emitbc.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
emitcommon.c py: Remove unnecessary id_flags argument from emitter's load_fast. 2015-01-16 12:24:49 +00:00
emitcpy.c py: Remove unnecessary id_flags argument from emitter's load_fast. 2015-01-16 12:24:49 +00:00
emitglue.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
emitglue.h
emitinlinethumb.c
emitnative.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
emitpass1.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
formatfloat.c
formatfloat.h
frozenmod.c py: Implement very simple frozen modules support. 2015-01-20 11:52:12 +02:00
frozenmod.h py: Implement very simple frozen modules support. 2015-01-20 11:52:12 +02:00
gc.c py, unix, lib: Allow to compile with -Wold-style-definition. 2015-01-12 22:34:38 +00:00
gc.h py: Put all global state together in state structures. 2015-01-07 20:33:00 +00:00
grammar.h
lexer.c py, unix: Allow to compile with -Wsign-compare. 2015-01-16 17:47:07 +00:00
lexer.h py: Put all global state together in state structures. 2015-01-07 20:33:00 +00:00
lexerstr.c
lexerunix.c
makeqstrdata.py py/makeqstrdata.py: Make it work again with both Python2 and Python3. 2015-01-11 22:40:38 +00:00
malloc.c py: Put all global state together in state structures. 2015-01-07 20:33:00 +00:00
map.c py, unix: Allow to compile with -Wsign-compare. 2015-01-16 17:47:07 +00:00
misc.h
mkenv.mk
mkrules.mk
modarray.c
modbuiltins.c py: Can compile with -Wmissing-declarations and -Wmissing-prototypes. 2015-01-12 22:30:49 +00:00
modcmath.c
modcollections.c
modgc.c py: Put all global state together in state structures. 2015-01-07 20:33:00 +00:00
modio.c
modmath.c
modmicropython.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
modstruct.c
modsys.c py: Can compile with -Wmissing-declarations and -Wmissing-prototypes. 2015-01-12 22:30:49 +00:00
mpconfig.h py: Implement very simple frozen modules support. 2015-01-20 11:52:12 +02:00
mpstate.c py: Put all global state together in state structures. 2015-01-07 20:33:00 +00:00
mpstate.h py: Put all global state together in state structures. 2015-01-07 20:33:00 +00:00
mpz.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
mpz.h py: Fix float to int conversion for large exponents. 2015-01-02 22:31:41 +00:00
nativeglue.c
nlr.h py: Put all global state together in state structures. 2015-01-07 20:33:00 +00:00
nlrsetjmp.c py: Put all global state together in state structures. 2015-01-07 20:33:00 +00:00
nlrthumb.S py: Put all global state together in state structures. 2015-01-07 20:33:00 +00:00
nlrx64.S py: Fix nlr mp_state_ctx symbol error for Mac. 2015-01-08 16:24:44 +00:00
nlrx86.S py: Put all global state together in state structures. 2015-01-07 20:33:00 +00:00
nlrxtensa.S py: Put all global state together in state structures. 2015-01-07 20:33:00 +00:00
obj.c py, unix: Allow to compile with -Wsign-compare. 2015-01-16 17:47:07 +00:00
obj.h py, unix: Allow to compile with -Wsign-compare. 2015-01-16 17:47:07 +00:00
objarray.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
objbool.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
objboundmeth.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
objcell.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
objclosure.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
objcomplex.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
objdict.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
objenumerate.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
objexcept.c py: Use mp_arg_check_num in some _make_new functions. 2015-01-20 14:11:27 +00:00
objexcept.h py: Put all global state together in state structures. 2015-01-07 20:33:00 +00:00
objfilter.c py: Use mp_arg_check_num in some _make_new functions. 2015-01-20 14:11:27 +00:00
objfloat.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
objfun.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
objfun.h
objgenerator.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
objgenerator.h
objgetitemiter.c
objint.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
objint.h
objint_longlong.c
objint_mpz.c py: Temporary fix for conversion of float to int when fits in small int. 2015-01-07 12:10:47 +00:00
objlist.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
objlist.h
objmap.c py: Use mp_arg_check_num in some _make_new functions. 2015-01-20 14:11:27 +00:00
objmodule.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
objmodule.h
objnamedtuple.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
objnone.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
objobject.c py: Use mp_arg_check_num in some _make_new functions. 2015-01-20 14:11:27 +00:00
objproperty.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
objrange.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
objreversed.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
objset.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
objslice.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
objstr.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
objstr.h objstr: Implement kwargs support for str.format(). 2015-01-04 00:26:31 +02:00
objstringio.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
objstrunicode.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
objtuple.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
objtuple.h
objtype.c py: Use mp_arg_check_num in some _make_new functions. 2015-01-20 14:11:27 +00:00
objtype.h py: Add option to cache map lookup results in bytecode. 2015-01-07 21:07:23 +00:00
objzip.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
opmethods.c
parse.c py, unix, stmhal: Allow to compile with -Wshadow. 2015-01-20 11:55:10 +00:00
parse.h
parsehelper.c
parsehelper.h
parsenum.c
parsenum.h
parsenumbase.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
parsenumbase.h
pfenv.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
pfenv.h py: Can compile with -Wmissing-declarations and -Wmissing-prototypes. 2015-01-12 22:30:49 +00:00
pfenv_printf.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
py-version.sh
py.mk py: Implement very simple frozen modules support. 2015-01-20 11:52:12 +02:00
qstr.c py, unix: Allow to compile with -Wsign-compare. 2015-01-16 17:47:07 +00:00
qstr.h py: Add qstr cfg capability; generate QSTR_NULL and QSTR_ from script. 2015-01-11 22:06:53 +00:00
qstrdefs.h py: Add MICROPY_QSTR_BYTES_IN_LEN config option, defaulting to 1. 2015-01-11 22:27:30 +00:00
repl.c
repl.h
runtime.c py, unix, stmhal: Allow to compile with -Wshadow. 2015-01-20 11:55:10 +00:00
runtime.h py, unix, stmhal: Allow to compile with -Wshadow. 2015-01-20 11:55:10 +00:00
runtime0.h
scope.c
scope.h
sequence.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
showbc.c py, unix, stmhal: Allow to compile with -Wshadow. 2015-01-20 11:55:10 +00:00
smallint.c
smallint.h
stackctrl.c py: Put all global state together in state structures. 2015-01-07 20:33:00 +00:00
stackctrl.h
stream.c
stream.h
unicode.c
unicode.h
vm.c py: Add load_const_obj to emitter, add LOAD_CONST_OBJ to bytecode. 2015-01-13 15:55:54 +00:00
vmentrytable.h py: Add load_const_obj to emitter, add LOAD_CONST_OBJ to bytecode. 2015-01-13 15:55:54 +00:00
vstr.c py, unix: Allow to compile with -Wsign-compare. 2015-01-16 17:47:07 +00:00
warning.c py: Can compile with -Wmissing-declarations and -Wmissing-prototypes. 2015-01-12 22:30:49 +00:00