summaryrefslogtreecommitdiff
path: root/py/objlist.h
AgeCommit message (Expand)Author
2015-02-27py: Fix adding of traceback so that it appends to existing info.Damien George
2015-02-15objexcept: Optimize traceback allocation for exception.Paul Sokolovsky
2015-01-01py: Move to guarded includes, everywhere in py/ core.Damien George
2014-07-03Rename machine_(u)int_t to mp_(u)int_t.Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-04-13objlist: Add support for statically allocated lists.Paul Sokolovsky