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