micropython/py
Paul Sokolovsky e5a3759ff5 py: Factor out mp_obj_is_package() function. 2014-10-25 22:31:33 +03:00
..
argcheck.c
asmarm.c py: Implement native load for viper. 2014-10-12 16:59:29 +01:00
asmarm.h py: Implement native load for viper. 2014-10-12 16:59:29 +01:00
asmthumb.c py: Make macro names in assemblers consistent, and tidy up a bit. 2014-09-29 19:42:06 +01:00
asmthumb.h py: Make macro names in assemblers consistent, and tidy up a bit. 2014-09-29 19:42:06 +01:00
asmx64.c py: Implement native load for viper. 2014-10-12 16:59:29 +01:00
asmx64.h py: Implement native load for viper. 2014-10-12 16:59:29 +01:00
asmx86.c py: Implement native load for viper. 2014-10-12 16:59:29 +01:00
asmx86.h py: Implement native load for viper. 2014-10-12 16:59:29 +01:00
bc.c py: Store bytecode arg names in bytecode (were in own array). 2014-10-25 20:23:13 +01:00
bc.h py: Store bytecode arg names in bytecode (were in own array). 2014-10-25 20:23:13 +01:00
bc0.h py: Compress load-int, load-fast, store-fast, unop, binop bytecodes. 2014-10-25 20:23:13 +01:00
binary.c py: Make mp_binary_set_val work on big endian machine. 2014-10-06 15:05:35 +00:00
binary.h py: Make mp_binary_set_val work on big endian machine. 2014-10-06 15:05:35 +00:00
builtin.c py: Fix smallint modulo with negative arguments. 2014-10-22 23:05:50 +01:00
builtin.h py: mp_builtin___import__(): Add const to arg type. 2014-10-25 22:31:26 +03:00
builtinevex.c py: Implement proper context save/restore for eval/exec; factor code. 2014-10-05 20:13:34 +01:00
builtinimport.c py: Factor out mp_obj_is_package() function. 2014-10-25 22:31:33 +03:00
builtintables.c py: Add builtin memoryview object (mostly using array code). 2014-10-23 13:34:35 +01:00
builtintables.h py: Add module weak link support. 2014-10-12 20:18:40 +01:00
compile.c py: Add more compiler optimisations for constant if/while conditions. 2014-10-17 17:57:33 +00:00
compile.h py: Implement proper context save/restore for eval/exec; factor code. 2014-10-05 20:13:34 +01:00
emit.h
emitbc.c py: Compress load-int, load-fast, store-fast, unop, binop bytecodes. 2014-10-25 20:23:13 +01:00
emitcommon.c
emitcpy.c
emitglue.c py: Store bytecode arg names in bytecode (were in own array). 2014-10-25 20:23:13 +01:00
emitglue.h py: Store bytecode arg names in bytecode (were in own array). 2014-10-25 20:23:13 +01:00
emitinlinethumb.c py: Make macro names in assemblers consistent, and tidy up a bit. 2014-09-29 19:42:06 +01:00
emitnative.c py: Partially fix viper multi-comparison; add test for it. 2014-10-19 19:00:51 +01:00
emitpass1.c
formatfloat.c
formatfloat.h
gc.c py: Improve memory usage debugging; better GC AT dumping. 2014-10-24 23:12:25 +01:00
gc.h py: Improve memory usage debugging; better GC AT dumping. 2014-10-24 23:12:25 +01:00
grammar.h
lexer.c py: Add further checks for failed malloc in lexer init functions. 2014-10-09 16:53:37 +01:00
lexer.h
lexerstr.c py: Add further checks for failed malloc in lexer init functions. 2014-10-09 16:53:37 +01:00
lexerunix.c py: Add further checks for failed malloc in lexer init functions. 2014-10-09 16:53:37 +01:00
lexerunix.h
makeqstrdata.py
malloc.c py: Clean up edge cases of malloc/realloc/free. 2014-10-23 12:02:00 +01:00
map.c
misc.h py: Add further checks for failed malloc in lexer init functions. 2014-10-09 16:53:37 +01:00
mkenv.mk
mkrules.mk
modarray.c
modcmath.c
modcollections.c
modgc.c
modio.c
modmath.c
modmicropython.c
modstruct.c py: Make mp_binary_set_val work on big endian machine. 2014-10-06 15:05:35 +00:00
modsys.c
mpconfig.h py: Add builtin memoryview object (mostly using array code). 2014-10-23 13:34:35 +01:00
mpz.c py: Convert [u]int to mp_[u]int_t where appropriate. 2014-10-03 17:44:14 +00:00
mpz.h py: Convert [u]int to mp_[u]int_t where appropriate. 2014-10-03 17:44:14 +00:00
nativeglue.c py: Add casting to viper; add native mem stores to viper. 2014-09-29 22:10:41 +01:00
nlr.h
nlrsetjmp.c
nlrthumb.S py: Clean up nlr*.S to make it easier to read; fix clang .bss error. 2014-09-26 13:07:26 +00:00
nlrx64.S py: Clean up nlr*.S to make it easier to read; fix clang .bss error. 2014-09-26 13:07:26 +00:00
nlrx86.S py: Clean up nlr*.S to make it easier to read; fix clang .bss error. 2014-09-26 13:07:26 +00:00
obj.c
obj.h py: Factor out mp_obj_is_package() function. 2014-10-25 22:31:33 +03:00
objarray.c py: Add builtin memoryview object (mostly using array code). 2014-10-23 13:34:35 +01:00
objarray.h
objbool.c
objboundmeth.c py: Change [u]int to mp_[u]int_t in qstr.[ch], and some other places. 2014-10-03 19:52:22 +01:00
objcell.c
objclosure.c objclosure: Fix printing of generator closures. 2014-10-16 00:14:01 +03:00
objcomplex.c
objdict.c
objenumerate.c
objexcept.c py: Remove unused and unneeded SystemError exception. 2014-10-22 19:42:55 +01:00
objfilter.c
objfloat.c
objfun.c py: Store bytecode arg names in bytecode (were in own array). 2014-10-25 20:23:13 +01:00
objfun.h py: Store bytecode arg names in bytecode (were in own array). 2014-10-25 20:23:13 +01:00
objgenerator.c py: Store bytecode arg names in bytecode (were in own array). 2014-10-25 20:23:13 +01:00
objgenerator.h
objgetitemiter.c
objint.c py: Make int.to_bytes work on big endian machine. 2014-10-06 13:45:34 +00:00
objint.h py: Convert [u]int to mp_[u]int_t where appropriate. 2014-10-03 17:44:14 +00:00
objint_longlong.c
objint_mpz.c py: Convert [u]int to mp_[u]int_t where appropriate. 2014-10-03 17:44:14 +00:00
objlist.c py: Convert [u]int to mp_[u]int_t where appropriate. 2014-10-03 17:44:14 +00:00
objlist.h
objmap.c
objmodule.c
objmodule.h
objnamedtuple.c py: Convert [u]int to mp_[u]int_t where appropriate. 2014-10-03 17:44:14 +00:00
objnone.c
objobject.c
objproperty.c
objrange.c py: Convert [u]int to mp_[u]int_t where appropriate. 2014-10-03 17:44:14 +00:00
objreversed.c
objset.c
objslice.c
objstr.c py: Use MP_OBJ_NULL instead of NULL in a few places. 2014-10-23 12:06:53 +01:00
objstr.h py: Change [u]int to mp_[u]int_t in qstr.[ch], and some other places. 2014-10-03 19:52:22 +01:00
objstringio.c
objstrunicode.c py: Simplify JSON str printing (while still conforming to JSON spec). 2014-09-25 17:35:56 +01:00
objtuple.c
objtuple.h
objtype.c py: Use MP_OBJ_NULL instead of NULL in a few places. 2014-10-23 12:06:53 +01:00
objtype.h
objzip.c
opmethods.c
parse.c py: Properly free string parse-node; add assertion to gc_free. 2014-10-23 14:13:05 +01:00
parse.h py: Convert [u]int to mp_[u]int_t where appropriate. 2014-10-03 17:44:14 +00:00
parsehelper.c
parsehelper.h
parsenum.c
parsenum.h
parsenumbase.c
parsenumbase.h
pfenv.c py: Convert [u]int to mp_[u]int_t where appropriate. 2014-10-03 17:44:14 +00:00
pfenv.h py: Convert [u]int to mp_[u]int_t where appropriate. 2014-10-03 17:44:14 +00:00
pfenv_printf.c
py-version.sh
py.mk extmod: Add uheapq module. 2014-10-22 23:20:15 +01:00
qstr.c py: Improve memory usage debugging; better GC AT dumping. 2014-10-24 23:12:25 +01:00
qstr.h py: Change [u]int to mp_[u]int_t in qstr.[ch], and some other places. 2014-10-03 19:52:22 +01:00
qstrdefs.h py: Add builtin memoryview object (mostly using array code). 2014-10-23 13:34:35 +01:00
repl.c py: Convert [u]int to mp_[u]int_t where appropriate. 2014-10-03 17:44:14 +00:00
repl.h
runtime.c py: Factor out mp_obj_is_package() function. 2014-10-25 22:31:33 +03:00
runtime.h
runtime0.h
scope.c
scope.h
sequence.c py: Convert [u]int to mp_[u]int_t where appropriate. 2014-10-03 17:44:14 +00:00
showbc.c py: Compress load-int, load-fast, store-fast, unop, binop bytecodes. 2014-10-25 20:23:13 +01:00
smallint.c py: Fix smallint modulo with negative arguments. 2014-10-22 23:05:50 +01:00
smallint.h
stackctrl.c
stackctrl.h
stream.c py: Use mp_uint_t where appropriate in stream functions. 2014-10-24 11:26:12 +00:00
stream.h unix, stmhal: Implement file.readinto() method. 2014-10-18 22:44:07 +03:00
unicode.c
unicode.h
vm.c py: Compress load-int, load-fast, store-fast, unop, binop bytecodes. 2014-10-25 20:23:13 +01:00
vmentrytable.h py: Compress load-int, load-fast, store-fast, unop, binop bytecodes. 2014-10-25 20:23:13 +01:00
vstr.c py: Convert [u]int to mp_[u]int_t where appropriate. 2014-10-03 17:44:14 +00:00