5 Commits (e8f706eda77db200728fc436dca20f0591eeec27)

Author SHA1 Message Date
Martin v. Löwis d63a3b8beb Implement PEP 393. 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
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
Thomas Wouters 4d70c3d9dd Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn 20 years ago
Fredrik Lundh 9e9ef9fa5a changed count to return 0 for slices outside the source string 20 years ago
Fredrik Lundh b51b470eb8 fixed "abc".count("", 100) == -96 error (hopefully, nobody's relying on 20 years ago
Thomas Wouters 477c8d5e70 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 20 years ago
Fredrik Lundh c2d29c5a6d needforspeed: replace improvements, changed to Py_LOCAL_INLINE 20 years ago
Fredrik Lundh 58b5e84d52 needforspeed: stringlib refactoring, continued. added count and 20 years ago