summaryrefslogtreecommitdiffstats
path: root/Objects/stringlib/README.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add note about usage of STRINGLIB_EMPTY.Georg Brandl2010-01-171-4/+5
|
* Issue #7622: Improve the split(), rsplit(), splitlines() and replace()Antoine Pitrou2010-01-131-0/+9
| | | | | methods of bytes, bytearray and unicode objects by using a common implementation based on stringlib's fast search. Patch by Florent Xicluna.
* Issue #7462: Implement the stringlib fast search algorithm for the `rfind`,Antoine Pitrou2010-01-021-4/+0
| | | | `rindex`, `rsplit` and `rpartition` methods. Patch by Florent Xicluna.
* needforspeed: more stringlib refactoringFredrik Lundh2006-05-271-0/+29
|
* needforspeed: stringlib refactoring (in progress)Fredrik Lundh2006-05-261-0/+5