micropython/py
Damien George 081f9325f5 py/lexer: Raise NotImplError for unicode name escape, instead of assert. 2015-09-07 17:08:49 +01:00
..
argcheck.c py: Use mp_not_implemented consistently for not implemented features. 2015-09-03 23:14:06 +01:00
asmarm.c
asmarm.h
asmthumb.c
asmthumb.h
asmx64.c
asmx64.h
asmx86.c
asmx86.h
bc.c py: Eliminate some cases which trigger unused parameter warnings. 2015-09-04 16:53:46 +01:00
bc.h
bc0.h
binary.c py/binary: Add support for array('q') and array('Q'). 2015-09-01 16:31:48 +01:00
binary.h
builtin.h
builtinevex.c
builtinimport.c
compile.c py/compile: Refine SyntaxError for repeated use of global/nonlocal. 2015-09-07 16:55:02 +01:00
compile.h
emit.h
emitbc.c py: Eliminate some cases which trigger unused parameter warnings. 2015-09-04 16:53:46 +01:00
emitcommon.c
emitglue.c
emitglue.h
emitinlinethumb.c
emitnative.c
formatfloat.c
formatfloat.h
frozenmod.c
frozenmod.h
gc.c py: Eliminate some cases which trigger unused parameter warnings. 2015-09-04 16:53:46 +01:00
gc.h
grammar.h
lexer.c py/lexer: Raise NotImplError for unicode name escape, instead of assert. 2015-09-07 17:08:49 +01:00
lexer.h
lexerstr.c
lexerunix.c
makeqstrdata.py stmhal: add option to query for the current usb mode 2015-09-03 23:30:43 +01:00
makeversionhdr.py
malloc.c
map.c
misc.h
mkenv.mk
mkrules.mk
modarray.c
modbuiltins.c modbuiltins: Consistently use indentation for #if. 2015-08-31 00:22:11 +03:00
modcmath.c
modcollections.c
modgc.c
modio.c
modmath.c
modmicropython.c
modstruct.c
modsys.c py: Eliminate some cases which trigger unused parameter warnings. 2015-09-04 16:53:46 +01:00
mpconfig.h
mpprint.c
mpprint.h
mpstate.c
mpstate.h
mpz.c
mpz.h
nativeglue.c
nlr.h
nlrsetjmp.c
nlrthumb.S
nlrx64.S
nlrx86.S
nlrxtensa.S
obj.c py: Inline single use of mp_obj_str_get_len in mp_obj_len_maybe. 2015-09-03 23:01:07 +01:00
obj.h py: Inline single use of mp_obj_str_get_len in mp_obj_len_maybe. 2015-09-03 23:01:07 +01:00
objarray.c py: Eliminate some cases which trigger unused parameter warnings. 2015-09-04 16:53:46 +01:00
objattrtuple.c
objbool.c py/objbool: Simplify dispatch of bool binary op. 2015-09-04 16:46:15 +01:00
objboundmeth.c
objcell.c
objclosure.c
objcomplex.c
objdict.c
objenumerate.c py: Eliminate some cases which trigger unused parameter warnings. 2015-09-04 16:53:46 +01:00
objexcept.c
objexcept.h
objfilter.c
objfloat.c
objfun.c
objfun.h
objgenerator.c
objgenerator.h
objgetitemiter.c py/objgetitemiter: Make it_iternext() recognize IndexError. 2015-08-30 11:49:49 +01:00
objint.c
objint.h
objint_longlong.c
objint_mpz.c
objlist.c
objlist.h
objmap.c
objmodule.c
objmodule.h
objnamedtuple.c
objnone.c
objobject.c
objproperty.c
objrange.c
objreversed.c
objset.c
objsingleton.c
objslice.c
objstr.c py: Eliminate some cases which trigger unused parameter warnings. 2015-09-04 16:53:46 +01:00
objstr.h
objstringio.c
objstrunicode.c py: Use mp_not_implemented consistently for not implemented features. 2015-09-03 23:14:06 +01:00
objtuple.c py: Use mp_not_implemented consistently for not implemented features. 2015-09-03 23:14:06 +01:00
objtuple.h
objtype.c
objtype.h
objzip.c
opmethods.c
parse.c
parse.h
parsenum.c
parsenum.h
parsenumbase.c
parsenumbase.h
py.mk
qstr.c
qstr.h
qstrdefs.h py: Make "enumerate" qstr be conditional on MICROPY_PY_BUILTINS_ENUMERATE. 2015-09-03 19:35:52 +03:00
repl.c
repl.h
runtime.c
runtime.h
runtime0.h
scope.c
scope.h
sequence.c
showbc.c
smallint.c
smallint.h
stackctrl.c
stackctrl.h
stream.c
stream.h
unicode.c
unicode.h
vm.c vm: Handle "raise X from Y" statements the best way we can. 2015-09-01 10:39:04 +03:00
vmentrytable.h
vstr.c
warning.c