Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ab1c85307948219ecf15608b7f7aad41fb8c8670
/
Objects
/
stringlib
/
fastsearch.h
7efa3b8
Close #13126: "Simplify" FASTSEARCH() code to help the compiler to emit more
by Victor Stinner
· 12 years ago
18ba40b
Check for NULL before the pointer aligning in fastsearch_memchr_1char.
by Serhiy Storchaka
· 12 years ago
ca8aa4a
Issue #15144: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t.
by Antoine Pitrou
· 12 years ago
b3f5501
Close #15534: Fix a typo in the fast search function of the string library (_s => s)
by Victor Stinner
· 12 years ago
5b9f4c1
Fix typo
by Antoine Pitrou
· 13 years ago
c198d05
Add a comment explaining this heuristic.
by Antoine Pitrou
· 13 years ago
dda339e
Simplify heuristic for when to use memchr
by Antoine Pitrou
· 13 years ago
8cc70dc
Fix fastsearch for UCS2 and UCS4
by Victor Stinner
· 13 years ago
2c3b230
Issue #13134: optimize finding single-character strings using memchr
by Antoine Pitrou
· 13 years ago
d63a3b8
Implement PEP 393.
by Martin v. Löwis
· 13 years ago
eb6f3ea
Fix #8530: Prevent stringlib fastsearch from reading beyond the front of an array.
by Florent Xicluna
· 14 years ago
f068f94
Merged revisions 77469-77470 via svnmerge from
by Antoine Pitrou
· 15 years ago
f2c5484
Merged revisions 77461 via svnmerge from
by Antoine Pitrou
· 15 years ago
da2ecaf
Merged revisions 77241 via svnmerge from
by Antoine Pitrou
· 15 years ago
aa06900
Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge from
by Benjamin Peterson
· 16 years ago
477c8d5
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
by Thomas Wouters
· 18 years ago