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