micropython/py
Damien George 827b0f747b py: Change vstr_null_terminate -> vstr_null_terminated_str, returns str. 2015-01-29 13:57:23 +00:00
..
argcheck.c py, unix, stmhal: Allow to compile with -Wshadow. 2015-01-20 11:55:10 +00:00
asmarm.c
asmarm.h
asmthumb.c
asmthumb.h
asmx64.c py: Allow asmx64 to compile with -Wsign-compare. 2015-01-22 14:08:58 +00:00
asmx64.h py: Allow asmx64 to compile with -Wsign-compare. 2015-01-22 14:08:58 +00:00
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
binary.c py: Add support for floats in mp_binary_{get,set}_val() 2015-01-27 22:49:01 +02:00
binary.h
builtin.h
builtinevex.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
builtinimport.c py: Change vstr_null_terminate -> vstr_null_terminated_str, returns str. 2015-01-29 13:57:23 +00:00
compile.c py: Change vstr so that it doesn't null terminate buffer by default. 2015-01-28 23:43:01 +00:00
compile.h
emit.h py: Change vstr so that it doesn't null terminate buffer by default. 2015-01-28 23:43:01 +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: Change vstr so that it doesn't null terminate buffer by default. 2015-01-28 23:43:01 +00:00
emitglue.c py: Don't use anonymous unions, name them instead. 2015-01-24 23:14:12 +00:00
emitglue.h py: Don't use anonymous unions, name them instead. 2015-01-24 23:14:12 +00:00
emitinlinethumb.c
emitnative.c py: Don't use anonymous unions, name them instead. 2015-01-24 23:14:12 +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
gc.h
grammar.h
lexer.c py: Be more precise about unicode type and disabled unicode behaviour. 2015-01-28 14:07:11 +00:00
lexer.h
lexerstr.c
lexerunix.c
makeqstrdata.py
malloc.c
map.c py, unix: Allow to compile with -Wsign-compare. 2015-01-16 17:47:07 +00:00
misc.h py: Change vstr_null_terminate -> vstr_null_terminated_str, returns str. 2015-01-29 13:57:23 +00:00
mkenv.mk
mkrules.mk
modarray.c
modbuiltins.c py: Make REPL printing function print repr of object, not str. 2015-01-28 23:53:13 +00:00
modcmath.c
modcollections.c
modgc.c
modio.c
modmath.c
modmicropython.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
modstruct.c py: Remove mp_obj_str_builder and use vstr instead. 2015-01-21 23:18:02 +00:00
modsys.c
mpconfig.h py: Implement very simple frozen modules support. 2015-01-20 11:52:12 +02:00
mpstate.c
mpstate.h stmhal: Put mod_network_nic_list in global root-pointer state. 2015-01-22 00:16:41 +00:00
mpz.c py: Fix comparison of minus-zero long int. 2015-01-27 17:47:38 +00:00
mpz.h py: Be more machine-portable with size of bit fields. 2015-01-24 23:12:58 +00:00
nativeglue.c py: Implement proper re-raising in native codegen's finally handler. 2015-01-21 17:00:01 +00:00
nlr.h
nlrsetjmp.c
nlrthumb.S
nlrx64.S
nlrx86.S
nlrxtensa.S
obj.c py: Check for NDEBUG using #ifdef rather than #if. 2015-01-25 18:35:54 +00:00
obj.h py: Check for NDEBUG using #ifdef rather than #if. 2015-01-25 18:35:54 +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: Add mp_obj_new_str_from_vstr, and use it where relevant. 2015-01-21 23:17:27 +00:00
objexcept.h
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: Use float-to-int classifications for mp_obj_new_int_from_float() functions 2015-01-24 20:54:28 +00:00
objint.h py: Add float-to-int classification function 2015-01-24 20:54:28 +00:00
objint_longlong.c py: Use float-to-int classifications for mp_obj_new_int_from_float() functions 2015-01-24 20:54:28 +00:00
objint_mpz.c py: Use float-to-int classifications for mp_obj_new_int_from_float() functions 2015-01-24 20:54:28 +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: Fix segfault in namedtuple when name is a non-interned string 2015-01-24 20:21:09 +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: Implement __reversed__ slot. 2015-01-21 00:19:42 +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: Change vstr_null_terminate -> vstr_null_terminated_str, returns str. 2015-01-29 13:57:23 +00:00
objstr.h objstr: Remove code duplication and unbreak Windows build. 2015-01-23 02:15:56 +02:00
objstringio.c py: Prevent segfault for operations on closed StringIO. 2015-01-20 23:50:43 +00:00
objstrunicode.c py: Remove duplicated mp_obj_str_make_new function from objstrunicode.c. 2015-01-28 14:14:57 +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: Specify unary/binary op name in TypeError error message. 2015-01-27 18:02:25 +00:00
objtype.h
objzip.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
opmethods.c
parse.c py: Be more machine-portable with size of bit fields. 2015-01-24 23:12:58 +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
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
qstrdefs.h py: Implement __reversed__ slot. 2015-01-21 00:19:42 +00:00
repl.c
repl.h
runtime.c py: Specify unary/binary op name in TypeError error message. 2015-01-27 18:02:25 +00:00
runtime.h py: Specify unary/binary op name in TypeError error message. 2015-01-27 18:02:25 +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: Specify unary/binary op name in TypeError error message. 2015-01-27 18:02:25 +00:00
smallint.c
smallint.h
stackctrl.c
stackctrl.h
stream.c py: Change vstr so that it doesn't null terminate buffer by default. 2015-01-28 23:43:01 +00:00
stream.h
unicode.c
unicode.h
vm.c
vmentrytable.h
vstr.c py: Change vstr_null_terminate -> vstr_null_terminated_str, returns str. 2015-01-29 13:57:23 +00:00
warning.c