aboutsummaryrefslogtreecommitdiff
path: root/py/objsingleton.c
AgeCommit message (Expand)Author
2019-12-27py/objsingleton: Use mp_generic_unary_op for singleton objects.Damien George
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2015-11-29py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.Damien George
2015-05-05objsingleton: New home for Ellipsis and NotImplemented.Paul Sokolovsky