Age | Commit message (Expand) | Author |
---|---|---|
2023-06-01 | tests/basics: Remove __index__ and __inv__ from special methods tests. | Damien George |
2020-09-18 | tests/basics: Enable == and != special-method tests now that they work. | Damien George |
2019-09-26 | tests/basics: Add test for matmul operator. | Damien George |
2018-12-13 | tests/basics/special_methods2: Typo fix in comment. | Paul Sokolovsky |
2018-05-11 | tests/basics/special_methods2: Enable some additional tests that work. | Damien George |
2018-05-10 | py/modbuiltins: Make built-in dir support the __dir__ special method. | Damien George |
2017-06-10 | tests/basics: Convert "sys.exit()" to "raise SystemExit". | Paul Sokolovsky |
2017-02-15 | tests/basic/: Make various tests skippable. | Paul Sokolovsky |