summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_normalization.py
Commit message (Collapse)AuthorAgeFilesLines
* #22650: test suite: load Unicode test data files from www.pythontest.netGeorg Brandl2014-11-061-1/+1
|
* #18466: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-1/+1
|
* Merged revisions 87442 via svnmerge fromAlexander Belopolsky2010-12-281-3/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87442 | alexander.belopolsky | 2010-12-22 21:27:37 -0500 (Wed, 22 Dec 2010) | 1 line Issue #10254: Fixed a crash and a regression introduced by the implementation of PRI 29. ........
* Issue #7783 and #7787: open_urlresource invalidates the outdated files from ↵Florent Xicluna2010-03-151-9/+7
| | | | | | the local cache. Use this feature to fix test_normalization.
* 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
| | | | | 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