summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_normalization.py
Commit message (Collapse)AuthorAgeFilesLines
* Exceptions should inherit from Exception now.Neal Norwitz2006-03-241-1/+1
|
* Whitespace normalization.Tim Peters2006-03-101-2/+2
|
* Update test data to 4.1; disable PRI #29 for now.Martin v. Löwis2006-03-101-4/+15
|
* Patch #1276356: Implement new resource "urlfetch" for regrtest.Hye-Shik Chang2005-12-101-18/+4
| | | | | This enables even impatient people to run tests that require remote files such as test_normalization and test_codecmaps_*.
* Overallocate target buffer for normalization more early. Fixes #834676.Martin v. Löwis2003-11-061-0/+3
| | | | Backported to 2.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
| | | | riscospath.extsep, and use os.extsep throughout.
* Do a little more searching for the data file for the test: this allowsFred Drake2003-04-221-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 inputTim Peters2002-11-241-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 ifTim Peters2002-11-241-38/+49
| | | | and only if the test input file doesn't exist.
* Split long line.Tim Peters2002-11-241-2/+3
| | | | | XXX If NormalizationTest.txt is required to run this test, why isn't it checked into the project?
* Whitespace normalization.Tim Peters2002-11-241-2/+1
|
* Patch #626485: Support Unicode normalization.Martin v. Löwis2002-11-231-0/+68