17 Commits (12d0731b91d8e58ba20ec28adf2d6c1aa995d74a)

Author SHA1 Message Date
Damien George 86b3db9cd0 tests/cmdline/cmd_showbc: Update to work with recent changes. 8 years ago
Damien George 861b001783 tests/cmdline: Update tests to pass with latest changes to bytecode. 8 years ago
Damien George f4df3aaa72 py: Allow bytecode/native to put iter_buf on stack for simple for loops. 9 years ago
Damien George 453c2e8f55 tests/cmdline: Improve coverage test for printing bytecode. 8 years ago
stijn 7f19b1c3eb tests: Fix expected output of verbose cmdline test 8 years ago
Damien George f65e4f0b8f tests/cmdline/cmd_showbc: Fix test now that 1 value is stored on stack. 8 years ago
Damien George bb954d80a4 tests: Get cmdline verbose tests running again. 8 years ago
Damien George 59fba2d6ea py: Remove mp_load_const_bytes and instead load precreated bytes object. 10 years ago
Damien George c5029bcbf3 py: Add MP_BINARY_OP_DIVMOD to simplify and consolidate divmod builtin. 10 years ago
Damien George c2a4e4effc py: Convert hash API to use MP_UNARY_OP_HASH instead of ad-hoc function. 10 years ago
Damien George 9a42eb541e py: Fix naming of function arguments when function is a closure. 10 years ago
Damien George 367d4d1098 tests: Fix cmd_showbc now that LOAD_CONST_ELLIPSIS bytecode is gone. 10 years ago
Damien George 8c1d23a0e2 py: Modify bytecode "with" behaviour so it doesn't use any heap. 10 years ago
Damien George c9aa1883ed py: Simplify bytecode prelude when encoding closed over variables. 10 years ago
Damien George 1004535237 tests: Make cmdline tests more stable by using regex for matching. 10 years ago
Damien George 0683c1ceef tests: Don't try to verify amount of memory used in cmd_showbc test. 10 years ago
Damien George 703c009681 tests: Add cmdline test to test showbc code. 10 years ago