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