summaryrefslogtreecommitdiff
path: root/tests/run/strmethods.pyx
Commit message (Expand)AuthorAgeFilesLines
* Minor test fix in PyPy.Stefan Behnel2018-03-251-2/+2
* Fix compiler crash on an assertion that had better been a safety condition.Stefan Behnel2018-02-101-0/+20
* optimise str % formattingStefan Behnel2013-12-311-0/+49
* optimise str/bytes.join() and infer the result type; improve type inference f...Stefan Behnel2013-12-071-0/+30
* test fixes and extensionsStefan Behnel2011-05-301-0/+8
* Initial implementation of startswith & endswith for strJohn Ehresman2011-05-251-0/+47