| 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-04-17 | tests: Remove print('flush') from 2 tests, since stmhal now works. | Damien George | |
| Fixing the USB problem on stmhal now gets these 2 tests working. | |||
| 2014-04-13 | tests: Make tests pass on pyboard. | Damien George | |
| 2014-03-30 | py: Implement positional and keyword args via * and **. | Damien George | |
| Extends previous implementation with * for function calls to * and ** for both function and method calls. | |||
| 2014-03-30 | vm: Implement CALL_FUNCTION_VAR opcode (foo(*(1, 2, 3))). | Paul Sokolovsky | |
