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
/
bc.c
Age
Commit message (
Expand
)
Author
2015-09-04
py: Eliminate some cases which trigger unused parameter warnings.
Damien George
2015-04-16
py: Add %q format support to mp_[v]printf, and use it.
Damien George
2015-04-07
py: Implement full func arg passing for native emitter.
Damien George
2015-04-07
py: Simplify bytecode prelude when encoding closed over variables.
Damien George
2015-04-03
vm: Initial support for calling bytecode functions w/o C stack ("stackless").
Paul Sokolovsky
2015-03-20
py: Allow retrieving a function's __name__.
stijn
2015-01-16
py, unix: Allow to compile with -Wsign-compare.
Damien George
2015-01-01
py: Move to guarded includes, everywhere in py/ core.
Damien George
2015-01-01
py: Make terse_arg_mismatch a global function and use it elsewhere.
Damien George
2014-11-05
py: Fix some macros defines; cleanup some includes.
Damien George
2014-10-25
py: Store bytecode arg names in bytecode (were in own array).
Damien George
2014-10-03
py: Convert [u]int to mp_[u]int_t where appropriate.
Damien George
2014-09-04
py: Use variable length encoded uints in more places in bytecode.
Damien George
2013-10-05
Further factorise PASS_1 out of specific emit code.
Damien
2013-10-04
Initial commit.
Damien