| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-10 | tests/basics: Convert "sys.exit()" to "raise SystemExit". | Paul Sokolovsky | |
| 2017-02-09 | py/objtype: Implement __delattr__ and __setattr__. | dmazzella | |
| This patch implements support for class methods __delattr__ and __setattr__ for customising attribute access. It is controlled by the config option MICROPY_PY_DELATTR_SETATTR and is disabled by default. | |||
