Age | Commit message (Expand) | Author |
---|---|---|
2022-06-20 | py/emit: Suppress unreachable bytecode/native code that follows jump. | Damien George |
2022-03-25 | tests/cmdline/cmd_showbc: Fix spelling of sequence. | David Lechner |
2020-03-30 | tests: Format all Python code with black, except tests in basics subdir. | David Lechner |
2019-10-04 | py/compile: Disallow 'import *' outside module level. | Petr Viktorin |
2018-10-27 | tests/cmdline/cmd_showbc.py: Fix test to explicitly declare nonlocal. | Damien George |
2017-04-22 | tests: Add tests for calling super and loading a method directly. | Damien George |
2016-10-17 | tests/cmdline: Improve coverage test for printing bytecode. | Damien George |
2015-05-05 | tests: Fix cmd_showbc now that LOAD_CONST_ELLIPSIS bytecode is gone. | Damien George |
2015-03-14 | tests: Add cmdline test to test showbc code. | Damien George |