Age | Commit message (Expand) | Author |
---|---|---|
2015-02-07 | py: Protect mp_parse and mp_compile with nlr push/pop block. | Damien George |
2015-01-01 | py: Move to guarded includes, everywhere in py/ core. | Damien George |
2014-12-05 | py: Optimise lexer by exposing lexer type. | Damien George |
2014-07-03 | lexer: Convert type (u)int to mp_(u)int_t. | Damien George |
2014-06-21 | py: Include mpconfig.h before all other includes. | Paul Sokolovsky |
2014-05-03 | Add license header to (almost) all files. | Damien George |
2014-04-13 | py: Fix SyntaxError exception: don't have a block name, so pass NULL. | Damien George |
2014-04-13 | py: Add traceback info to syntax errors. | Damien George |
2014-04-10 | py: Check explicitly for memory allocation failure in parser. | Damien George |
2014-02-15 | Implement proper exception type hierarchy. | Damien George |