summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unicodedata.py
Commit message (Expand)AuthorAgeFilesLines
* Special case normalization of empty strings. Fixes #924361.Martin v. Löwis2004-04-171-0/+1
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-5/+5
* Whitespace normalization.Tim Peters2003-03-071-1/+1
* Port test_ucn and test_unicodedata to PyUnit. Add a few tests for errorWalter Dörwald2003-02-261-111/+199
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-26/+27
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-5/+5
* Fixed encoding to use an endianness independent format.Marc-André Lemburg2000-09-271-1/+3
* Added test suite for the complete Unicode database. The test previouslyMarc-André Lemburg2000-09-261-7/+79
* Marc-Andre Lemburg:Guido van Rossum2000-03-281-0/+50