summaryrefslogtreecommitdiffstatshomepage
path: root/py/bc0.h
Commit message (Expand)AuthorAge
* py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr.Damien George2014-04-17
* py: Make all LOAD_FAST ops check for unbound local.Damien George2014-04-12
* py: Properly implement deletion of locals and derefs, and detect errors.Damien George2014-04-09
* py: Remove DELETE_SUBSCR opcode, combine with STORE_SUBSCR.Damien George2014-04-08
* py: Finish implementation of all del opcodes.Damien George2014-04-08
* py: Add LOAD_NULL bytecode and use it to simplify function calls.Damien George2014-03-31
* py: Support closures with default args.Paul Sokolovsky2014-03-26
* py: Tidy up BINARY_OPs; negation done by special NOT bytecode.Damien George2014-02-01
* py: Implement break/continue from an exception with finally.Damien George2014-02-01
* Implement default function arguments (for Python functions).Paul Sokolovsky2014-02-01
* Merge branch 'master' of github.com:dpgeorge/micropythonDamien George2014-01-11
|\
| * unified the bopsJohn R. Lenton2014-01-11
* | py: Make arg to MP_BC_RAISE_VARARGS a byte.Damien George2014-01-11
|/
* Add ellipsis object.Damien George2014-01-04
* py: make closures work.Damien George2013-12-30
* Change object representation from 1 big union to individual structs.Damien2013-12-21