summaryrefslogtreecommitdiff
path: root/Lib/test/test_normalization.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 87442 via svnmerge fromAlexander Belopolsky2010-12-281-3/+0
* Issue #7783 and #7787: open_urlresource invalidates the outdated files from t...Florent Xicluna2010-03-151-9/+7
* When open_urlresource() fails, HTTPException is another possible errorAntoine Pitrou2009-11-261-1/+2
* test_normalization should skip and not crash when the resource isn't availableAntoine Pitrou2009-11-011-2/+5
* 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
* 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
* 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
* 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