Commits
User selector
Commit History
Commits on Nov 20, 2015
py/compile: Add mp_compile_to_raw_code() to return raw code object.
Show description for d4dba88committed
Commits on Oct 1, 2015
py: Allocate parse nodes in chunks to reduce fragmentation and RAM use.
Show description for 58e0f4acommitted
Commits on Feb 7, 2015
py: Protect mp_parse and mp_compile with nlr push/pop block.
Show description for 0bfc763committed
Commits on Dec 27, 2014
Commits on Oct 5, 2014
py: Implement proper context save/restore for eval/exec; factor code.
Show description for c4d0868committed
Commits on Sep 23, 2014
py: Free non-interned strings in the parser when not needed.
Show description for 52b5d76committed
Commits on May 12, 2014
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed
Commits on Apr 9, 2014
py, compiler: Clean up and compress scope/compile structures.
Show description for 78035b9committed
Commits on Apr 6, 2014
py: Add option to compiler to specify default code emitter.
Show description for 65cad12committed
Commits on Jan 18, 2014
Add source file name and line number to error messages.
Show description for 0833500committed
Commits on Jan 3, 2014
Commits on Dec 21, 2013
Change object representation from 1 big union to individual structs.
Show description for d99b052committed
Commits on Oct 18, 2013
- committed
Commits on Oct 4, 2013
- committed
Loading