| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | #3967: Correct a crash in count() and find() methods of string-like objects. | Amaury Forgeot d'Arc | 2008-09-26 | 1 | -4/+3 |
| | | | | | | | | For example: "".count("xxxx", sys.maxint, 0) Backport of r66631. | ||||
| * | changed find/rfind to return -1 for matches outside the source string | Fredrik Lundh | 2006-05-30 | 1 | -10/+11 |
| | | |||||
| * | needforspeed: stringlib refactoring: changed find_obj to find_slice, | Fredrik Lundh | 2006-05-27 | 1 | -18/+39 |
| | | | | | to enable use from stringobject | ||||
| * | needforspeed: replace improvements, changed to Py_LOCAL_INLINE | Fredrik Lundh | 2006-05-27 | 1 | -5/+5 |
| | | | | | where appropriate | ||||
| * | needforspeed: more stringlib refactoring | Fredrik Lundh | 2006-05-27 | 1 | -0/+33 |
| | | |||||
| * | needforspeed: stringlib refactoring: use stringlib/find for string find | Fredrik Lundh | 2006-05-26 | 1 | -6/+15 |
| | | |||||
| * | needforspeed: stringlib refactoring, continued. added count and | Fredrik Lundh | 2006-05-26 | 1 | -0/+49 |
| find helpers; updated unicodeobject to use stringlib_count | |||||
