index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
scope.c
Age
Commit message (
Expand
)
Author
2024-03-26
py/makeqstrdata.py: Ensure that scope names get low qstr values.
Jim Mussared
2024-03-07
all: Remove the "STATIC" macro and just use "static" instead.
Angus Gratton
2022-02-24
py: Rework bytecode and .mpy file format to be mostly static data.
Damien George
2020-10-22
py/scope: Name and use id_kind_type_t.
Emil Renner Berthing
2020-04-13
py/scope: Add assert to check that low numbered qstrs do fit in uint8_t.
Romain Goyet
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2018-10-28
py/scope: Optimise scope_find_or_add_id to not need "added" arg.
Damien George
2018-10-28
py/compile: Fix case of eager implicit conversion of local to nonlocal.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2016-09-30
py/scope: Factor common code to find locals and close over them.
Damien George
2016-09-30
py/scope: Use lookup-table to determine a scope's simple name.
Damien George
2015-12-18
py: Add MICROPY_ENABLE_COMPILER and MICROPY_PY_BUILTINS_EVAL_EXEC opts.
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-08-15
py: Clean up and simplify functions in scope; add STATIC in compiler.
Damien George
2014-06-21
py: Include mpconfig.h before all other includes.
Paul Sokolovsky
2014-05-21
Tidy up some configuration options.
Damien George
2014-05-05
py: Turn down amount of RAM parser and compiler use.
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, 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-17
py: Clean up includes.
xbe
2014-02-15
py: Pass all scope flags through to runtime.
Damien George
2014-01-24
Allow qstr's with non-ident chars, construct good identifier for them.
Paul Sokolovsky
2014-01-23
mp_compile(): Properly free module_scope and all nested scopes.
Paul Sokolovsky
2014-01-21
Revamp qstrs: they now include length and hash.
Damien George
2014-01-19
py: Add module/function/class name to exceptions.
Damien George
2013-12-30
py: make closures work.
Damien George
2013-12-29
Change memory allocation API to require size for free and realloc.
Damien
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-12
Separate out mpy core and unix version.
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