Commits
User selector
Commit History
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
Commits on Dec 5, 2014
py: Optimise lexer by exposing lexer type.
Show description for a4c52c5committed
Commits on Nov 16, 2014
- committed
Commits on Nov 6, 2014
py: Use shorter, static error msgs when ERROR_REPORTING_TERSE enabled.
Show description for 1e9a92fcommitted
Commits on Nov 5, 2014
bare-arm: Add dummy __assert_func and __fatal_error
Show description for 1a5a6d1authored andcommitted
Commits on Oct 23, 2014
Commits on Oct 21, 2014
Implement kwargs for builtin open() and _io.FileIO
Show description for 2fe4cf7authored andcommitted
Commits on Oct 5, 2014
Commits on Sep 23, 2014
py: Free non-interned strings in the parser when not needed.
Show description for 52b5d76committed
Commits on Sep 8, 2014
Commits on Aug 24, 2014
py: Fix bug where GC collected native/viper/asm function data.
Show description for 3c658a4committed
Commits on Aug 12, 2014
py: #if guard qstrs that are optional.
Show description for 75ec22bcommitted
Commits on Aug 4, 2014
Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.
Show description for 8dbbbbccommitted