summaryrefslogtreecommitdiffstats
path: root/Objects/stringlib/fastsearch.h
Commit message (Collapse)AuthorAgeFilesLines
* Issue #7462: Implement the stringlib fast search algorithm for the `rfind`,Antoine Pitrou2010-01-021-35/+77
| | | | `rindex`, `rsplit` and `rpartition` methods. Patch by Florent Xicluna.
* fix urlBenjamin Peterson2009-01-201-1/+1
|
* needforspeed: replace improvements, changed to Py_LOCAL_INLINEFredrik Lundh2006-05-271-1/+1
| | | | where appropriate
* needforspeed: added rpartition implementationFredrik Lundh2006-05-261-0/+7
|
* needforspeed: stringlib refactoring (in progress)Fredrik Lundh2006-05-261-0/+97