Commits
User selector
Commit History
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 1, 2015
py: Allocate parse nodes in chunks to reduce fragmentation and RAM use.
Show description for 58e0f4acommitted
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 Apr 16, 2015
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Feb 7, 2015
py: Protect mp_parse and mp_compile with nlr push/pop block.
Show description for 0bfc763committed
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 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 5, 2014
bare-arm: Add dummy __assert_func and __fatal_error
Show description for 1a5a6d1authored andcommitted
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 Aug 4, 2014
Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.
Show description for 8dbbbbccommitted
Commits on May 2, 2014
Commits on Apr 12, 2014
Loading