summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/string_strip.py
Commit message (Expand)AuthorAge
* objstr: *strip(): If nothing is stripped, don't create dup string.Paul Sokolovsky2014-05-30
* objstr: *strip(): Fix handling of one-char subject strings.Paul Sokolovsky2014-05-30
* objstr: Make *strip() accept bytes.Paul Sokolovsky2014-05-11
* objstr: Implement .lstrip() & .rstrip().Paul Sokolovsky2014-04-26
* Add tests for str.stripxbe2014-01-30