summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/tuple_mult.py
Commit message (Collapse)AuthorAge
* py/objtuple: Allow to use inplace-multiplication operator on tuples.Damien George2017-08-09
|
* tests/basics: Add more tuple tests to improve coverage testing.Damien George2016-08-15
|
* py: Fix mult by negative number of tuple, list, str, bytes.Damien George2014-08-13
| | | | | | | Multiplication of a tuple, list, str or bytes now yields an empty sequence (instead of crashing). Addresses issue #799 Also added ability to mult bytes on LHS by integer.
* Implement tuple multiplication.Paul Sokolovsky2014-02-08