1. 413fdce Issue #24821: Refactor STRINGLIB(fastsearch_memchr_1char) and split it on by Serhiy Storchaka · 9 years ago
  2. d9d769f Issue #23573: Increased performance of string search operations (str.find, by Serhiy Storchaka · 9 years ago
  3. 7efa3b8 Close #13126: "Simplify" FASTSEARCH() code to help the compiler to emit more by Victor Stinner · 11 years ago
  4. 18ba40b Check for NULL before the pointer aligning in fastsearch_memchr_1char. by Serhiy Storchaka · 11 years ago
  5. 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
  6. b3f5501 Close #15534: Fix a typo in the fast search function of the string library (_s => s) by Victor Stinner · 12 years ago
  7. 5b9f4c1 Fix typo by Antoine Pitrou · 13 years ago
  8. c198d05 Add a comment explaining this heuristic. by Antoine Pitrou · 13 years ago
  9. dda339e Simplify heuristic for when to use memchr by Antoine Pitrou · 13 years ago
  10. 8cc70dc Fix fastsearch for UCS2 and UCS4 by Victor Stinner · 13 years ago
  11. 2c3b230 Issue #13134: optimize finding single-character strings using memchr by Antoine Pitrou · 13 years ago
  12. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  13. eb6f3ea Fix #8530: Prevent stringlib fastsearch from reading beyond the front of an array. by Florent Xicluna · 14 years ago
  14. f068f94 Merged revisions 77469-77470 via svnmerge from by Antoine Pitrou · 14 years ago
  15. f2c5484 Merged revisions 77461 via svnmerge from by Antoine Pitrou · 14 years ago
  16. da2ecaf Merged revisions 77241 via svnmerge from by Antoine Pitrou · 14 years ago
  17. aa06900 Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge from by Benjamin Peterson · 15 years ago
  18. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago