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
/
scope.h
Age
Commit message (
Expand
)
Author
2015-11-13
py: Put all bytecode state (arg count, etc) in bytecode.
Damien George
2015-08-17
unix-cpy: Remove unix-cpy. It's no longer needed.
Damien George
2015-01-01
py: Move to guarded includes, everywhere in py/ core.
Damien George
2014-12-21
py: Move global/nonlocal decl code to compiler for proper SyntaxError.
Damien George
2014-09-08
py: Convert [u]int to mp_[u]int_t in emit.h and associated .c files.
Damien George
2014-08-30
py: Change uint to mp_uint_t in runtime.h, stackctrl.h, binary.h.
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George
2014-04-27
py: Implement keyword-only args.
Damien George
2014-04-13
py: Remove unique_codes from emitglue.c. Replace with pointers.
Damien George
2014-04-09
py: Properly implement deletion of locals and derefs, and detect errors.
Damien George
2014-04-09
py, compiler: Turn id_info_t.param into a set of flags.
Damien George
2014-04-09
py, compiler: Clean up and compress scope/compile structures.
Damien George
2014-03-27
py: Calculate maximum exception stack size in compiler.
Damien George
2014-02-15
py: Pass all scope flags through to runtime.
Damien George
2014-01-23
mp_compile(): Properly free module_scope and all nested scopes.
Paul Sokolovsky
2014-01-19
py: Add module/function/class name to exceptions.
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
2013-12-11
py: work towards working closures.
Damien
2013-10-20
Add local_num skeleton framework to deref/closure emit calls.
Damien
2013-10-05
Implement built-in decorators to select emit type.
Damien
2013-10-05
Further factorise PASS_1 out of specific emit code.
Damien
2013-10-05
Restructure emit so it goes through a method table.
Damien
2013-10-04
Initial commit.
Damien