summaryrefslogtreecommitdiffstatshomepage
path: root/py/opmethods.c
Commit message (Expand)AuthorAge
* all: Remove the "STATIC" macro and just use "static" instead.Angus Gratton2024-03-07
* py/obj: Add accessors for type slots and use everywhere.Jim Mussared2022-09-19
* py: Make mp_obj_get_type() return a const ptr to mp_obj_type_t.Damien George2020-01-09
* py/runtime: Add MP_BINARY_OP_CONTAINS as reverse of MP_BINARY_OP_IN.Damien George2017-11-24
* py/opmethods: Include the correct header for binary op enums.Damien George2017-11-24
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* py: Move to guarded includes, everywhere in py/ core.Damien George2015-01-01
* Add license header to (almost) all files.Damien George2014-05-03
* py, unix: Make "mpconfig.h" be first included, as other headers depend on it.Paul Sokolovsky2014-05-02
* py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr.Damien George2014-04-17
* objdict: Add __delitem__.Paul Sokolovsky2014-04-13
* objdict: Add __setitem__.Paul Sokolovsky2014-04-13
* py: Factor out impl of special methods for builtin types into opmethods.cPaul Sokolovsky2014-04-13