Commits
User selector
Commit History
Commits on Feb 22, 2026
Commits on Jul 13, 2025
Commits on Jun 13, 2024
Commits on Jun 4, 2024
Commits on Sep 13, 2022
Commits on Jun 20, 2022
Commits on May 24, 2022
gh-93033: Use wmemchr in stringlib (GH-93034)
Show description for 7108bdfauthored
Commits on Jul 19, 2021
Commits on May 22, 2021
Commits on Feb 28, 2021
bpo-41972: Use the two-way algorithm for string searching (GH-22904)
Show description for 73a85c4andauthored
Commits on Sep 11, 2019
- authored andcommitted
Commits on May 17, 2019
- authored andcommitted

Commits on Mar 30, 2017
bpo-24821: Fixed the slowing down to 25 times in the searching of some (#505)
Show description for 0a58f72authored
Commits on Nov 14, 2015
Issue #24821: Refactor STRINGLIB(fastsearch_memchr_1char) and split it on
Show description for 413fdcecommitted
Commits on Mar 24, 2015
Issue #23573: Increased performance of string search operations (str.find,
Show description for d9d769fcommitted
Commits on Apr 7, 2013
Close #13126: "Simplify" FASTSEARCH() code to help the compiler to emit more
Show description for 7efa3b8committed
Commits on Jan 15, 2013
Check for NULL before the pointer aligning in fastsearch_memchr_1char.
Show description for 18ba40bcommitted
Commits on Sep 20, 2012
Issue #15144: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t.
Show description for ca8aa4acommitted
Commits on Aug 2, 2012
Close #15534: Fix a typo in the fast search function of the string library (_s => s)
Show description for b3f5501committed
Commits on Oct 13, 2011
Commits on Oct 11, 2011
Fix fastsearch for UCS2 and UCS4
Show description for 8cc70dccommitted
Victor Stinner- committed
Commits on Sep 28, 2011
- committed
Commits on Aug 8, 2010
Commits on Jan 13, 2010
Merged revisions 77469-77470 via svnmerge from
Show description for f068f94committedMerged revisions 77461 via svnmerge from
Show description for f2c5484committed
Commits on Jan 2, 2010
Merged revisions 77241 via svnmerge from
Show description for da2ecafcommitted
Commits on Jan 23, 2009
Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge from
Show description for aa06900committed
Commits on May 27, 2006
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Show description for 477c8d5committed
Loading