index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
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
/
runtime.h
Age
Commit message (
Expand
)
Author
2014-11-06
py: Remove obsolute function declaration.
Damien George
2014-10-25
py: Add mp_pending_exception global variable, for VM soft interrupt.
Damien George
2014-08-30
py: Change uint to mp_uint_t in runtime.h, stackctrl.h, binary.h.
Damien George
2014-08-24
py: Fix bug where GC collected native/viper/asm function data.
Damien George
2014-08-16
py: Viper can call functions with native types, and raise exceptions.
Damien George
2014-08-15
py: Viper can now store to global.
Damien George
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-06-07
py: Add generic mp_not_implemented() func to use instead of assert().
Paul Sokolovsky
2014-06-03
py: Instead of having "debug on" var, have "optimization level" var.
Paul Sokolovsky
2014-05-28
py: Implement long int parsing in int(...).
Damien George
2014-05-12
py: Add support for __debug__ constant.
Damien George
2014-05-06
Merge branch 'master' of https://github.com/micropython/micropython
Damien George
2014-05-06
py: Add keyword arg support to enumerate constructor.
Damien George
2014-05-06
py: enumerate(): Add NotImplementedError for kwargs.
Paul Sokolovsky
2014-05-03
Add license header to (almost) all files.
Damien George
2014-04-26
Simplify names for argcheck.c / arg parsing.
Damien George
2014-04-20
py: Add arg checking helper functions.
Damien George
2014-04-17
py: Add MP_OBJ_STOP_ITERATION and make good use of it.
Damien George
2014-04-17
py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr.
Damien George
2014-04-13
Merge pull request #476 from pfalcon/static-sys
Damien George
2014-04-13
py: Remove unique_codes from emitglue.c. Replace with pointers.
Damien George
2014-04-13
py, unix: Convert sys module to static representation.
Paul Sokolovsky
2014-04-08
py: Remove obsolete mp_delete_subscr declaration.
Damien George
2014-04-08
py: Finish implementation of all del opcodes.
Damien George
2014-04-08
py: implement UNPACK_EX byte code (for: a, *b, c = d)
Damien George
2014-04-06
py: Implement more features in native emitter.
Damien George
2014-04-06
py: Revert mp_load_attr() to its previous state (not supporting default val).
Paul Sokolovsky
2014-04-05
py: Make globals and locals proper dictionary objects.
Damien George
2014-04-05
Merge pull request #433 from pfalcon/getattr-3arg
Damien George
2014-04-05
py: Implement DELETE_SUBSCR bytecode; implement mp_obj_dict_delete.
Damien George
2014-04-05
py: Support 3-arg getattr() builtin (with default value).
Paul Sokolovsky
2014-03-31
py: Implement __getattr__.
Damien George
2014-03-31
py: Remove old "run time" functions that were 1 liners.
Damien George
2014-03-31
py: Towards default keyword arguments.
Damien George
2014-03-31
py: Add LOAD_NULL bytecode and use it to simplify function calls.
Damien George
2014-03-30
py: Implement support for generalized generator protocol.
Paul Sokolovsky
2014-03-30
py: Implement positional and keyword args via * and **.
Damien George
2014-03-30
Merge map.h into obj.h.
Damien George
2014-03-30
Rename rt_* to mp_*.
Damien George
2014-03-29
py: Free unique_code slot for outer module.
Damien George
2014-03-27
py: Factor out code from runtime.c to emitglue.c.
Damien George
2014-03-26
py: Support closures with default args.
Paul Sokolovsky
2014-03-26
py: Replace mp_const_stop_iteration object with MP_OBJ_NULL.
Damien George
2014-03-23
py: Implement support for "except Exception as var" clause.
Paul Sokolovsky
2014-02-17
Add pin mapping code.
Dave Hylands
2014-02-15
Implement proper exception type hierarchy.
Damien George
2014-02-14
Implement "from module import *" construct.
Paul Sokolovsky
2014-02-05
Implement support for sys.path when loading modules.
Paul Sokolovsky
2014-02-02
py: Partially fix native emitter to work with latest runtime.
Damien George
2014-02-01
Implement default function arguments (for Python functions).
Paul Sokolovsky
[next]