1. 6467213 Issue #7622: Improve the split(), rsplit(), splitlines() and replace() by Antoine Pitrou · 15 years ago
  2. 5b7139a Issue #7462: Implement the stringlib fast search algorithm for the `rfind`, by Antoine Pitrou · 15 years ago
  3. cac7af6 Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. by Eric Smith · 16 years ago
  4. aca19e6 Backport of some of the work in r71665 to trunk. This reworks much of by Eric Smith · 16 years ago
  5. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 17 years ago
  6. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
  7. cf537ff Addresses issue 2802: 'n' formatting for integers. by Eric Smith · 17 years ago
  8. a9f7d62 Backport of PEP 3101, Advanced String Formatting, from py3k. by Eric Smith · 17 years ago