Commit message (Expand) | Author | Age | |
---|---|---|---|
* | gh-120196: Reuse find_max_char() for bytes objects (#120497) | Ruben Vorderman | 2024-06-17 |
* | bpo-43179: Generalise alignment for optimised string routines (GH-24624) | Jessica Clarke | 2021-03-31 |
* | bpo-38252: Use 8-byte step to detect ASCII sequence in 64bit Windows build (G... | Ma Lin | 2020-10-18 |
* | closes bpo-39605: Fix some casts to not cast away const. (GH-18453) | Andy Lester | 2020-02-11 |
* | Issue #26765: Ensure that bytes- and unicode-specific stringlib files are used | Serhiy Storchaka | 2016-05-16 |
* | Issue #18722: Remove uses of the "register" keyword in C code. | Antoine Pitrou | 2013-08-13 |
* | Issue #15144: Fix possible integer overflow when handling pointers as integer... | Antoine Pitrou | 2012-09-20 |
* | Use correct types for ASCII_CHAR_MASK integer constants. | Mark Dickinson | 2012-07-07 |
* | Issue #13155: Optimize finding the optimal character width of an unicode string | Antoine Pitrou | 2011-10-13 |