1. 6f7e6fb Made _ParseTupleFinds only defined to unicodeobject.c by Facundo Batista · 18 years ago
  2. 292a069 Fix for stupid error (I need to remember to do a full 'make clean + make' by Facundo Batista · 18 years ago
  3. 57d5669 Now in find, rfind, index, and rindex, you can use None as defaults, by Facundo Batista · 18 years ago
  4. a0c95fa Fix endcase for str.rpartition() by Raymond Hettinger · 19 years ago
  5. 9e9ef9f changed count to return 0 for slices outside the source string by Fredrik Lundh · 19 years ago
  6. 93eff6f changed find/rfind to return -1 for matches outside the source string by Fredrik Lundh · 19 years ago
  7. b51b470 fixed "abc".count("", 100) == -96 error (hopefully, nobody's relying on by Fredrik Lundh · 19 years ago
  8. 60d8b18 needforspeed: stringlib refactoring: changed find_obj to find_slice, by Fredrik Lundh · 19 years ago
  9. c2d29c5 needforspeed: replace improvements, changed to Py_LOCAL_INLINE where appropriate by Fredrik Lundh · 19 years ago
  10. 2d23d5b needforspeed: more stringlib refactoring by Fredrik Lundh · 19 years ago
  11. d1b6cd7 Fix Coverity warnings. by Neal Norwitz · 19 years ago
  12. e6e43c8 needforspeed: stringlib refactoring: use stringlib/find for string find by Fredrik Lundh · 19 years ago
  13. 58b5e84 needforspeed: stringlib refactoring, continued. added count and by Fredrik Lundh · 19 years ago
  14. b3167cb needforspeed: added rpartition implementation by Fredrik Lundh · 19 years ago
  15. be9f219 removed unnecessary include by Fredrik Lundh · 19 years ago
  16. b947948 needforspeed: stringlib refactoring (in progress) by Fredrik Lundh · 19 years ago
  17. a50d201 needforspeed: stringlib refactoring (in progress) by Fredrik Lundh · 19 years ago