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