Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2018-02-07 | py/objtype: Check and prevent delete/store on a fixed locals map. | Damien George | |
Note that the check for elem!=NULL is removed for the MP_MAP_LOOKUP_ADD_IF_NOT_FOUND case because mp_map_lookup will always return non-NULL for such a case. | |||
2015-09-03 | tests: Add tests to improve coverage of objstr.c. | Damien George | |
2015-02-14 | py: Add setattr builtin. | stijn | |