index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
bc0.h
Age
Commit message (
Expand
)
Author
2015-02-08
py: Parse big-int/float/imag constants directly in parser.
Damien George
2015-01-13
py: Add load_const_obj to emitter, add LOAD_CONST_OBJ to bytecode.
Damien George
2015-01-01
py: Move to guarded includes, everywhere in py/ core.
Damien George
2014-10-25
py: Compress load-int, load-fast, store-fast, unop, binop bytecodes.
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George
2014-04-27
py: Remove unnecessary LOAD_CONST_ID bytecode.
Damien George
2014-04-20
py: Wrap #if's around emitter functions that are used only by emitcpy.
Damien George
2014-04-17
py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr.
Damien George
2014-04-12
py: Make all LOAD_FAST ops check for unbound local.
Damien George
2014-04-09
py: Properly implement deletion of locals and derefs, and detect errors.
Damien George
2014-04-08
py: Remove DELETE_SUBSCR opcode, combine with STORE_SUBSCR.
Damien George
2014-04-08
py: Finish implementation of all del opcodes.
Damien George
2014-03-31
py: Add LOAD_NULL bytecode and use it to simplify function calls.
Damien George
2014-03-26
py: Support closures with default args.
Paul Sokolovsky
2014-02-01
py: Tidy up BINARY_OPs; negation done by special NOT bytecode.
Damien George
2014-02-01
py: Implement break/continue from an exception with finally.
Damien George
2014-02-01
Implement default function arguments (for Python functions).
Paul Sokolovsky
2014-01-11
Merge branch 'master' of github.com:dpgeorge/micropython
Damien George
2014-01-11
py: Make arg to MP_BC_RAISE_VARARGS a byte.
Damien George
2014-01-11
unified the bops
John R. Lenton
2014-01-04
Add ellipsis object.
Damien George
2013-12-30
py: make closures work.
Damien George
2013-12-21
Change object representation from 1 big union to individual structs.
Damien