aboutsummaryrefslogtreecommitdiff
path: root/py/opmethods.c
AgeCommit message (Expand)Author
2020-01-09py: Make mp_obj_get_type() return a const ptr to mp_obj_type_t.Damien George
2017-11-24py/runtime: Add MP_BINARY_OP_CONTAINS as reverse of MP_BINARY_OP_IN.Damien George
2017-11-24py/opmethods: Include the correct header for binary op enums.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2015-01-01py: Move to guarded includes, everywhere in py/ core.Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-05-02py, unix: Make "mpconfig.h" be first included, as other headers depend on it.Paul Sokolovsky
2014-04-17py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr.Damien George
2014-04-13objdict: Add __delitem__.Paul Sokolovsky
2014-04-13objdict: Add __setitem__.Paul Sokolovsky
2014-04-13py: Factor out impl of special methods for builtin types into opmethods.cPaul Sokolovsky