summaryrefslogtreecommitdiff
path: root/Lib/test/test_normalization.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-241-1/+0
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+2
* #22650: test suite: load Unicode test data files from www.pythontest.netGeorg Brandl2014-11-061-1/+1
* #18466: merge with 3.3.Ezio Melotti2013-08-171-1/+1
|\
| * #18466: fix more typos. Patch by F?vry Thibault.Ezio Melotti2013-08-171-1/+1
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
|/
* Issue #10254: Fixed a crash and a regression introduced by the implementation...Alexander Belopolsky2010-12-231-3/+0
* Fix ResourceWarning in test_normalizationAntoine Pitrou2010-12-221-0/+1
* Merged revisions 78982,78986 via svnmerge fromFlorent Xicluna2010-03-191-10/+7
* Merged revisions 76535 via svnmerge fromAntoine Pitrou2009-11-261-1/+2
* Merged revisions 76033 via svnmerge fromAntoine Pitrou2009-11-011-2/+5
* Make test_normalization verify the version of the correct test data file.Alexandre Vassalotti2009-07-221-4/+6
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-7/+7
* Try to fix #4674: test_normalization failure on some buildbots.Antoine Pitrou2008-12-161-1/+1
* Merged revisions 66369 via svnmerge fromMartin v. Löwis2008-09-101-2/+9
* Merged revisions 66367 via svnmerge fromMartin v. Löwis2008-09-101-1/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Explicitly use UTF-8 as the encoding for the normalization file.Martin v. Löwis2007-08-301-1/+1
* Remove RISCOS supportSkip Montanaro2007-08-161-1/+1
* Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.Guido van Rossum2007-05-031-2/+2
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-2/+2
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-55/+63
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Must 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