aboutsummaryrefslogtreecommitdiff
path: root/py/builtintables.c
AgeCommit message (Expand)Author
2014-04-06py: Implement globals() and locals() builtins.Paul Sokolovsky
2014-04-05py: Make globals and locals proper dictionary objects.Damien George
2014-04-05py: Put default namespace into module __main__.Paul Sokolovsky
2014-04-03py: Add "io" module.Paul Sokolovsky
2014-03-29py: Rename old const type objects to mp_type_* for consistency.Damien George
2014-03-29py: Change mp_const_* objects to macros.Damien George
2014-03-27py: Thin out predefined exceptions.Damien George
2014-03-27py: Implement getattr() builtin.Paul Sokolovsky
2014-03-25py: Removed some unnecessary exception objects.Damien George
2014-03-25Proper support for registering builtin modules in ROM.Damien George