index
:
micropython
docs/library/bluetooth
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
py
/
opmethods.c
Commit message (
Expand
)
Author
Age
*
all: Remove the "STATIC" macro and just use "static" instead.
Angus Gratton
2024-03-07
*
py/obj: Add accessors for type slots and use everywhere.
Jim Mussared
2022-09-19
*
py: Make mp_obj_get_type() return a const ptr to mp_obj_type_t.
Damien George
2020-01-09
*
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-11-24
*
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-31
*
py: Move to guarded includes, everywhere in py/ core.
Damien George
2015-01-01
*
Add license header to (almost) all files.
Damien George
2014-05-03
*
py, unix: Make "mpconfig.h" be first included, as other headers depend on it.
Paul Sokolovsky
2014-05-02
*
py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr.
Damien George
2014-04-17
*
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
2014-04-13