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