| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Do a little more searching for the data file for the test: this allows | Fred Drake | 2003-04-22 | 1 | -1/+12 |
| | | | | | | | using a build directory just inside the source directory and saving just one copy of the test data in the source tree, rather than having a copy in each build directory. | ||||
| * | Reduced memory burden by iterating over the normalization test input | Tim Peters | 2002-11-24 | 1 | -3/+1 |
| | | | | | file directly (instead of sucking it all into a list of lines first). | ||||
| * | Fiddled things so that test_normalization is expected to be skipped if | Tim Peters | 2002-11-24 | 1 | -38/+49 |
| | | | | | and only if the test input file doesn't exist. | ||||
| * | Split long line. | Tim Peters | 2002-11-24 | 1 | -2/+3 |
| | | | | | | XXX If NormalizationTest.txt is required to run this test, why isn't it checked into the project? | ||||
| * | Whitespace normalization. | Tim Peters | 2002-11-24 | 1 | -2/+1 |
| | | |||||
| * | Patch #626485: Support Unicode normalization. | Martin v. Löwis | 2002-11-23 | 1 | -0/+68 |
