Commits
User selector
Commit History
Commits on Feb 19, 2018
py/repl: Generalise REPL autocomplete to use qstr probing.
Show description for 165aab1committed
Commits on Dec 19, 2017
Commits on Oct 4, 2017
py: Clean up unary and binary enum list to keep groups together.
Show description for 0864a69committed
Commits on Sep 25, 2017
py: Clarify which mp_unary_op_t's may appear in the bytecode.
Show description for 9d836fecommitted
Commits on Sep 7, 2017
py/runtime0.h: Put inplace arith ops in front of normal operations.
Show description for b8ee7abcommittedpy/runtime0.h: Move MP_BINARY_OP_DIVMOD to the end of mp_binary_op_t.
Show description for 50b9329committedpy/runtime0.h: Move relational ops to the beginning of mp_binary_op_t.
Show description for d4d1c45committed
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