summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_normalization.py
Commit message (Collapse)AuthorAgeFilesLines
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-7/+7
|
* Read unidata_version from unicodedata module.Martin v. Löwis2008-09-101-2/+9
| | | | | Delete old NormalizationTest.txt if it doesn't match unidata_version.
* Update to test Unicode 5.1.Martin v. Löwis2008-09-101-1/+1
|
* Whitespace normalization. Ugh, we really need to do this more often.Neal Norwitz2007-04-251-1/+1
| | | | You might want to review this change as it's my first time. Be gentle. :-)
* Check the availability of the urlfetch resource earlier than before.Collin Winter2007-04-161-0/+2
|
* Convert test_normalization to use unittest.Collin Winter2007-04-051-51/+57
|
* 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