aboutsummaryrefslogtreecommitdiff
path: root/py/objgetitemiter.c
AgeCommit message (Expand)Author
2014-02-15Implement proper exception type hierarchy.Damien George
2014-02-15Change mp_obj_type_t.name from const char * to qstr.Damien George
2014-02-12Replace global "static" -> "STATIC", to allow "analysis builds". Part 1.Paul Sokolovsky
2014-01-25py: Implement iterator support for object that has __getitem__.Damien George