summaryrefslogtreecommitdiffstatshomepage
path: root/py/objnamedtuple.c
Commit message (Expand)AuthorAge
* py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr.Damien George2014-04-17
* py: Change nlr_jump to nlr_raise, to aid in debugging.Damien George2014-04-05
* py: Change mp_const_* objects to macros.Damien George2014-03-29
* namedtuple: Inherit unary/binary ops from tuple base class.Paul Sokolovsky2014-03-03
* Add basic collections.namedtuple implementation.Paul Sokolovsky2014-03-03