Files
cpython/Objects
Guido van Rossum b8f820c5a9 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()).
2000-05-05 20:44:24 +00:00
..
2000-05-02 18:34:30 +00:00
1997-06-02 14:43:07 +00:00
2000-04-11 15:39:02 +00:00