The methods islower(), isupper(), isspace(), isdigit() and istitle()
gave bogus results for chars in the range 128-255, because their implementation was using signed characters. Fixed this by using unsigned character pointers (as opposed to using Py_CHARMASK()).
G
Guido van Rossum committed
b8f820c5a98a10c5ad94cfec1569b7b80829c55d
Parent: 3a03d4c