summaryrefslogtreecommitdiff
path: root/py/parsehelper.c
AgeCommit message (Expand)Author
2015-02-07py: Protect mp_parse and mp_compile with nlr push/pop block.Damien George
2015-01-01py: Move to guarded includes, everywhere in py/ core.Damien George
2014-12-05py: Optimise lexer by exposing lexer type.Damien George
2014-07-03lexer: Convert type (u)int to mp_(u)int_t.Damien George
2014-06-21py: Include mpconfig.h before all other includes.Paul Sokolovsky
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