Damien George
|
c63f984647
|
py: Thin out predefined exceptions.
Only exceptions that are actually used are left prefedined. Hierarchy
is still there, and removed exceptions are just commented out.
|
2014-03-27 23:49:06 +00:00 |
Paul Sokolovsky
|
e9137b94f2
|
py: Implement getattr() builtin.
|
2014-03-27 00:11:36 +02:00 |
Damien George
|
ffb5cfc8d8
|
py: Removed some unnecessary exception objects.
They still exist in commented-out form in objexcept.c if they are ever
needed.
|
2014-03-25 14:29:40 +00:00 |
Damien George
|
caac542b23
|
Proper support for registering builtin modules in ROM.
Comes with some refactoring of code and renaming of files. All modules
are now named mod*.[ch].
|
2014-03-25 14:18:18 +00:00 |