summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ucn.py
Commit message (Expand)AuthorAgeFilesLines
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-271-1/+1
* SF patch# 1757758 by Alexandre Vassalotti, fixing test_ucn.Guido van Rossum2007-07-211-6/+6
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-2/+2
* Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.Guido van Rossum2007-05-031-1/+1
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-33/+33
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-3/+1
* 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-141/+138
* Implement names for CJK unified ideographs. Add name to KeyError output.Martin v. Löwis2002-11-231-4/+16
* Add test cases for Hangul syllables. Update output.Martin v. Löwis2002-11-231-0/+24
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Move uchhash functionality into unicodedata (after the recentFredrik Lundh2001-01-241-7/+8
* Better error message if ucnhash cannot be found (obscure attributeFredrik Lundh2001-01-201-0/+9
* improved the ucnhash test a bitFredrik Lundh2001-01-191-3/+8
* added "getcode" and "getname" methods to the ucnhash module (they'reFredrik Lundh2001-01-191-0/+17
* refactored the unicodeobject/ucnhash interface, to hide theFredrik Lundh2001-01-191-8/+6
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-5/+7
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-14/+13
* New test for the ucnhash module.Marc-André Lemburg2000-06-301-0/+82