micropython/py
Paul Sokolovsky 504e23388c objstr: Init hash in mp_obj_str_builder_start() to 0. 2014-04-19 03:21:06 +03:00
..
asmthumb.c inlinethumb: Add wfi, cpsid and cpsie instructions. 2014-04-18 16:56:54 +01:00
asmthumb.h inlinethumb: Add wfi, cpsid and cpsie instructions. 2014-04-18 16:56:54 +01:00
asmx64.c
asmx64.h
bc.h
bc0.h py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr. 2014-04-17 22:10:53 +01:00
binary.c modstruct: Fix .calcsize() to account for struct type/alignment. 2014-04-19 03:21:06 +03:00
binary.h modstruct: Fix .calcsize() to account for struct type/alignment. 2014-04-19 03:21:06 +03:00
builtin.c py: Add MP_OBJ_STOP_ITERATION and make good use of it. 2014-04-17 23:19:36 +01:00
builtin.h py: Make built-in 'range' a class. 2014-04-17 18:18:55 +01:00
builtinevex.c
builtinimport.c
builtintables.c py: Make built-in 'range' a class. 2014-04-17 18:18:55 +01:00
builtintables.h
compile.c py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr. 2014-04-17 22:10:53 +01:00
compile.h
emit.h py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr. 2014-04-17 22:10:53 +01:00
emitbc.c py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr. 2014-04-17 22:10:53 +01:00
emitcommon.c
emitcpy.c py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr. 2014-04-17 22:10:53 +01:00
emitglue.c
emitglue.h
emitinlinethumb.c inlinethumb: Add wfi, cpsid and cpsie instructions. 2014-04-18 16:56:54 +01:00
emitnative.c py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr. 2014-04-17 22:10:53 +01:00
emitpass1.c py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr. 2014-04-17 22:10:53 +01:00
formatfloat.c
formatfloat.h
gc.c
gc.h
grammar.h
lexer.c
lexer.h
lexerstr.c
lexerunix.c
lexerunix.h
makeqstrdata.py
malloc.c
map.c
misc.h
mkenv.mk
mkrules.mk build: Simplify build directory layout by putting all headers in genhdr. 2014-04-17 18:03:27 +01:00
modarray.c
modcmath.c py: Add cmath module, for complex math. Disabled by default. 2014-04-17 17:11:03 +01:00
modcollections.c
modio.c
modmath.c py: Add cmath module, for complex math. Disabled by default. 2014-04-17 17:11:03 +01:00
modmicropython.c
modstruct.c modstruct: Fix .calcsize() to account for struct type/alignment. 2014-04-19 03:21:06 +03:00
modsys.c
mpconfig.h py: Rename USE_COMPUTED_GOTOS to USE_COMPUTED_GOTO and enable on stmhal. 2014-04-17 23:24:13 +01:00
mpz.c
mpz.h
nlr.h nlr: Add implementation using setjmp/longjmp. 2014-04-17 00:19:18 +03:00
nlrsetjmp.c nlr: Add implementation using setjmp/longjmp. 2014-04-17 00:19:18 +03:00
nlrthumb.S
nlrx64.S
nlrx86.S
obj.c py: Allow to pass buffer protocol flags to get_buffer helper funcs. 2014-04-18 22:59:24 +01:00
obj.h obj.h: Typo fix in comment. 2014-04-19 03:21:06 +03:00
objarray.c modstruct: Fix .calcsize() to account for struct type/alignment. 2014-04-19 03:21:06 +03:00
objarray.h
objbool.c py: Add MP_OBJ_STOP_ITERATION and make good use of it. 2014-04-17 23:19:36 +01:00
objboundmeth.c
objcell.c
objclosure.c
objcomplex.c py: Add MP_OBJ_STOP_ITERATION and make good use of it. 2014-04-17 23:19:36 +01:00
objdict.c py: Add MP_OBJ_STOP_ITERATION and make good use of it. 2014-04-17 23:19:36 +01:00
objenumerate.c py: Add MP_OBJ_STOP_ITERATION and make good use of it. 2014-04-17 23:19:36 +01:00
objexcept.c
objfilter.c py: Add MP_OBJ_STOP_ITERATION and make good use of it. 2014-04-17 23:19:36 +01:00
objfloat.c objfloat: Try to achieve the same float printing format as CPython does. 2014-04-18 21:21:59 +03:00
objfun.c py: Allow to pass buffer protocol flags to get_buffer helper funcs. 2014-04-18 22:59:24 +01:00
objfun.h objfun: Add local header. 2014-04-17 20:27:00 +03:00
objgenerator.c py: Add MP_OBJ_STOP_ITERATION and make good use of it. 2014-04-17 23:19:36 +01:00
objgenerator.h
objgetitemiter.c py: Add MP_OBJ_STOP_ITERATION and make good use of it. 2014-04-17 23:19:36 +01:00
objint.c py: Allow to pass buffer protocol flags to get_buffer helper funcs. 2014-04-18 22:59:24 +01:00
objint.h
objint_longlong.c py: Add MP_OBJ_STOP_ITERATION and make good use of it. 2014-04-17 23:19:36 +01:00
objint_mpz.c py: Add MP_OBJ_STOP_ITERATION and make good use of it. 2014-04-17 23:19:36 +01:00
objlist.c py: Add MP_OBJ_STOP_ITERATION and make good use of it. 2014-04-17 23:19:36 +01:00
objlist.h
objmap.c py: Add MP_OBJ_STOP_ITERATION and make good use of it. 2014-04-17 23:19:36 +01:00
objmodule.c
objmodule.h
objnamedtuple.c py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr. 2014-04-17 22:10:53 +01:00
objnone.c py: Add MP_OBJ_STOP_ITERATION and make good use of it. 2014-04-17 23:19:36 +01:00
objobject.c
objproperty.c
objrange.c py: Add MP_OBJ_STOP_ITERATION and make good use of it. 2014-04-17 23:19:36 +01:00
objset.c py: Add MP_OBJ_STOP_ITERATION and make good use of it. 2014-04-17 23:19:36 +01:00
objslice.c
objstr.c objstr: Init hash in mp_obj_str_builder_start() to 0. 2014-04-19 03:21:06 +03:00
objstr.h
objtuple.c py: Add MP_OBJ_STOP_ITERATION and make good use of it. 2014-04-17 23:19:36 +01:00
objtuple.h py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr. 2014-04-17 22:10:53 +01:00
objtype.c py: Add MP_OBJ_STOP_ITERATION and make good use of it. 2014-04-17 23:19:36 +01:00
objzip.c py: Add MP_OBJ_STOP_ITERATION and make good use of it. 2014-04-17 23:19:36 +01:00
opmethods.c py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr. 2014-04-17 22:10:53 +01:00
parse.c
parse.h
parsehelper.c
parsehelper.h
parsenum.c
parsenum.h
parsenumbase.c
parsenumbase.h
pfenv.c py: Fix pfenv_print_strn to return correct number of chars printed. 2014-04-17 18:58:09 +01:00
pfenv.h
py-version.sh
py.mk build: Simplify build directory layout by putting all headers in genhdr. 2014-04-17 18:03:27 +01:00
qstr.c build: Simplify build directory layout by putting all headers in genhdr. 2014-04-17 18:03:27 +01:00
qstr.h build: Simplify build directory layout by putting all headers in genhdr. 2014-04-17 18:03:27 +01:00
qstrdefs.h py: Add cmath module, for complex math. Disabled by default. 2014-04-17 17:11:03 +01:00
repl.c
repl.h
runtime.c py: from import * should not import symbols starting with underscore. 2014-04-18 04:20:17 +03:00
runtime.h py: Add MP_OBJ_STOP_ITERATION and make good use of it. 2014-04-17 23:19:36 +01:00
runtime0.h py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr. 2014-04-17 22:10:53 +01:00
scope.c
scope.h
sequence.c sequence: Further simplify sequence comparison. 2014-04-18 21:47:58 +03:00
showbc.c py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr. 2014-04-17 22:10:53 +01:00
smallint.c
smallint.h
stream.c py: Add MP_OBJ_STOP_ITERATION and make good use of it. 2014-04-17 23:19:36 +01:00
stream.h
unicode.c
vm.c py: Rename USE_COMPUTED_GOTOS to USE_COMPUTED_GOTO and enable on stmhal. 2014-04-17 23:24:13 +01:00
vmentrytable.h py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr. 2014-04-17 22:10:53 +01:00
vstr.c