Age | Commit message (Expand) | Author |
---|---|---|
2024-07-25 | py/runtime: Fix self arg passed to classmethod when accessed via super. | 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 |
2015-12-09 | py: Fix calling of parent classmethod from instance of subclass. | Damien George |
2014-06-08 | objtype: Fix passing of class param to inherited classmethods. | Paul Sokolovsky |