summaryrefslogtreecommitdiff
path: root/Objects/stringlib/fastsearch.h
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 83833,83838-83839,83859,83878 via svnmerge fromFlorent Xicluna2010-08-091-2/+2
* Sanitize bloom filter macrosAntoine Pitrou2010-01-131-11/+23
* Test commit to try to diagnose failures of the IA-64 buildbotAntoine Pitrou2010-01-131-2/+2
* Issue #7622: Improve the split(), rsplit(), splitlines() and replace()Antoine Pitrou2010-01-131-19/+21
* Issue #7462: Implement the stringlib fast search algorithm for the `rfind`,Antoine Pitrou2010-01-021-35/+77
* fix urlBenjamin Peterson2009-01-201-1/+1
* needforspeed: replace improvements, changed to Py_LOCAL_INLINEFredrik Lundh2006-05-271-1/+1
* needforspeed: added rpartition implementationFredrik Lundh2006-05-261-0/+7
* needforspeed: stringlib refactoring (in progress)Fredrik Lundh2006-05-261-0/+97