.. |
asmthumb.c
|
Revert MP_BOOL, etc. and use <stdbool.h> instead
|
11 years ago |
asmthumb.h
|
Revert MP_BOOL, etc. and use <stdbool.h> instead
|
11 years ago |
asmx64.c
|
Merge remote-tracking branch 'upstream/master' into dict_feats
|
11 years ago |
asmx64.h
|
Revert MP_BOOL, etc. and use <stdbool.h> instead
|
11 years ago |
bc.h
|
py: Add module/function/class name to exceptions.
|
11 years ago |
bc0.h
|
Merge branch 'master' of github.com:dpgeorge/micropython
|
11 years ago |
builtin.c
|
Change int to uint for n_args in function with variable arguments.
|
11 years ago |
builtin.h
|
Merge branch 'str-repr' of github.com:pfalcon/micropython into pfalcon-str-repr
|
11 years ago |
builtineval.c
|
Add source file name and line number to error messages.
|
11 years ago |
builtinimport.c
|
Implement modules as singletons Python semantics.
|
11 years ago |
compile.c
|
py: Add module/function/class name to exceptions.
|
11 years ago |
compile.h
|
Add source file name and line number to error messages.
|
11 years ago |
emit.h
|
py: Add module/function/class name to exceptions.
|
11 years ago |
emitbc.c
|
py: Add module/function/class name to exceptions.
|
11 years ago |
emitcommon.c
|
Change object representation from 1 big union to individual structs.
|
11 years ago |
emitcpy.c
|
Add source file name and line number to error messages.
|
11 years ago |
emitinlinethumb.c
|
Revert MP_BOOL, etc. and use <stdbool.h> instead
|
11 years ago |
emitnative.c
|
Add source file name and line number to error messages.
|
11 years ago |
emitpass1.c
|
Add source file name and line number to error messages.
|
11 years ago |
gc.c
|
Move BITS_PER_BYTE, BITS_PER_WORD to mpconfig.h for reuse.
|
11 years ago |
gc.h
|
Fix func decls with no arguments: () -> (void).
|
11 years ago |
grammar.h
|
Implement eval.
|
11 years ago |
lexer.c
|
Add source file name and line number to error messages.
|
11 years ago |
lexer.h
|
Add source file name and line number to error messages.
|
11 years ago |
lexerstr.c
|
Move lexerstr to main py directory (everyone uses it).
|
11 years ago |
lexerunix.c
|
Move lexerstr to main py directory (everyone uses it).
|
11 years ago |
lexerunix.h
|
Move lexerstr to main py directory (everyone uses it).
|
11 years ago |
malloc.c
|
Rename default config file to mpconfig.h, and port's to mpconfigport.h.
|
11 years ago |
map.c
|
Implemented set.remove
|
11 years ago |
map.h
|
Implemented set.remove
|
11 years ago |
misc.h
|
Merge branch 'str2int' of github.com:xyb/micropython into xyb-str2int
|
11 years ago |
mpconfig.h
|
py: Add module/function/class name to exceptions.
|
11 years ago |
mpqstr.h
|
Split qstr into pools, and put initial pool in ROM.
|
11 years ago |
mpqstrraw.h
|
Add skeleton implementation of array.array and bytearray.
|
11 years ago |
nlr.h
|
Fix func decls with no arguments: () -> (void).
|
11 years ago |
nlrthumb.S
|
Make "unix" target be crossplatform and support x86, x64, ARM hosts.
|
11 years ago |
nlrx64.S
|
OSX: fixes to make nlrx64.S with Apple's clang (switched to Apple-specific define instead of __llvm__)
|
11 years ago |
nlrx86.S
|
Make "unix" target be crossplatform and support x86, x64, ARM hosts.
|
11 years ago |
obj.c
|
Properly print MP_OBJ_QSTR objects.
|
11 years ago |
obj.h
|
Properly print MP_OBJ_QSTR objects.
|
11 years ago |
objarray.c
|
Add skeleton implementation of array.array and bytearray.
|
11 years ago |
objarray.h
|
Add objarray.h .
|
11 years ago |
objbool.c
|
Make VM stack grow upwards, and so no reversed args arrays.
|
11 years ago |
objboundmeth.c
|
Make VM stack grow upwards, and so no reversed args arrays.
|
11 years ago |
objcell.c
|
Merge remote-tracking branch 'upstream/master' into dict_feats
|
11 years ago |
objclosure.c
|
Make VM stack grow upwards, and so no reversed args arrays.
|
11 years ago |
objcomplex.c
|
Make VM stack grow upwards, and so no reversed args arrays.
|
11 years ago |
objdict.c
|
Change int to uint for n_args in function with variable arguments.
|
11 years ago |
objenumerate.c
|
Make VM stack grow upwards, and so no reversed args arrays.
|
11 years ago |
objexcept.c
|
py: Add full traceback to exception printing.
|
11 years ago |
objfilter.c
|
Make VM stack grow upwards, and so no reversed args arrays.
|
11 years ago |
objfloat.c
|
Make VM stack grow upwards, and so no reversed args arrays.
|
11 years ago |
objfun.c
|
Make VM stack grow upwards, and so no reversed args arrays.
|
11 years ago |
objgenerator.c
|
Add source file name and line number to error messages.
|
11 years ago |
objint.c
|
Merge branch 'master' of github.com:dpgeorge/micropython
|
11 years ago |
objint.h
|
type->print(): Distinguish str() and repr() variety by passing extra param.
|
11 years ago |
objint_longlong.c
|
int: Add value accessors: mp_obj_int_get() & mp_obj_int_get_checked().
|
11 years ago |
objlist.c
|
Change int to uint for n_args in function with variable arguments.
|
11 years ago |
objmap.c
|
Make VM stack grow upwards, and so no reversed args arrays.
|
11 years ago |
objmodule.c
|
Implement modules as singletons Python semantics.
|
11 years ago |
objnone.c
|
type->print(): Distinguish str() and repr() variety by passing extra param.
|
11 years ago |
objrange.c
|
Merge remote-tracking branch 'upstream/master' into dict_feats
|
11 years ago |
objset.c
|
Change int to uint for n_args in function with variable arguments.
|
11 years ago |
objslice.c
|
type->print(): Distinguish str() and repr() variety by passing extra param.
|
11 years ago |
objstr.c
|
Properly print MP_OBJ_QSTR objects.
|
11 years ago |
objtuple.c
|
Make VM stack grow upwards, and so no reversed args arrays.
|
11 years ago |
objtuple.h
|
type->print(): Distinguish str() and repr() variety by passing extra param.
|
11 years ago |
objtype.c
|
Improve method lookup in mp_obj_class_lookup.
|
11 years ago |
objzip.c
|
Make VM stack grow upwards, and so no reversed args arrays.
|
11 years ago |
parse.c
|
py: Add module/function/class name to exceptions.
|
11 years ago |
parse.h
|
py: Add module/function/class name to exceptions.
|
11 years ago |
py.mk
|
Add skeleton implementation of array.array and bytearray.
|
11 years ago |
qstr.c
|
Make qstr_init reinitialize last_pool.
|
11 years ago |
repl.c
|
mp_repl_is_compound_stmt(): Thinko fix s/true/try/.
|
11 years ago |
repl.h
|
Merge remote-tracking branch 'upstream/master' into dict_feats
|
11 years ago |
runtime.c
|
Don't implicitly import "sys" module.
|
11 years ago |
runtime.h
|
Make VM stack grow upwards, and so no reversed args arrays.
|
11 years ago |
runtime0.h
|
py: Fix emitcpy and emitnative's binary_op.
|
11 years ago |
scope.c
|
py: Add module/function/class name to exceptions.
|
11 years ago |
scope.h
|
py: Add module/function/class name to exceptions.
|
11 years ago |
showbc.c
|
py: Add module/function/class name to exceptions.
|
11 years ago |
stream.c
|
Change int to uint for n_args in function with variable arguments.
|
11 years ago |
stream.h
|
Add unbuffered readline() implementation for Raw I/O files.
|
11 years ago |
strtonum.c
|
Add errno=0 before call.
|
11 years ago |
unicode.c
|
Revert MP_BOOL, etc. and use <stdbool.h> instead
|
11 years ago |
vm.c
|
py: Add full traceback to exception printing.
|
11 years ago |
vstr.c
|
Add "buffer management" and "shrink" API calls to vstr.
|
11 years ago |