You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Damien George 1f92ffb5b7 py/emitinlinethumb: Allow to compile with -Wsign-compare. 9 years ago
..
argcheck.c py: Use mp_not_implemented consistently for not implemented features. 9 years ago
asmarm.c py: Implement native multiply operation in viper emitter. 10 years ago
asmarm.h py: Implement native multiply operation in viper emitter. 10 years ago
asmthumb.c py/asmthumb: Allow to compile with -Wsign-compare and -Wunused-parameter. 9 years ago
asmthumb.h py: Add lsl/lsr/asr opcode support to inline Thumb2 assembler. 9 years ago
asmx64.c py: Implement ptr32 load and store in viper emitter. 9 years ago
asmx64.h py: Implement ptr32 load and store in viper emitter. 9 years ago
asmx86.c py: Implement native multiply operation in viper emitter. 10 years ago
asmx86.h py: Implement native multiply operation in viper emitter. 10 years ago
bc.c py: Eliminate some cases which trigger unused parameter warnings. 9 years ago
bc.h vm: Initial support for calling bytecode functions w/o C stack ("stackless"). 10 years ago
bc0.h py: Remove mp_load_const_bytes and instead load precreated bytes object. 10 years ago
binary.c py/objarray: Allow to create array of void pointers, as extension to CPython. 9 years ago
binary.h py/binary: Make return type of mp_binary_get_size size_t instead of int. 10 years ago
builtin.h extmod/modlwip: slip: Use stream protocol and be port-independent. 9 years ago
builtinevex.c py: Check for valid file when creating lexer for execfile. 10 years ago
builtinimport.c builtinimport: Fix running package submodule with -m. 9 years ago
compile.c py/compile: Remove unnecessary label in compilation of for statement. 9 years ago
compile.h py: Allocate parse nodes in chunks to reduce fragmentation and RAM use. 9 years ago
emit.h unix-cpy: Remove unix-cpy. It's no longer needed. 9 years ago
emitbc.c py: Slightly simplify compile and emit of star/double-star arguments. 9 years ago
emitcommon.c unix-cpy: Remove unix-cpy. It's no longer needed. 9 years ago
emitglue.c py: Implement full func arg passing for native emitter. 10 years ago
emitglue.h py: Implement full func arg passing for native emitter. 10 years ago
emitinlinethumb.c py/emitinlinethumb: Allow to compile with -Wsign-compare. 9 years ago
emitnative.c py: Fix build of ARM native emitter due to recent viper changes. 9 years ago
formatfloat.c stmhal: fix single precision float printing error 9 years ago
formatfloat.h py: Implement mp_format_float for doubles and use where appropriate 10 years ago
frozenmod.c frozenmod: Include header with function prototypes. 10 years ago
frozenmod.h py: Implement very simple frozen modules support. 10 years ago
gc.c py: Clear finalizer flag when calling gc_free. 9 years ago
gc.h py: Clear finalizer flag when calling gc_free. 9 years ago
grammar.h py: Don't generate unnecessary parse nodes for assignment or kwargs. 9 years ago
lexer.c py/lexer: Properly classify floats that look like hex numbers. 9 years ago
lexer.h unix: Allow to cat a script into stdin from the command line. 10 years ago
lexerstr.c py: Use m_{new,renew,del} consistently. 10 years ago
lexerunix.c unix: Allow to cat a script into stdin from the command line. 10 years ago
makeqstrdata.py py/makeqstrdata.py: Catch and report case of empty input file. 9 years ago
makeversionhdr.py py/makeversionhdr.py: Work with backslashes in paths. 9 years ago
malloc.c py: Improve allocation policy of qstr data. 9 years ago
map.c py: Convert hash API to use MP_UNARY_OP_HASH instead of ad-hoc function. 10 years ago
misc.h py: Improve allocation policy of qstr data. 9 years ago
mkenv.mk py: Allow to to build MicroPython as a static library. 9 years ago
mkrules.mk Makefiles: Remove duplicate object files when linking. 9 years ago
modarray.c py: Move to guarded includes, everywhere in py/ core. 10 years ago
modbuiltins.c py: Add mp_obj_is_float function (macro) and use it where appropriate. 9 years ago
modcmath.c py: Move float e/pi consts to objfloat and make mp_obj_float_t private. 9 years ago
modcollections.c py: Implement core of OrderedDict type. 10 years ago
modgc.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 9 years ago
modio.c py: Use TextIOWrapper only if PY_IO_FILEIO def'd; cast size_t for print. 10 years ago
modmath.c py: Move float e/pi consts to objfloat and make mp_obj_float_t private. 9 years ago
modmicropython.c py: Convert occurrences of non-debug printf to mp_printf. 10 years ago
modstruct.c py/modstruct: Support repetition counters for all types, not just string. 9 years ago
modsys.c py: Eliminate some cases which trigger unused parameter warnings. 9 years ago
mpconfig.h py: Adjust object repr C (30-bit stuffed float) to reduce code size. 9 years ago
mphal.h all: Add py/mphal.h and use it in all ports. 9 years ago
mpprint.c all: Add py/mphal.h and use it in all ports. 9 years ago
mpprint.h py: Remove unnecessary extra handling of padding of nan/inf. 10 years ago
mpstate.c py: Put all global state together in state structures. 10 years ago
mpstate.h extmod/modlwip: slip: Use stream protocol and be port-independent. 9 years ago
mpz.c py/mpz: Fix bignum anding of large negative with smaller positive int. 9 years ago
mpz.h py/mpz: Force rhs of mpz_shl_inpl/mpz_shr_inpl to be unsigned. 9 years ago
nativeglue.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 9 years ago
nlr.h py: Guard against redef of nlr_push with DEBUG + MICROPY_NLR_SETJMP. 10 years ago
nlrsetjmp.c py: Put all global state together in state structures. 10 years ago
nlrthumb.S py/nlrthumb: Make compatible with Cortex-M0 (ARMv6M instr set). 9 years ago
nlrx64.S py: Fix nlr mp_state_ctx symbol error for Mac. 10 years ago
nlrx86.S py: Put all global state together in state structures. 10 years ago
nlrxtensa.S py: Put all global state together in state structures. 10 years ago
obj.c py: Make float representation configurable with object representation. 9 years ago
obj.h py: Adjust object repr C (30-bit stuffed float) to reduce code size. 9 years ago
objarray.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 9 years ago
objattrtuple.c py: Fix attrtuple array length in print and creation. 10 years ago
objbool.c py/objbool: Simplify dispatch of bool binary op. 9 years ago
objboundmeth.c py: Overhaul and simplify printf/pfenv mechanism. 10 years ago
objcell.c py: Overhaul and simplify printf/pfenv mechanism. 10 years ago
objclosure.c py: Overhaul and simplify printf/pfenv mechanism. 10 years ago
objcomplex.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 9 years ago
objdict.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 9 years ago
objenumerate.c py: Eliminate some cases which trigger unused parameter warnings. 9 years ago
objexcept.c py: Improve allocation policy of qstr data. 9 years ago
objexcept.h py: Fix adding of traceback so that it appends to existing info. 10 years ago
objfilter.c py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports. 9 years ago
objfloat.c py: Add object repr "C", where 30-bit floats are stuffed in obj word. 9 years ago
objfun.c py: Allow viper functions to take up to 4 arguments. 9 years ago
objfun.h py: Move to guarded includes, everywhere in py/ core. 10 years ago
objgenerator.c objgenerator: Can optimize StopIteration to STOP_ITERATION only if arg is None. 10 years ago
objgenerator.h py: Move to guarded includes, everywhere in py/ core. 10 years ago
objgetitemiter.c py/objgetitemiter: Make it_iternext() recognize IndexError. 9 years ago
objint.c py: Add mp_obj_is_float function (macro) and use it where appropriate. 9 years ago
objint.h py: Support conversion of bignum to bytes. 10 years ago
objint_longlong.c py/objint_longlong: Instead of assert, throw OverflowError. 9 years ago
objint_mpz.c py: Add mp_obj_is_float function (macro) and use it where appropriate. 9 years ago
objlist.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 9 years ago
objlist.h py: Fix adding of traceback so that it appends to existing info. 10 years ago
objmap.c py: Use mp_arg_check_num in some _make_new functions. 10 years ago
objmodule.c extmod/modlwip: slip: Use stream protocol and be port-independent. 9 years ago
objmodule.h py: Move to guarded includes, everywhere in py/ core. 10 years ago
objnamedtuple.c py: Add attrtuple object, for space-efficient tuples with attr access. 10 years ago
objnone.c py: Convert hash API to use MP_UNARY_OP_HASH instead of ad-hoc function. 10 years ago
objobject.c py/objobject: Don't make locals_dict if there's nothing to go in it. 10 years ago
objproperty.c py, unix: Allow to compile with -Wunused-parameter. 10 years ago
objrange.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 9 years ago
objreversed.c py: Add MICROPY_PY_BUILTINS_REVERSED, disable for minimal ports. 10 years ago
objset.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 9 years ago
objsingleton.c objsingleton: New home for Ellipsis and NotImplemented. 10 years ago
objslice.c py/objslice: Fix indent. 9 years ago
objstr.c py: With obj repr "C", change raw str accessor from macro to function. 9 years ago
objstr.h py: With obj repr "C", change raw str accessor from macro to function. 9 years ago
objstringio.c py: Overhaul and simplify printf/pfenv mechanism. 10 years ago
objstrunicode.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 9 years ago
objtuple.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 9 years ago
objtuple.h py: Add attrtuple object, for space-efficient tuples with attr access. 10 years ago
objtype.c py: Add MP_BINARY_OP_DIVMOD to simplify and consolidate divmod builtin. 10 years ago
objtype.h py: Check that arg to object.__new__ is a user-defined type. 10 years ago
objzip.c py, unix: Allow to compile with -Wunused-parameter. 10 years ago
opmethods.c py: Move to guarded includes, everywhere in py/ core. 10 years ago
parse.c py/parse: Make parser error handling cleaner, less spaghetti-like. 9 years ago
parse.h py: Allocate parse nodes in chunks to reduce fragmentation and RAM use. 9 years ago
parsenum.c py/parsenum: Provide detailed error for int parsing with escaped bytes. 9 years ago
parsenum.h py: Parse big-int/float/imag constants directly in parser. 10 years ago
parsenumbase.c py: Parse big-int/float/imag constants directly in parser. 10 years ago
parsenumbase.h py: Move to guarded includes, everywhere in py/ core. 10 years ago
py.mk extmod/modlwip: slip: Use stream protocol and be port-independent. 9 years ago
qstr.c py/qstr: Fix calc of qstr memory usage, due to new qstr chunk allocation. 9 years ago
qstr.h py: Adjust some spaces in code style/format, purely for consistency. 10 years ago
qstrdefs.h extmod/modlwip: slip: Use stream protocol and be port-independent. 9 years ago
repl.c py/repl: Treat escaped quotes correctly in REPL continuation. 9 years ago
repl.h py, readline: Add tab autocompletion for REPL. 10 years ago
runtime.c py: Add mp_obj_is_float function (macro) and use it where appropriate. 9 years ago
runtime.h py: Remove mp_load_const_bytes and instead load precreated bytes object. 10 years ago
runtime0.h py: Remove unused compile scope flags, and irrelevant flag compute code. 9 years ago
scope.c unix-cpy: Remove unix-cpy. It's no longer needed. 9 years ago
scope.h unix-cpy: Remove unix-cpy. It's no longer needed. 9 years ago
sequence.c py, unix: Allow to compile with -Wunused-parameter. 10 years ago
showbc.c py: Remove mp_load_const_bytes and instead load precreated bytes object. 10 years ago
smallint.c py: Move to guarded includes, everywhere in py/ core. 10 years ago
smallint.h py: Add object repr "C", where 30-bit floats are stuffed in obj word. 9 years ago
stackctrl.c vm: Support strict stackless mode, with proper exception reporting. 10 years ago
stackctrl.h py: Move to guarded includes, everywhere in py/ core. 10 years ago
stream.c py/stream: Allow to reuse is_nonblocking_error(). 9 years ago
stream.h py/stream: Allow to reuse is_nonblocking_error(). 9 years ago
unicode.c py: Minor improvement to unichar_isxdigit 10 years ago
unicode.h py: Move to guarded includes, everywhere in py/ core. 10 years ago
vm.c py: Fix with+for+return bug by popping for-iter when unwinding exc stack. 9 years ago
vmentrytable.h py: Remove mp_load_const_bytes and instead load precreated bytes object. 10 years ago
vstr.c py: Prevent many extra vstr allocations. 9 years ago
warning.c py: Convert occurrences of non-debug printf to mp_printf. 10 years ago