micropython/py
Paul Sokolovsky f54bcbf099 py, unix: Make "mpconfig.h" be first included, as other headers depend on it.
Specifically, nlr.h does.
2014-05-02 17:48:40 +03:00
..
argcheck.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
asmthumb.c py: Add 'align' and 'data' meta-instructions to inline assembler. 2014-04-21 13:33:15 +01:00
asmthumb.h py: Add 'align' and 'data' meta-instructions to inline assembler. 2014-04-21 13:33:15 +01:00
asmx64.c
asmx64.h
bc.h vm: Add rudimentary bytecode execution tracing capability. 2014-04-23 03:46:00 +03:00
bc0.h py: Remove unnecessary LOAD_CONST_ID bytecode. 2014-04-27 19:12:05 +01:00
binary.c modstruct: Add 'O' typecode for passing mp_obj_t. 2014-04-20 13:08:33 +03:00
binary.h modstruct: Initial implementation of struct.pack(). 2014-04-19 03:22:08 +03:00
builtin.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
builtin.h py: Make built-in 'range' a class. 2014-04-17 18:18:55 +01:00
builtinevex.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
builtinimport.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
builtintables.c Add ARRAY_SIZE macro, and use it where possible. 2014-04-26 10:47:29 +01:00
builtintables.h
compile.c py: Add '*' qstr for 'import *'; use blank qstr for comprehension arg. 2014-04-27 19:23:46 +01:00
compile.h
emit.h py: Remove unnecessary LOAD_CONST_ID bytecode. 2014-04-27 19:12:05 +01:00
emitbc.c py: Remove unnecessary LOAD_CONST_ID bytecode. 2014-04-27 19:12:05 +01:00
emitcommon.c
emitcpy.c py: Remove unnecessary LOAD_CONST_ID bytecode. 2014-04-27 19:12:05 +01:00
emitglue.c py: Implement keyword-only args. 2014-04-27 15:50:52 +01:00
emitglue.h py: Implement keyword-only args. 2014-04-27 15:50:52 +01:00
emitinlinethumb.c py: Implement keyword-only args. 2014-04-27 15:50:52 +01:00
emitnative.c py: Remove unnecessary LOAD_CONST_ID bytecode. 2014-04-27 19:12:05 +01:00
emitpass1.c py: Remove unnecessary LOAD_CONST_ID bytecode. 2014-04-27 19:12:05 +01:00
formatfloat.c
formatfloat.h
gc.c py, gc: Only zero out the extra bytes at the end of the heap chunk. 2014-04-26 22:23:42 +01:00
gc.h
grammar.h py: Change the way function arguments are compiled. 2014-04-27 16:46:51 +01:00
lexer.c
lexer.h
lexerstr.c
lexerunix.c py: Fix lexerunix, where not all data may be read from a file. 2014-04-28 11:43:28 +01:00
lexerunix.h
makeqstrdata.py py: Add '*' qstr for 'import *'; use blank qstr for comprehension arg. 2014-04-27 19:23:46 +01:00
malloc.c py, gc: Only zero out the extra bytes at the end of the heap chunk. 2014-04-26 22:23:42 +01:00
map.c py: Fix bug in map lookup of interned string vs non-interned. 2014-04-28 12:11:57 +01:00
misc.h Add ARRAY_SIZE macro, and use it where possible. 2014-04-26 10:47:29 +01:00
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 Add ARRAY_SIZE macro, and use it where possible. 2014-04-26 10:47:29 +01:00
modcmath.c Add ARRAY_SIZE macro, and use it where possible. 2014-04-26 10:47:29 +01:00
modcollections.c Add ARRAY_SIZE macro, and use it where possible. 2014-04-26 10:47:29 +01:00
modio.c modio: Implement io.StringIO class. 2014-04-26 20:26:14 +03:00
modmath.c Add ARRAY_SIZE macro, and use it where possible. 2014-04-26 10:47:29 +01:00
modmicropython.c Add ARRAY_SIZE macro, and use it where possible. 2014-04-26 10:47:29 +01:00
modstruct.c Add ARRAY_SIZE macro, and use it where possible. 2014-04-26 10:47:29 +01:00
modsys.c Add ARRAY_SIZE macro, and use it where possible. 2014-04-26 10:47:29 +01:00
mpconfig.h py: Add tentative scheme for error messages configuration. 2014-05-01 01:50:35 +03:00
mpz.c
mpz.h
nlr.h py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
nlrsetjmp.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
nlrthumb.S py: If setjmp NLR implementation is forced, omit native versions. 2014-04-30 04:19:20 +03:00
nlrx64.S py: If setjmp NLR implementation is forced, omit native versions. 2014-04-30 04:19:20 +03:00
nlrx86.S py: If setjmp NLR implementation is forced, omit native versions. 2014-04-30 04:19:20 +03:00
obj.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
obj.h objtype: .print() Exception instances in adhoc way. 2014-05-02 02:00:47 +03:00
objarray.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
objarray.h
objbool.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
objboundmeth.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
objcell.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
objclosure.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
objcomplex.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
objdict.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03: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 py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
objfilter.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
objfloat.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
objfun.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
objfun.h py: Implement keyword-only args. 2014-04-27 15:50:52 +01:00
objgenerator.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
objgenerator.h
objgetitemiter.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
objint.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
objint.h
objint_longlong.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
objint_mpz.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
objlist.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
objlist.h
objmap.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
objmodule.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
objmodule.h
objnamedtuple.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
objnone.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
objobject.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
objproperty.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
objrange.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
objset.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
objslice.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
objstr.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
objstr.h
objstringio.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
objtuple.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03: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, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
objtype.h objtype: Rename mp_obj_class_t -> mp_obj_instance_t and move to local header. 2014-05-02 02:14:38 +03:00
objzip.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
opmethods.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03: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 modio: Implement io.StringIO class. 2014-04-26 20:26:14 +03: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: Remove silly comment about interning keywords. 2014-04-28 09:56:31 +01:00
repl.c
repl.h
runtime.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
runtime.h Simplify names for argcheck.c / arg parsing. 2014-04-26 11:19:17 +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 py: Implement keyword-only args. 2014-04-27 15:50:52 +01:00
scope.h py: Implement keyword-only args. 2014-04-27 15:50:52 +01:00
sequence.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
showbc.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
smallint.c
smallint.h
stream.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
stream.h
unicode.c
vm.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
vmentrytable.h py: Remove unnecessary LOAD_CONST_ID bytecode. 2014-04-27 19:12:05 +01:00
vstr.c