Age | Commit message (Expand) | Author |
---|---|---|
2017-09-19 | py/objstr: strip: Don't strip "\0" by default. | Paul Sokolovsky |
2014-05-30 | objstr: *strip(): If nothing is stripped, don't create dup string. | Paul Sokolovsky |
2014-05-30 | objstr: *strip(): Fix handling of one-char subject strings. | Paul Sokolovsky |
2014-05-11 | objstr: Make *strip() accept bytes. | Paul Sokolovsky |
2014-04-26 | objstr: Implement .lstrip() & .rstrip(). | Paul Sokolovsky |
2014-01-30 | Add tests for str.strip | xbe |