micropython/py
Paul Sokolovsky 4c4b9d15ab mkrules.mk: Pass $(COPT) to link stage.
In generalize case, optimization options should be passed to all stages of
the build process.
2014-06-20 23:49:30 +03:00
..
argcheck.c
asmthumb.c
asmthumb.h
asmx64.c
asmx64.h
bc.h objgenerator: First iteration of refactor to use mp_setup_code_state(). 2014-06-11 20:43:47 +03:00
bc0.h
binary.c modstruct: Add one more extension to typecodes - 'S', a pointer to C string. 2014-06-02 16:35:56 +03:00
binary.h
builtin.c py: Separate MICROPY_PY_BUILTINS_COMPLEX from MICROPY_PY_BUILTINS_FLOAT. 2014-06-20 18:00:23 +03:00
builtin.h
builtinevex.c
builtinimport.c py: Make 3 functions static. 2014-06-11 19:55:46 +01:00
builtintables.c py: Separate MICROPY_PY_BUILTINS_COMPLEX from MICROPY_PY_BUILTINS_FLOAT. 2014-06-20 18:00:23 +03:00
builtintables.h
compile.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
compile.h
emit.h py: Fix break from within a for loop. 2014-05-30 15:20:41 +01:00
emitbc.c py: For optimization level -O3 and higher, remove lineno info from bytecode. 2014-06-03 12:32:59 +03:00
emitcommon.c
emitcpy.c
emitglue.c py: Implement default keyword only args. 2014-06-07 22:01:00 +01:00
emitglue.h
emitinlinethumb.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
emitnative.c py: Fix break from within a for loop. 2014-05-30 15:20:41 +01:00
emitpass1.c
formatfloat.c
formatfloat.h
gc.c gc: Turn off debugging info again 2014-06-18 12:29:03 +02:00
gc.h
grammar.h
lexer.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
lexer.h py: Instead of having "debug on" var, have "optimization level" var. 2014-06-03 12:32:59 +03:00
lexerstr.c
lexerunix.c
lexerunix.h
makeqstrdata.py Bring the C and Python compute_hash functions into consistency 2014-06-07 07:06:18 +10:00
malloc.c
map.c
misc.h Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
mkenv.mk py, mk: Revert change where build variables set with ?=. 2014-06-07 13:14:45 +01:00
mkrules.mk mkrules.mk: Pass $(COPT) to link stage. 2014-06-20 23:49:30 +03:00
modarray.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
modcmath.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
modcollections.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
modgc.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
modio.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
modmath.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
modmicropython.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
modstruct.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
modsys.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
mpconfig.h py: Separate MICROPY_PY_BUILTINS_COMPLEX from MICROPY_PY_BUILTINS_FLOAT. 2014-06-20 18:00:23 +03:00
mpz.c Rename bultins config variables to MICROPY_PY_BUILTINS_*. 2014-06-01 13:32:54 +01:00
mpz.h Rename bultins config variables to MICROPY_PY_BUILTINS_*. 2014-06-01 13:32:54 +01:00
nlr.h Add missing “assert.h” file header inclusion from “nlr.h” 2014-06-19 18:47:38 +02:00
nlrsetjmp.c
nlrthumb.S
nlrx64.S
nlrx86.S
obj.c py: Separate MICROPY_PY_BUILTINS_COMPLEX from MICROPY_PY_BUILTINS_FLOAT. 2014-06-20 18:00:23 +03:00
obj.h objstr: Be 8-bit clean even for repr(). 2014-06-14 01:21:13 +03:00
objarray.c objstr: Be 8-bit clean even for repr(). 2014-06-14 01:21:13 +03:00
objarray.h
objbool.c
objboundmeth.c
objcell.c
objclosure.c
objcomplex.c py: Separate MICROPY_PY_BUILTINS_COMPLEX from MICROPY_PY_BUILTINS_FLOAT. 2014-06-20 18:00:23 +03:00
objdict.c objstr: Implement "%(key)s" % {} formatting for strings and dicts. 2014-06-05 20:06:15 +03:00
objenumerate.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
objexcept.c Change comments (mainly URLs) to no longer specifically say Python 3.3 2014-06-06 03:51:03 +10:00
objfilter.c
objfloat.c py: Separate MICROPY_PY_BUILTINS_COMPLEX from MICROPY_PY_BUILTINS_FLOAT. 2014-06-20 18:00:23 +03:00
objfun.c objfun: Remove no longer used mp_obj_fun_prepare_simple_args(). 2014-06-11 20:43:47 +03:00
objfun.h py: Implement default keyword only args. 2014-06-07 22:01:00 +01:00
objgenerator.c objgenerator: Finish refactor to use mp_setup_code_state(). 2014-06-11 20:43:47 +03:00
objgenerator.h
objgetitemiter.c
objint.c objint: Fix corner case in buffer access. 2014-06-06 23:08:37 +03:00
objint.h
objint_longlong.c Rename bultins config variables to MICROPY_PY_BUILTINS_*. 2014-06-01 13:32:54 +01:00
objint_mpz.c py: Separate MICROPY_PY_BUILTINS_COMPLEX from MICROPY_PY_BUILTINS_FLOAT. 2014-06-20 18:00:23 +03:00
objlist.c Rename bultins config variables to MICROPY_PY_BUILTINS_*. 2014-06-01 13:32:54 +01:00
objlist.h
objmap.c
objmodule.c
objmodule.h
objnamedtuple.c
objnone.c
objobject.c
objproperty.c Rename bultins config variables to MICROPY_PY_BUILTINS_*. 2014-06-01 13:32:54 +01:00
objrange.c
objset.c py: Add option to disable set() object (enabled by default). 2014-06-01 13:46:47 +01:00
objslice.c Rename bultins config variables to MICROPY_PY_BUILTINS_*. 2014-06-01 13:32:54 +01:00
objstr.c objstr: Refactor to work with char pointers instead of indexes. 2014-06-14 06:30:30 +03:00
objstr.h
objstringio.c
objtuple.c py: Small changes to objstr.c, including a bug fix. 2014-06-05 18:57:38 +01:00
objtuple.h
objtype.c py: Implement __contains__ special method. 2014-06-10 23:07:56 +01:00
objtype.h
objzip.c
opmethods.c
parse.c
parse.h
parsehelper.c
parsehelper.h
parsenum.c py: Separate MICROPY_PY_BUILTINS_COMPLEX from MICROPY_PY_BUILTINS_FLOAT. 2014-06-20 18:00:23 +03:00
parsenum.h
parsenumbase.c parsenum: Signedness issues. 2014-06-14 18:02:21 +03:00
parsenumbase.h
pfenv.c Fix str.modulo when precision is specified. 2014-06-05 23:09:02 -07:00
pfenv.h Fix str.modulo when precision is specified. 2014-06-05 23:09:02 -07:00
py-version.sh - Let the build environment decide about the toolchain to be used, in case 2014-06-07 09:16:42 +02:00
py.mk
qstr.c py: Fix static defn in qstr; include mpconfigport.h with "" (not <>). 2014-06-11 19:18:03 +01:00
qstr.h Correct file reference (there's no qstrraw.h) 2014-06-04 03:15:46 +10:00
qstrdefs.h py: Rename builtin "io" to "_io". 2014-06-12 01:22:25 +03:00
repl.c
repl.h
runtime.c py: Separate MICROPY_PY_BUILTINS_COMPLEX from MICROPY_PY_BUILTINS_FLOAT. 2014-06-20 18:00:23 +03:00
runtime.h py: Add generic mp_not_implemented() func to use instead of assert(). 2014-06-07 23:26:27 +03:00
runtime0.h py: Fix configurability of builtin slice. 2014-06-01 13:49:35 +01:00
scope.c
scope.h
sequence.c Remove unnecessary bounds check from mp_seq_get_fast_slice_indexes. 2014-06-10 03:59:55 +10:00
showbc.c showbc: Make sure it's possible to trace MAKE_FUNCTION arg to actual bytecode. 2014-06-03 01:26:51 +03:00
smallint.c
smallint.h
stream.c stream: Use mp_obj_is_true() for EOF testing. 2014-06-13 23:53:10 +03:00
stream.h
unicode.c unicode: String API is const byte*. 2014-06-14 06:22:11 +03:00
vm.c Merge branch 'alloca' of github.com:marcusva/micropython into marcusva-alloca 2014-06-08 13:18:14 +01:00
vmentrytable.h
vstr.c