| Age | Commit message (Expand) | Author |
|---|---|---|
| 2014-02-16 | Support passing positional args as keywords to bytecode functions. | Paul Sokolovsky |
| 2014-02-15 | py: Pass all scope flags through to runtime. | Damien George |
| 2014-02-02 | py: Partially fix native emitter to work with latest runtime. | Damien George |
| 2014-02-01 | py: Tidy up BINARY_OPs; negation done by special NOT bytecode. | Damien George |
| 2014-01-30 | Implement __bool__ and __len__ via unary_op virtual method for all types. | Paul Sokolovsky |
| 2014-01-29 | py: Simplify fastn in VM; reduce size of unique code struct. | Damien George |
| 2014-01-28 | py: Implement 'not' in compiler, and improve rt_is_true. | Damien George |
| 2014-01-11 | py: Fix emitcpy and emitnative's binary_op. | Damien George |
| 2014-01-11 | unified the bops | John R. Lenton |
| 2014-01-04 | Split qstr into pools, and put initial pool in ROM. | Damien George |
| 2013-12-30 | py: make closures work. | Damien George |
| 2013-12-21 | Change object representation from 1 big union to individual structs. | Damien |
