Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c4afe2950ab97fb529da99b511036b8a974b1694
/
Objects
/
stringlib
/
count.h
6467213
Issue #7622: Improve the split(), rsplit(), splitlines() and replace()
by Antoine Pitrou
· 15 years ago
fc5ea39
#3967: Correct a crash in count() and find() methods of string-like objects.
by Amaury Forgeot d'Arc
· 17 years ago
9e9ef9f
changed count to return 0 for slices 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
c2d29c5
needforspeed: replace improvements, changed to Py_LOCAL_INLINE where appropriate
by Fredrik Lundh
· 19 years ago
58b5e84
needforspeed: stringlib refactoring, continued. added count and
by Fredrik Lundh
· 19 years ago