Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-10 | py/modbuiltins: Make built-in hasattr work properly for user types. | Damien George | |
It now allows __getattr__ in a user type to raise AttributeError when the attribute does not exist. | |||
2018-02-07 | tests/basics: Rename remaining tests that are for built-in functions. | Damien George | |
For consistency with all of the other tests that are named builtin_XXX.py. |