summaryrefslogtreecommitdiffstats
path: root/Objects/stringlib/count.h
Commit message (Expand)AuthorAgeFilesLines
* #3967: Correct a crash in count() and find() methods of string-like objects.Amaury Forgeot d'Arc2008-09-261-4/+3
* changed count to return 0 for slices outside the source stringFredrik Lundh2006-05-301-1/+1
* fixed "abc".count("", 100) == -96 error (hopefully, nobody's relying onFredrik Lundh2006-05-291-1/+4
* needforspeed: replace improvements, changed to Py_LOCAL_INLINEFredrik Lundh2006-05-271-1/+1
* needforspeed: stringlib refactoring, continued. added count andFredrik Lundh2006-05-261-0/+34