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
/
opmethods.c
Age
Commit message (
Expand
)
Author
2024-03-07
all: Remove the "STATIC" macro and just use "static" instead.
Angus Gratton
2022-09-19
py/obj: Add accessors for type slots and use everywhere.
Jim Mussared
2020-01-09
py: Make mp_obj_get_type() return a const ptr to mp_obj_type_t.
Damien George
2017-11-24
py/runtime: Add MP_BINARY_OP_CONTAINS as reverse of MP_BINARY_OP_IN.
Damien George
2017-11-24
py/opmethods: Include the correct header for binary op enums.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2015-01-01
py: Move to guarded includes, everywhere in py/ core.
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George
2014-05-02
py, unix: Make "mpconfig.h" be first included, as other headers depend on it.
Paul Sokolovsky
2014-04-17
py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr.
Damien George
2014-04-13
objdict: Add __delitem__.
Paul Sokolovsky
2014-04-13
objdict: Add __setitem__.
Paul Sokolovsky
2014-04-13
py: Factor out impl of special methods for builtin types into opmethods.c
Paul Sokolovsky