summaryrefslogtreecommitdiff
path: root/py/builtintables.c
AgeCommit message (Expand)Author
2014-05-03Add license header to (almost) all files.Damien George
2014-04-26Add ARRAY_SIZE macro, and use it where possible.Damien George
2014-04-26py: Make collections module configurable, enabled by default.Damien George
2014-04-17py: Make built-in 'range' a class.Damien George
2014-04-17py: Add cmath module, for complex math. Disabled by default.Damien George
2014-04-15py: Add builtin functions bin and oct, and some tests for them.Damien George
2014-04-15py: Add hex builtin function.Damien George
2014-04-13py: Add property object, with basic functionality.Damien George
2014-04-13py: Add more #if's for configurable MOD_SYS.Damien George
2014-04-13Merge pull request #476 from pfalcon/static-sysDamien George
2014-04-13py: Rename collections module to _collections.Paul Sokolovsky
2014-04-13py, unix: Convert sys module to static representation.Paul Sokolovsky
2014-04-10py: Start implementing "struct" module.Paul Sokolovsky
2014-04-08py: Make bytearray a proper type.Paul Sokolovsky
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