1. 29a5fdb Fix str.rpartition(sep) when sep is not found in str. by Neal Norwitz · 18 years ago
  2. 9e9ef9f changed count to return 0 for slices outside the source string by Fredrik Lundh · 18 years ago
  3. 93eff6f changed find/rfind to return -1 for matches outside the source string by Fredrik Lundh · 18 years ago
  4. b51b470 fixed "abc".count("", 100) == -96 error (hopefully, nobody's relying on by Fredrik Lundh · 18 years ago
  5. 60d8b18 needforspeed: stringlib refactoring: changed find_obj to find_slice, by Fredrik Lundh · 18 years ago
  6. c2d29c5 needforspeed: replace improvements, changed to Py_LOCAL_INLINE where appropriate by Fredrik Lundh · 18 years ago
  7. 2d23d5b needforspeed: more stringlib refactoring by Fredrik Lundh · 18 years ago
  8. d1b6cd7 Fix Coverity warnings. by Neal Norwitz · 18 years ago
  9. e6e43c8 needforspeed: stringlib refactoring: use stringlib/find for string find by Fredrik Lundh · 18 years ago
  10. 58b5e84 needforspeed: stringlib refactoring, continued. added count and by Fredrik Lundh · 18 years ago
  11. b3167cb needforspeed: added rpartition implementation by Fredrik Lundh · 18 years ago
  12. be9f219 removed unnecessary include by Fredrik Lundh · 18 years ago
  13. b947948 needforspeed: stringlib refactoring (in progress) by Fredrik Lundh · 18 years ago
  14. a50d201 needforspeed: stringlib refactoring (in progress) by Fredrik Lundh · 18 years ago