summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_normalization.py
Commit message (Expand)AuthorAgeFilesLines
* Overallocate target buffer for normalization more early. Fixes #834676.Martin v. Löwis2003-11-061-0/+3
* Correct URL of normalization file. Fixes #781065. Will backport to 2.3.Martin v. Löwis2003-08-051-2/+2
* Patch #734231: Update RiscOS support. In particular, correctMartin v. Löwis2003-05-101-1/+1
* Do a little more searching for the data file for the test: this allowsFred Drake2003-04-221-1/+12
* Reduced memory burden by iterating over the normalization test inputTim Peters2002-11-241-3/+1
* Fiddled things so that test_normalization is expected to be skipped ifTim Peters2002-11-241-38/+49
* Split long line.Tim Peters2002-11-241-2/+3
* Whitespace normalization.Tim Peters2002-11-241-2/+1
* Patch #626485: Support Unicode normalization.Martin v. Löwis2002-11-231-0/+68