index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
vmentrytable.h
Age
Commit message (
Expand
)
Author
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-04-22
py: Add LOAD_SUPER_METHOD bytecode to allow heap-free super meth calls.
Damien George
2017-02-16
py: Allow bytecode/native to put iter_buf on stack for simple for loops.
Damien George
2016-09-19
py: Combine 3 comprehension opcodes (list/dict/set) into 1.
Damien George
2016-05-20
py: Declare constant data as properly constant.
Damien George
2015-12-10
py: Make UNARY_OP_NOT a first-class op, to agree with Py not semantics.
Damien George
2015-06-25
py: Remove mp_load_const_bytes and instead load precreated bytes object.
Damien George
2015-06-13
py: Add MP_BINARY_OP_DIVMOD to simplify and consolidate divmod builtin.
Damien George
2015-05-12
py: Convert hash API to use MP_UNARY_OP_HASH instead of ad-hoc function.
Damien George
2015-05-05
py: Remove LOAD_CONST_ELLIPSIS bytecode, use LOAD_CONST_OBJ instead.
Damien George
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-12-27
py: Allow to properly disable builtin slice operation.
Damien George
2014-12-27
py: Allow to properly disable builtin "set" object.
Damien George
2014-10-25
py: Compress load-int, load-fast, store-fast, unop, binop bytecodes.
Damien George
2014-05-12
Fix some unused variables, and silence a clang warning about initialization o...
Antonin ENFRUN
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-15
Rename header file.
AZ Huang