aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_normalization.py
Commit message (Expand)AuthorAge
* Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-13
* Try to fix #4674: test_normalization failure on some buildbots.Antoine Pitrou2008-12-16
* Merged revisions 66369 via svnmerge fromMartin v. Löwis2008-09-10
* Merged revisions 66367 via svnmerge fromMartin v. Löwis2008-09-10
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Explicitly use UTF-8 as the encoding for the normalization file.Martin v. Löwis2007-08-30
* Remove RISCOS supportSkip Montanaro2007-08-16
* Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.Guido van Rossum2007-05-03
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Must inherit from Exception now.Neal Norwitz2006-03-24
* Whitespace normalization.Tim Peters2006-03-10
* Update test data to 4.1; disable PRI #29 for now.Martin v. Löwis2006-03-10
* Patch #1276356: Implement new resource "urlfetch" for regrtest.Hye-Shik Chang2005-12-10
* Overallocate target buffer for normalization more early. Fixes #834676.Martin v. Löwis2003-11-06
* Correct URL of normalization file. Fixes #781065. Will backport to 2.3.Martin v. Löwis2003-08-05
* Patch #734231: Update RiscOS support. In particular, correctMartin v. Löwis2003-05-10
* Do a little more searching for the data file for the test: this allowsFred Drake2003-04-22
* Reduced memory burden by iterating over the normalization test inputTim Peters2002-11-24
* Fiddled things so that test_normalization is expected to be skipped ifTim Peters2002-11-24
* Split long line.Tim Peters2002-11-24
* Whitespace normalization.Tim Peters2002-11-24
* Patch #626485: Support Unicode normalization.Martin v. Löwis2002-11-23