aboutsummaryrefslogtreecommitdiff
path: root/tests/cmdline/cmd_showbc.py.exp
AgeCommit message (Expand)Author
2017-04-22tests: Add tests for calling super and loading a method directly.Damien George
2017-02-16tests/cmdline/cmd_showbc: Update to work with recent changes.Damien George
2017-02-16tests/cmdline: Update tests to pass with latest changes to bytecode.Damien George
2017-02-16py: Allow bytecode/native to put iter_buf on stack for simple for loops.Damien George
2016-10-17tests/cmdline: Improve coverage test for printing bytecode.Damien George
2016-10-05tests: Fix expected output of verbose cmdline teststijn
2016-09-27tests/cmdline/cmd_showbc: Fix test now that 1 value is stored on stack.Damien George
2016-09-20tests: Get cmdline verbose tests running again.Damien George
2015-06-25py: Remove mp_load_const_bytes and instead load precreated bytes object.Damien George
2015-06-13py: Add MP_BINARY_OP_DIVMOD to simplify and consolidate divmod builtin.Damien George
2015-05-12py: Convert hash API to use MP_UNARY_OP_HASH instead of ad-hoc function.Damien George
2015-05-06py: Fix naming of function arguments when function is a closure.Damien George
2015-05-05tests: Fix cmd_showbc now that LOAD_CONST_ELLIPSIS bytecode is gone.Damien George
2015-04-24py: Modify bytecode "with" behaviour so it doesn't use any heap.Damien George
2015-04-07py: Simplify bytecode prelude when encoding closed over variables.Damien George
2015-03-20tests: Make cmdline tests more stable by using regex for matching.Damien George
2015-03-14tests: Don't try to verify amount of memory used in cmd_showbc test.Damien George
2015-03-14tests: Add cmdline test to test showbc code.Damien George