Commits
User selector
Commit History
Commits on Apr 22, 2017
- committed
py/compile: Refactor handling of special super() call.
Show description for 5335942committed
Commits on Feb 24, 2017
py: Create str/bytes objects in the parser, not the compiler.
Show description for 5255255committed
Commits on Feb 17, 2017
Commits on Feb 16, 2017
- committed
- committed
- committed
py: Allow bytecode/native to put iter_buf on stack for simple for loops.
Show description for f4df3aacommitted
Commits on Dec 29, 2016
- authored andcommitted
Commits on Dec 22, 2016
Commits on Oct 17, 2016
Commits on Oct 11, 2016
Commits on Oct 5, 2016
tests: Fix expected output of verbose cmdline test
Show description for 7f19b1ccommitted
Commits on Sep 27, 2016
tests/cmdline/cmd_showbc: Fix test now that 1 value is stored on stack.
Show description for f65e4f0committed
Commits on Sep 20, 2016
tests: Get cmdline verbose tests running again.
Show description for bb954d8committed
Commits on Aug 26, 2016
Commits on Feb 17, 2016
py/repl: Check for an identifier char after the keyword.
Show description for 69d9e7dauthored andcommitted
Commits on Oct 11, 2015
unix: Add exit and paste-mode hints to shell startup banner.
Show description for 3aa7dd2committed- committed
Commits on Sep 19, 2015
tests: Add escaped quotes tests for REPL.
Show description for 1501829authored andcommitted
Commits on Sep 12, 2015
Commits on Aug 30, 2015
Commits on Aug 8, 2015
- authored andcommitted
Commits on Aug 5, 2015
run-tests: Test REPL emacs keys, but only if present.
Show description for 89852d3authored andcommitted
Commits on Jul 26, 2015
- authored andcommitted
Commits on Jun 25, 2015
py: Remove mp_load_const_bytes and instead load precreated bytes object.
Show description for 59fba2dcommitted
Commits on Jun 13, 2015
Commits on May 27, 2015
unix: Add option to use uPy readline, and enable by default.
Show description for 9ae3fc6committed
Commits on May 12, 2015
py: Convert hash API to use MP_UNARY_OP_HASH instead of ad-hoc function.
Show description for c2a4e4ecommitted
Commits on May 6, 2015
py: Fix naming of function arguments when function is a closure.
Show description for 9a42eb5committed
Commits on May 5, 2015
Commits on Apr 24, 2015
py: Modify bytecode "with" behaviour so it doesn't use any heap.
Show description for 8c1d23acommitted