Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-19 | py/objstr: strip: Don't strip "\0" by default. | Paul Sokolovsky | |
An issue was due to incorrectly taking size of default strip characters set. | |||
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 | |
Share code with .strip(). TODO: optimize .rstrip(). | |||
2014-01-30 | Add tests for str.strip | xbe | |