15 Commits (c588feeea94788e164286dbd757e34829a2eefb5)

Author SHA1 Message Date
Victor Stinner f8eac00779 Issue #13623: Fix a performance regression introduced by issue #12170 in 14 years ago
Victor Stinner 9db1a8b69f Replace PyUnicodeObject* by PyObject* where it was irrevelant 14 years ago
Antoine Pitrou ac65d96777 Issue #12170: The count(), find(), rfind(), index() and rindex() methods 14 years ago
Martin v. Löwis d63a3b8beb Implement PEP 393. 14 years ago
Jesus Cea ac4515063c startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) 15 years ago
Jesus Cea 44e81687a2 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) 15 years ago
Antoine Pitrou f2c5484f9e Merged revisions 77461 via svnmerge from 16 years ago
Antoine Pitrou 6467213bfd Issue #7622: Improve the split(), rsplit(), splitlines() and replace() 16 years ago
Antoine Pitrou da2ecaf334 Merged revisions 77241 via svnmerge from 16 years ago
Antoine Pitrou 5b7139aab4 Issue #7462: Implement the stringlib fast search algorithm for the `rfind`, 16 years ago
Amaury Forgeot d'Arc f2e9368021 Merged revisions 66631 via svnmerge from 18 years ago
Amaury Forgeot d'Arc b50f9926ca #3967: Correct a crash in count() and find() methods of string-like objects. 18 years ago
Amaury Forgeot d'Arc fc5ea39289 #3967: Correct a crash in count() and find() methods of string-like objects. 18 years ago
Christian Heimes 4f3c5616cc Removed merge glitch from stringlib/find.h as explained on the python committers list. The FROM_BYTEARRAY isn't required here. 18 years ago
Benjamin Peterson a786b026c9 Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,66020 via svnmerge from 18 years ago
Christian Heimes 7d4c3177d5 Silenced compiler warning 18 years ago
Christian Heimes 9cd177526a Merged revisions 59005-59040 via svnmerge from 18 years ago
Facundo Batista 6f7e6fb7a2 Made _ParseTupleFinds only defined to unicodeobject.c 18 years ago
Facundo Batista 292a069b88 Fix for stupid error (I need to remember to do a full 'make clean + make' 18 years ago
Facundo Batista 57d5669f4b Now in find, rfind, index, and rindex, you can use None as defaults, 18 years ago
Gregory P. Smith 60d241f135 For PEP3137: Adds missing methods to the mutable PyBytes object (soon 18 years ago
Thomas Wouters 4d70c3d9dd Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn 20 years ago
Fredrik Lundh 93eff6fecd changed find/rfind to return -1 for matches outside the source string 20 years ago
Thomas Wouters 477c8d5e70 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 20 years ago
Fredrik Lundh 60d8b18831 needforspeed: stringlib refactoring: changed find_obj to find_slice, 20 years ago
Fredrik Lundh c2d29c5a6d needforspeed: replace improvements, changed to Py_LOCAL_INLINE 20 years ago
Fredrik Lundh 2d23d5bf2e needforspeed: more stringlib refactoring 20 years ago
Fredrik Lundh e6e43c867d needforspeed: stringlib refactoring: use stringlib/find for string find 20 years ago
Fredrik Lundh 58b5e84d52 needforspeed: stringlib refactoring, continued. added count and 20 years ago