micropython/py
Damien George a24eafacc9 py/modmath: Make log2, log10 and hyperbolic funcs be SPECIAL_FUNCTIONS.
Will be included only when MICROPY_PY_MATH_SPECIAL_FUNCTIONS is enabled.

Also covers cmath module (but only log10 is there at the moment).
2015-11-17 14:10:13 +00:00
..
argcheck.c py: Use mp_not_implemented consistently for not implemented features. 2015-09-03 23:14:06 +01:00
asmarm.c
asmarm.h
asmthumb.c py/asmthumb: Allow to compile with -Wsign-compare and -Wunused-parameter. 2015-11-09 14:11:21 +00:00
asmthumb.h py: Add lsl/lsr/asr opcode support to inline Thumb2 assembler. 2015-10-19 14:26:19 +01:00
asmx64.c py: Implement ptr32 load and store in viper emitter. 2015-10-13 00:50:17 +01:00
asmx64.h py: Implement ptr32 load and store in viper emitter. 2015-10-13 00:50:17 +01:00
asmx86.c
asmx86.h
bc.c py: Add MICROPY_PERSISTENT_CODE_LOAD/SAVE to load/save bytecode. 2015-11-13 12:49:18 +00:00
bc.h py: Add MICROPY_PERSISTENT_CODE_LOAD/SAVE to load/save bytecode. 2015-11-13 12:49:18 +00:00
bc0.h
binary.c py/objarray: Allow to create array of void pointers, as extension to CPython. 2015-10-12 10:13:51 +03:00
binary.h
builtin.h extmod/modlwip: slip: Use stream protocol and be port-independent. 2015-10-27 00:04:59 +03:00
builtinevex.c
builtinimport.c py: Allow to import compiled bytecode files. 2015-11-13 12:49:18 +00:00
compile.c py: Implement default and star args for lambdas. 2015-11-17 14:00:14 +00:00
compile.h py: Allocate parse nodes in chunks to reduce fragmentation and RAM use. 2015-10-02 00:11:11 +01:00
emit.h
emitbc.c py: Add MICROPY_PERSISTENT_CODE_LOAD/SAVE to load/save bytecode. 2015-11-13 12:49:18 +00:00
emitcommon.c
emitglue.c py: Add MICROPY_PERSISTENT_CODE_LOAD/SAVE to load/save bytecode. 2015-11-13 12:49:18 +00:00
emitglue.h py: Add MICROPY_PERSISTENT_CODE_LOAD/SAVE to load/save bytecode. 2015-11-13 12:49:18 +00:00
emitinlinethumb.c py: Add constant table to bytecode. 2015-11-13 12:49:18 +00:00
emitnative.c py: Add MICROPY_PERSISTENT_CODE so code can persist beyond the runtime. 2015-11-13 12:49:18 +00:00
formatfloat.c stmhal: fix single precision float printing error 2015-09-11 23:09:50 +03:00
formatfloat.h
frozenmod.c
frozenmod.h
gc.c py: Clear finalizer flag when calling gc_free. 2015-11-07 14:26:11 +00:00
gc.h py: Clear finalizer flag when calling gc_free. 2015-11-07 14:26:11 +00:00
grammar.h py: Implement default and star args for lambdas. 2015-11-17 14:00:14 +00:00
lexer.c py/lexer: Properly classify floats that look like hex numbers. 2015-09-07 17:33:44 +01:00
lexer.h
lexerstr.c
lexerunix.c
makeqstrdata.py py/makeqstrdata.py: Catch and report case of empty input file. 2015-10-11 11:09:57 +03:00
makeversionhdr.py py/makeversionhdr.py: Work with backslashes in paths. 2015-10-30 11:34:53 +03:00
malloc.c
map.c
misc.h
mkenv.mk py: Allow to to build MicroPython as a static library. 2015-10-12 15:32:06 +03:00
mkrules.mk Makefiles: Remove duplicate object files when linking. 2015-10-24 15:46:53 +03:00
modarray.c
modbuiltins.c py: Add mp_obj_is_float function (macro) and use it where appropriate. 2015-10-20 12:35:17 +01:00
modcmath.c py/modmath: Make log2, log10 and hyperbolic funcs be SPECIAL_FUNCTIONS. 2015-11-17 14:10:13 +00:00
modcollections.c
modgc.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 2015-10-11 15:18:15 +03:00
modio.c
modmath.c py/modmath: Make log2, log10 and hyperbolic funcs be SPECIAL_FUNCTIONS. 2015-11-17 14:10:13 +00:00
modmicropython.c
modstruct.c py/modstruct: Support repetition counters for all types, not just string. 2015-10-31 18:47:08 +03:00
modsys.c py: Eliminate some cases which trigger unused parameter warnings. 2015-09-04 16:53:46 +01:00
mpconfig.h py: Add MICROPY_PERSISTENT_CODE_LOAD/SAVE to load/save bytecode. 2015-11-13 12:49:18 +00:00
mphal.h all: Add py/mphal.h and use it in all ports. 2015-10-31 19:14:30 +03:00
mpprint.c all: Add py/mphal.h and use it in all ports. 2015-10-31 19:14:30 +03:00
mpprint.h
mpstate.c
mpstate.h extmod/modlwip: slip: Use stream protocol and be port-independent. 2015-10-27 00:04:59 +03:00
mpz.c py/mpz: Fix bignum anding of large negative with smaller positive int. 2015-10-01 22:35:06 +01:00
mpz.h py/mpz: Force rhs of mpz_shl_inpl/mpz_shr_inpl to be unsigned. 2015-10-01 18:01:37 +01:00
nativeglue.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 2015-10-11 15:18:15 +03:00
nlr.h
nlrsetjmp.c
nlrthumb.S py/nlrthumb: Make compatible with Cortex-M0 (ARMv6M instr set). 2015-10-20 13:26:34 +01:00
nlrx64.S
nlrx86.S
nlrxtensa.S
obj.c py: Make float representation configurable with object representation. 2015-10-20 12:35:40 +01:00
obj.h py: Add constant table to bytecode. 2015-11-13 12:49:18 +00:00
objarray.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 2015-10-11 15:18:15 +03:00
objattrtuple.c
objbool.c py/objbool: Simplify dispatch of bool binary op. 2015-09-04 16:46:15 +01:00
objboundmeth.c
objcell.c
objclosure.c
objcomplex.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 2015-10-11 15:18:15 +03:00
objdict.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 2015-10-11 15:18:15 +03:00
objenumerate.c py: Eliminate some cases which trigger unused parameter warnings. 2015-09-04 16:53:46 +01:00
objexcept.c
objexcept.h
objfilter.c
objfloat.c py: Add object repr "C", where 30-bit floats are stuffed in obj word. 2015-10-20 12:38:54 +01:00
objfun.c py: Add MICROPY_PERSISTENT_CODE so code can persist beyond the runtime. 2015-11-13 12:49:18 +00:00
objfun.h py: Add constant table to bytecode. 2015-11-13 12:49:18 +00:00
objgenerator.c py: Add constant table to bytecode. 2015-11-13 12:49:18 +00:00
objgenerator.h
objgetitemiter.c
objint.c py: Add mp_obj_is_float function (macro) and use it where appropriate. 2015-10-20 12:35:17 +01:00
objint.h
objint_longlong.c py/objint_longlong: Instead of assert, throw OverflowError. 2015-11-09 01:34:56 +02:00
objint_mpz.c py: Add mp_obj_is_float function (macro) and use it where appropriate. 2015-10-20 12:35:17 +01:00
objlist.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 2015-10-11 15:18:15 +03:00
objlist.h
objmap.c
objmodule.c extmod/modlwip: slip: Use stream protocol and be port-independent. 2015-10-27 00:04:59 +03:00
objmodule.h
objnamedtuple.c
objnone.c
objobject.c
objproperty.c
objrange.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 2015-10-11 15:18:15 +03:00
objreversed.c
objset.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 2015-10-11 15:18:15 +03:00
objsingleton.c
objslice.c py/objslice: Fix indent. 2015-09-15 22:46:30 +01:00
objstr.c py: With obj repr "C", change raw str accessor from macro to function. 2015-10-20 12:38:54 +01:00
objstr.h py: With obj repr "C", change raw str accessor from macro to function. 2015-10-20 12:38:54 +01:00
objstringio.c
objstrunicode.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 2015-10-11 15:18:15 +03:00
objtuple.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 2015-10-11 15:18:15 +03:00
objtuple.h
objtype.c
objtype.h
objzip.c
opmethods.c
parse.c py: Implement default and star args for lambdas. 2015-11-17 14:00:14 +00:00
parse.h py: Allocate parse nodes in chunks to reduce fragmentation and RAM use. 2015-10-02 00:11:11 +01:00
parsenum.c py/parsenum: Provide detailed error for int parsing with escaped bytes. 2015-10-01 17:18:12 +01:00
parsenum.h
parsenumbase.c
parsenumbase.h
py.mk extmod/modlwip: slip: Use stream protocol and be port-independent. 2015-10-27 00:04:59 +03:00
qstr.c py/qstr: Fix calc of qstr memory usage, due to new qstr chunk allocation. 2015-10-13 15:52:06 +01:00
qstr.h
qstrdefs.h py/modmath: Make log2, log10 and hyperbolic funcs be SPECIAL_FUNCTIONS. 2015-11-17 14:10:13 +00:00
repl.c py/repl: Treat escaped quotes correctly in REPL continuation. 2015-09-19 14:06:23 +01:00
repl.h
runtime.c py: Add mp_obj_is_float function (macro) and use it where appropriate. 2015-10-20 12:35:17 +01:00
runtime.h
runtime0.h py: Put all bytecode state (arg count, etc) in bytecode. 2015-11-13 12:49:18 +00:00
scope.c
scope.h py: Put all bytecode state (arg count, etc) in bytecode. 2015-11-13 12:49:18 +00:00
sequence.c
showbc.c py: Add MICROPY_PERSISTENT_CODE so code can persist beyond the runtime. 2015-11-13 12:49:18 +00:00
smallint.c
smallint.h py: Add object repr "C", where 30-bit floats are stuffed in obj word. 2015-10-20 12:38:54 +01:00
stackctrl.c
stackctrl.h
stream.c py/stream: Allow to reuse is_nonblocking_error(). 2015-10-18 15:39:33 +03:00
stream.h py/stream: Allow to reuse is_nonblocking_error(). 2015-10-18 15:39:33 +03:00
unicode.c
unicode.h
vm.c py: Add MICROPY_PERSISTENT_CODE so code can persist beyond the runtime. 2015-11-13 12:49:18 +00:00
vmentrytable.h
vstr.c
warning.c