COMMITS
/ Objects/stringlib/find_max_char.h June 17, 2024
R
gh-120196: Reuse find_max_char() for bytes objects (#120497)
Ruben Vorderman committed
March 31, 2021
J
bpo-43179: Generalise alignment for optimised string routines (GH-24624)
Jessica Clarke committed
October 18, 2020
February 12, 2020
A
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
Andy Lester committed
May 16, 2016
S
Issue #26765: Ensure that bytes- and unicode-specific stringlib files are used
Serhiy Storchaka committed
August 13, 2013
A
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou committed
September 20, 2012
July 7, 2012
M
Use correct types for ASCII_CHAR_MASK integer constants.
Mark Dickinson committed
October 12, 2011
A
Issue #13155: Optimize finding the optimal character width of an unicode string
Antoine Pitrou committed