summaryrefslogtreecommitdiffstats
path: root/Objects/stringlib/partition.h
Commit message (Expand)AuthorAgeFilesLines
* Fix endcase for str.rpartition()Raymond Hettinger2006-09-041-4/+4
* needforspeed: replace improvements, changed to Py_LOCAL_INLINEFredrik Lundh2006-05-271-2/+2
* Fix Coverity warnings.Neal Norwitz2006-05-271-6/+1
* needforspeed: stringlib refactoring, continued. added count andFredrik Lundh2006-05-261-4/+12
* needforspeed: added rpartition implementationFredrik Lundh2006-05-261-1/+61
* removed unnecessary includeFredrik Lundh2006-05-261-2/+0
* needforspeed: stringlib refactoring (in progress)Fredrik Lundh2006-05-261-0/+50