| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-11 | tests/basics/special_methods2: Enable some additional tests that work. | Damien George | |
| These special methods are all available if MICROPY_PY_ALL_SPECIAL_METHODS is enabled. | |||
| 2018-05-10 | py/modbuiltins: Make built-in dir support the __dir__ special method. | Damien George | |
| If MICROPY_PY_ALL_SPECIAL_METHODS is enabled then dir() will now delegate to the special method __dir__ if the object it is listing has this method. | |||
| 2017-06-10 | tests/basics: Convert "sys.exit()" to "raise SystemExit". | Paul Sokolovsky | |
| 2017-02-15 | tests/basic/: Make various tests skippable. | Paul Sokolovsky | |
| To run the testsuite on small ports. | |||
