aboutsummaryrefslogtreecommitdiff
path: root/py/objfun.h
AgeCommit message (Expand)Author
2022-02-24py: Rework bytecode and .mpy file format to be mostly static data.Damien George
2021-11-25py/objfun.h: Remove obsolete comments about entries in extra_args.Damien George
2019-08-30py: Integrate sys.settrace feature into the VM and runtime.Milan Rossa
2018-07-10py/objgenerator: Implement __name__ with normal fun attr accessor code.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-18all: Unify header guard usage.Alexander Steffen
2015-11-13py: Add constant table to bytecode.Damien George
2015-11-13py: Put all bytecode state (arg count, etc) in bytecode.Damien George
2015-01-01py: Move to guarded includes, everywhere in py/ core.Damien George
2014-10-25py: Store bytecode arg names in bytecode (were in own array).Damien George
2014-07-03Rename machine_(u)int_t to mp_(u)int_t.Damien George
2014-06-07py: Implement default keyword only args.Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-04-27py: Implement keyword-only args.Damien George
2014-04-17objfun: Add local header.Paul Sokolovsky