Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-05 | tests: Rename test scripts, changing - to _ for consistency. | Damien George | |
From now on, all new tests must use underscore. Addresses issue #727. | |||
2014-02-16 | Support passing positional args as keywords to bytecode functions. | Paul Sokolovsky | |
For this, record argument names along with each bytecode function. The code still includes extensive debug logging support so far. | |||
2014-02-16 | Rename fun-kwargs.py -> fun-kwvarargs.py to free up slot for simple kw test. | Paul Sokolovsky | |
2014-02-16 | py: Pass keyword arguments to byte code. | Damien George | |