summaryrefslogtreecommitdiff
path: root/tests/basics/tuple_mult.py
AgeCommit message (Expand)Author
2017-08-09py/objtuple: Allow to use inplace-multiplication operator on tuples.Damien George
2016-08-15tests/basics: Add more tuple tests to improve coverage testing.Damien George
2014-08-13py: Fix mult by negative number of tuple, list, str, bytes.Damien George
2014-02-08Implement tuple multiplication.Paul Sokolovsky