Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | py: Rename old const type objects to mp_type_* for consistency. | Damien George | 2014-03-29 |
| | |||
* | py: Change mp_const_* objects to macros. | Damien George | 2014-03-29 |
| | | | | Addresses issue #388. | ||
* | py: Thin out predefined exceptions. | Damien George | 2014-03-27 |
| | | | | | Only exceptions that are actually used are left prefedined. Hierarchy is still there, and removed exceptions are just commented out. | ||
* | py: Implement getattr() builtin. | Paul Sokolovsky | 2014-03-27 |
| | |||
* | py: Removed some unnecessary exception objects. | Damien George | 2014-03-25 |
| | | | | | They still exist in commented-out form in objexcept.c if they are ever needed. | ||
* | Proper support for registering builtin modules in ROM. | Damien George | 2014-03-25 |
Comes with some refactoring of code and renaming of files. All modules are now named mod*.[ch]. |