Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | py/objstr: Raise an exception for wrong type on RHS of str binary op. | Damien George | 2017-08-09 |
| | | | | | The main case to catch is invalid types for the containment operator, of the form str.__contains__(non-str). | ||
* | tests/comprehension1, containment: Split set tests to separate files. | Paul Sokolovsky | 2017-02-14 |
| | | | | To make skippable. | ||
* | py: Make native emitter handle multi-compare and not/is not/not in ops. | Damien George | 2014-09-23 |
| | |||
* | Move tests in basic/tests/ up one level preparating to multiple test dirs. | Paul Sokolovsky | 2014-01-19 |