Commits
User selector
Commit History
Commits on Oct 15, 2014
objclosure: Fix printing of generator closures.
Show description for 067ae12committed- committed
Commits on Oct 12, 2014
Merge pull request #904 from pfalcon/moduzlib
Show description for 29f5682committed- committed
py: Implement native load for viper.
Show description for 91cfd41committed- committed
Commits on Oct 11, 2014
- committed
Commits on Oct 6, 2014
- committed
- committed
- committed
tests: Make run-tests-exp.sh skip tests that fail due to invalid decorator.
Show description for 9c6f737committed
Commits on Oct 5, 2014
tests: Add check for micropython.native and then skip relevant tests.
Show description for 5a04e2ccommitted- committed
- committed
- committed
Commits on Oct 2, 2014
- committed
Commits on Oct 1, 2014
- authored andcommitted
Commits on Sep 30, 2014
py: Remove IOError since it's deprecated; use OSError instead.
Show description for 8b03d94committed
Commits on Sep 29, 2014
- committed
py: Add casting to viper; add native mem stores to viper.
Show description for e9dac3bcommitted- committed
py: Allow viper to use ints as direct conditionals in jumps.
Show description for 6f81348committed
Commits on Sep 25, 2014
py: Simplify JSON str printing (while still conforming to JSON spec).
Show description for cde0ca2committed- authored andcommitted
- committed
Commits on Sep 23, 2014
Commits on Sep 21, 2014
Commits on Sep 17, 2014
py: Add native json printing using existing print framework.
Show description for 612045fcommitted
Commits on Sep 13, 2014
- committed
py: Implement divmod, % and proper // for floating point.
Show description for 8594ce2committed
Commits on Sep 6, 2014
- committed
unix: Don't use -Wno-error=cpp or #warning; fix strict alias warning.
Show description for 17598d4committedpy: Make mpz able to use 16 bits per digit; and 32 on 64-bit arch.
Show description for 9a21d2ecommitted
Commits on Aug 29, 2014
py: Fix 2 bugs in native emitter: jump_or_pop and stack settling.
Show description for 02d95d7committed