Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Must inherit from Exception now. | Neal Norwitz | 2006-03-24 | 1 | -1/+1 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2006-03-10 | 1 | -2/+2 |
| | |||||
* | Update test data to 4.1; disable PRI #29 for now. | Martin v. Löwis | 2006-03-10 | 1 | -4/+15 |
| | |||||
* | Patch #1276356: Implement new resource "urlfetch" for regrtest. | Hye-Shik Chang | 2005-12-10 | 1 | -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öwis | 2003-11-06 | 1 | -0/+3 |
| | | | | Backported to 2.3. | ||||
* | Correct URL of normalization file. Fixes #781065. Will backport to 2.3. | Martin v. Löwis | 2003-08-05 | 1 | -2/+2 |
| | |||||
* | Patch #734231: Update RiscOS support. In particular, correct | Martin v. Löwis | 2003-05-10 | 1 | -1/+1 |
| | | | | riscospath.extsep, and use os.extsep throughout. | ||||
* | 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 |