summaryrefslogtreecommitdiff
path: root/py/parsehelper.c
AgeCommit message (Expand)Author
2014-05-03Add license header to (almost) all files.Damien George
2014-04-13py: Fix SyntaxError exception: don't have a block name, so pass NULL.Damien George
2014-04-13py: Add traceback info to syntax errors.Damien George
2014-04-10py: Check explicitly for memory allocation failure in parser.Damien George
2014-02-15Implement proper exception type hierarchy.Damien George