Commits
User selector
Commit History
Commits on Aug 21, 2017
Commits on Aug 11, 2017
all: Make use of $(TOP) variable in Makefiles, instead of "..".
Show description for 7d4a2f7committed
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jul 19, 2017
Commits on Apr 1, 2017
all: Move BYTES_PER_WORD definition from ports to py/mpconfig.h
Show description for 4c307bfcommitted
Commits on Mar 23, 2017
- committed
all/Makefile: Remove -ansi from GCC flags, its ignored anyway.
Show description for 7558927authored andcommitted
Commits on Mar 14, 2017
bare-arm/main: Move lexer constructor to within NLR handler block.
Show description for c72a5f8committed
Commits on Mar 6, 2017
Commits on Oct 21, 2016
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Show description for 4ebdb1fcommitted
Commits on Sep 5, 2016
py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.
Show description for e2ac8bbauthored andcommitted
Commits on Aug 15, 2016
ports: Remove typedef of machine_ptr_t, it's no longer needed.
Show description for 675d1c9committed
Commits on Apr 19, 2016
lib/utils/pyexec: Condition-out GC calls from pyexec.
Show description for 8aa3cbfauthored andcommitted
Commits on Apr 13, 2016
ports: Disable async/await on bare-arm, minimal, pic16bit, cc3200.
Show description for 6eb17c3committed
Commits on Jan 11, 2016
py: Change type signature of builtin funs that take variable or kw args.
Show description for 4b72b3acommitted
Commits on Jan 3, 2016
Commits on Oct 31, 2015
all: Add py/mphal.h and use it in all ports.
Show description for 731f359authored andcommitted
Commits on Oct 24, 2015
Makefiles: Remove duplicate object files when linking.
Show description for 0dbd928committed
Commits on Oct 19, 2015
all: Make netutils.h available to all ports by default.
Show description for e0f5df5committed
Commits on Oct 14, 2015
py: Remove dependency on printf/fwrite in mp_plat_print.
Show description for 4300c7dcommitted
Commits on Oct 1, 2015
py: Allocate parse nodes in chunks to reduce fragmentation and RAM use.
Show description for 58e0f4acommitted
Commits on Aug 2, 2015
Commits on Jul 20, 2015
py: Make qstr hash size configurable, defaults to 2 bytes.
Show description for c3bd941committed
Commits on Jun 22, 2015
bare-arm, minimal, qemu-arm: Make do_str() take parse-input-kind as arg.
Show description for c4b592dcommitted
Commits on Jun 20, 2015
py: Use a wrapper to explicitly check self argument of builtin methods.
Show description for 06593fbcommitted
Commits on Apr 21, 2015
py: Add attrtuple object, for space-efficient tuples with attr access.
Show description for 5aa311dcommitted
Commits on Apr 16, 2015
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Mar 14, 2015
py: Add MICROPY_COMP_{DOUBLE,TRIPLE}_TUPLE_ASSIGN config options.
Show description for 42e0c59committed
Commits on Feb 7, 2015
py: Protect mp_parse and mp_compile with nlr push/pop block.
Show description for 0bfc763committed
Commits on Jan 10, 2015
py: Add config option MICROPY_COMP_MODULE_CONST for module consts.
Show description for ddd1e18committed
Commits on Jan 9, 2015
Commits on Jan 7, 2015
py: Put all global state together in state structures.
Show description for b4b10fdcommitted
Commits on Jan 1, 2015
Commits on Dec 27, 2014
Commits on Dec 8, 2014
modsys: Add sys.print_exception(exc, file=sys.stdout) function.
Show description for 46c3ab2authored andcommitted