summaryrefslogtreecommitdiff
path: root/py/builtinevex.c
AgeCommit message (Expand)Author
2014-04-13py: Add traceback info to syntax errors.Damien George
2014-04-06py: Add option to compiler to specify default code emitter.Damien George
2014-04-05py: Make globals and locals proper dictionary objects.Damien George
2014-04-05py: Change nlr_jump to nlr_raise, to aid in debugging.Damien George
2014-03-30Merge map.h into obj.h.Damien George
2014-03-30Rename rt_* to mp_*.Damien George
2014-03-17py: Clean up includes.xbe
2014-02-15Implement proper exception type hierarchy.Damien George
2014-02-13Implement full arg handling for exec().Paul Sokolovsky
2014-02-12Replace global "static" -> "STATIC", to allow "analysis builds". Part 2.Paul Sokolovsky
2014-02-08Make mp_obj_str_get_data return char* instead of byte*.Damien George
2014-02-03py: Implement builtin exec.Damien George