.. |
argcheck.c
|
Merge branch 'master' of https://github.com/micropython/micropython
|
2014-05-06 16:52:35 +00:00 |
asmthumb.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
asmthumb.h
|
py, compiler: Improve passes; add an extra pass for native emitter.
|
2014-05-07 17:24:22 +01:00 |
asmx64.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
asmx64.h
|
py, compiler: Improve passes; add an extra pass for native emitter.
|
2014-05-07 17:24:22 +01:00 |
bc.h
|
objgenerator: First iteration of refactor to use mp_setup_code_state().
|
2014-06-11 20:43:47 +03:00 |
bc0.h
|
Add license header to (almost) all files.
|
2014-05-03 23:27:38 +01:00 |
binary.c
|
binary: machine_uint_t vs uint dichotomy starts doing real damage.
|
2014-06-26 00:41:08 +03:00 |
binary.h
|
modstruct: Fix alignment handling issues.
|
2014-06-25 23:34:44 +03:00 |
builtin.c
|
py: Separate MICROPY_PY_BUILTINS_COMPLEX from MICROPY_PY_BUILTINS_FLOAT.
|
2014-06-20 18:00:23 +03:00 |
builtin.h
|
unix modsocket: Make .makefile() method more compliant.
|
2014-05-24 21:24:37 +03:00 |
builtinevex.c
|
Add license header to (almost) all files.
|
2014-05-03 23:27:38 +01:00 |
builtinimport.c
|
py: Make 3 functions static.
|
2014-06-11 19:55:46 +01:00 |
builtintables.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
builtintables.h
|
Add license header to (almost) all files.
|
2014-05-03 23:27:38 +01:00 |
compile.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
compile.h
|
py: Rename BYTE_CODE to BYTECODE (this was missed in previous rename).
|
2014-05-12 22:35:37 +01:00 |
emit.h
|
py: Fix break from within a for loop.
|
2014-05-30 15:20:41 +01:00 |
emitbc.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
emitcommon.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
emitcpy.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
emitglue.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
emitglue.h
|
py: Remove emit_glue init and deinit. Needed only for debugging.
|
2014-05-12 23:11:14 +01:00 |
emitinlinethumb.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
emitnative.c
|
Merge branch 'master' of github.com:micropython/micropython
|
2014-06-25 04:10:34 +01:00 |
emitpass1.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
formatfloat.c
|
Add license header to (almost) all files.
|
2014-05-03 23:27:38 +01:00 |
formatfloat.h
|
Add license header to (almost) all files.
|
2014-05-03 23:27:38 +01:00 |
gc.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
gc.h
|
Add license header to (almost) all files.
|
2014-05-03 23:27:38 +01:00 |
grammar.h
|
Add license header to (almost) all files.
|
2014-05-03 23:27:38 +01:00 |
lexer.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
lexer.h
|
py: Instead of having "debug on" var, have "optimization level" var.
|
2014-06-03 12:32:59 +03:00 |
lexerstr.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
lexerunix.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
lexerunix.h
|
Add license header to (almost) all files.
|
2014-05-03 23:27:38 +01:00 |
makeqstrdata.py
|
Bring the C and Python compute_hash functions into consistency
|
2014-06-07 07:06:18 +10:00 |
malloc.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
map.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
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
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
modcmath.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
modcollections.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
modgc.c
|
modgc: Add mem_free()/mem_alloc() methods.
|
2014-06-25 14:28:11 +03:00 |
modio.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
modmath.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
modmicropython.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
modstruct.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
modsys.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
mpconfig.h
|
py: Separate MICROPY_PY_BUILTINS_COMPLEX from MICROPY_PY_BUILTINS_FLOAT.
|
2014-06-20 18:00:23 +03:00 |
mpz.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
mpz.h
|
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
|
2014-06-01 13:32:54 +01:00 |
nlr.h
|
py: Support arm and thumb ARM ISAs, in addition to thumb2.
|
2014-06-22 01:40:45 +03:00 |
nlrsetjmp.c
|
Add license header to (almost) all files.
|
2014-05-03 23:27:38 +01:00 |
nlrthumb.S
|
py: Support arm and thumb ARM ISAs, in addition to thumb2.
|
2014-06-22 01:40:45 +03:00 |
nlrx64.S
|
unix: Create __bss_start and _end symbols for Mach-O targets.
|
2014-05-12 00:13:10 +02:00 |
nlrx86.S
|
Add license header to (almost) all files.
|
2014-05-03 23:27:38 +01:00 |
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
|
Add license header to (almost) all files.
|
2014-05-03 23:27:38 +01:00 |
objbool.c
|
py: Rename MP_OBJ_NOT_SUPPORTED to MP_OBJ_NULL.
|
2014-05-21 19:42:43 +01:00 |
objboundmeth.c
|
objboundmeth: If detailed reporting enabled, print object content.
|
2014-05-11 02:27:42 +03:00 |
objcell.c
|
Add license header to (almost) all files.
|
2014-05-03 23:27:38 +01:00 |
objclosure.c
|
Add license header to (almost) all files.
|
2014-05-03 23:27:38 +01:00 |
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
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03: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
|
Add license header to (almost) all files.
|
2014-05-03 23:27:38 +01:00 |
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
|
Add license header to (almost) all files.
|
2014-05-03 23:27:38 +01:00 |
objgetitemiter.c
|
Add license header to (almost) all files.
|
2014-05-03 23:27:38 +01:00 |
objint.c
|
objint: Fix corner case in buffer access.
|
2014-06-06 23:08:37 +03:00 |
objint.h
|
py: More const usage.
|
2014-05-17 11:20:10 +03:00 |
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
|
Add license header to (almost) all files.
|
2014-05-03 23:27:38 +01:00 |
objmap.c
|
py: More mp_identity usage.
|
2014-05-17 11:20:10 +03:00 |
objmodule.c
|
Add license header to (almost) all files.
|
2014-05-03 23:27:38 +01:00 |
objmodule.h
|
Add license header to (almost) all files.
|
2014-05-03 23:27:38 +01:00 |
objnamedtuple.c
|
Rename configuration variables controling Python features.
|
2014-05-24 23:03:12 +01:00 |
objnone.c
|
py: Rename MP_OBJ_NOT_SUPPORTED to MP_OBJ_NULL.
|
2014-05-21 19:42:43 +01:00 |
objobject.c
|
py: Initial attempts to actually allow implementing __new__ in Python.
|
2014-05-22 00:32:00 +03:00 |
objproperty.c
|
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
|
2014-06-01 13:32:54 +01:00 |
objrange.c
|
Add license header to (almost) all files.
|
2014-05-03 23:27:38 +01:00 |
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
|
py: Slightly improve efficiency of mp_obj_new_str; rename str_new.
|
2014-05-25 22:34:34 +01:00 |
objstringio.c
|
py: Slightly improve efficiency of mp_obj_new_str; rename str_new.
|
2014-05-25 22:34:34 +01:00 |
objtuple.c
|
py: Small changes to objstr.c, including a bug fix.
|
2014-06-05 18:57:38 +01:00 |
objtuple.h
|
py: Rename globally-accessible tuple functions, prefix with mp_obj_.
|
2014-05-11 18:00:45 +01:00 |
objtype.c
|
py: Implement __contains__ special method.
|
2014-06-10 23:07:56 +01:00 |
objtype.h
|
Add license header to (almost) all files.
|
2014-05-03 23:27:38 +01:00 |
objzip.c
|
py: Use mp_arg_check_num in more places.
|
2014-05-11 18:37:21 +01:00 |
opmethods.c
|
Add license header to (almost) all files.
|
2014-05-03 23:27:38 +01:00 |
parse.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
parse.h
|
py: Fix check of small-int overflow when parsing ints.
|
2014-05-28 14:51:12 +01:00 |
parsehelper.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
parsehelper.h
|
Add license header to (almost) all files.
|
2014-05-03 23:27:38 +01:00 |
parsenum.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
parsenum.h
|
Add license header to (almost) all files.
|
2014-05-03 23:27:38 +01:00 |
parsenumbase.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
parsenumbase.h
|
Add license header to (almost) all files.
|
2014-05-03 23:27:38 +01:00 |
pfenv.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03: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
|
modgc: Add new module for GC-related functionality.
|
2014-05-06 02:28:49 +03:00 |
qstr.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
qstr.h
|
Correct file reference (there's no qstrraw.h)
|
2014-06-04 03:15:46 +10:00 |
qstrdefs.h
|
modgc: Add mem_free()/mem_alloc() methods.
|
2014-06-25 14:28:11 +03:00 |
repl.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
repl.h
|
Tidy up some configuration options.
|
2014-05-21 20:32:59 +01:00 |
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
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
scope.h
|
Add license header to (almost) all files.
|
2014-05-03 23:27:38 +01:00 |
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
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |
smallint.h
|
py: Fix check of small-int overflow when parsing ints.
|
2014-05-28 14:51:12 +01:00 |
stream.c
|
stream: Use mp_obj_is_true() for EOF testing.
|
2014-06-13 23:53:10 +03:00 |
stream.h
|
Add license header to (almost) all files.
|
2014-05-03 23:27:38 +01:00 |
unicode.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +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
|
Fix some unused variables, and silence a clang warning about initialization override in vmentrytable.h
|
2014-05-12 09:06:18 +02:00 |
vstr.c
|
py: Include mpconfig.h before all other includes.
|
2014-06-21 22:43:22 +03:00 |