Age | Commit message (Expand) | Author |
---|---|---|
2025-03-02 | py/objstr: Support tuples and start/end args in startswith and endswith. | Glenn Moloney |
2017-08-29 | py/objstr: startswith, endswith: Check arg to be a string. | Paul Sokolovsky |
2014-05-15 | objstr: startswith(): Accept optional "start" arg. | Paul Sokolovsky |
2014-01-23 | Implement simplest case of str.startswith(). | Paul Sokolovsky |