aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Objects/stringlib/find_max_char.h
Commit message (Expand)AuthorAge
* gh-120196: Reuse find_max_char() for bytes objects (#120497)Ruben Vorderman2024-06-17
* bpo-43179: Generalise alignment for optimised string routines (GH-24624)Jessica Clarke2021-03-31
* bpo-38252: Use 8-byte step to detect ASCII sequence in 64bit Windows build (G...Ma Lin2020-10-18
* closes bpo-39605: Fix some casts to not cast away const. (GH-18453)Andy Lester2020-02-11
* Issue #26765: Ensure that bytes- and unicode-specific stringlib files are usedSerhiy Storchaka2016-05-16
* Issue #18722: Remove uses of the "register" keyword in C code.Antoine Pitrou2013-08-13
* Issue #15144: Fix possible integer overflow when handling pointers as integer...Antoine Pitrou2012-09-20
* Use correct types for ASCII_CHAR_MASK integer constants.Mark Dickinson2012-07-07
* Issue #13155: Optimize finding the optimal character width of an unicode stringAntoine Pitrou2011-10-13