index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-5
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
/
objfun.h
Age
Commit message (
Expand
)
Author
2021-11-25
py/objfun.h: Remove obsolete comments about entries in extra_args.
Damien George
2019-08-30
py: Integrate sys.settrace feature into the VM and runtime.
Milan Rossa
2018-07-10
py/objgenerator: Implement __name__ with normal fun attr accessor code.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2015-11-13
py: Add constant table to bytecode.
Damien George
2015-11-13
py: Put all bytecode state (arg count, etc) in bytecode.
Damien George
2015-01-01
py: Move to guarded includes, everywhere in py/ core.
Damien George
2014-10-25
py: Store bytecode arg names in bytecode (were in own array).
Damien George
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-06-07
py: Implement default keyword only args.
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-17
objfun: Add local header.
Paul Sokolovsky