Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
2f5cac6ab4dc24249239a24fe034eef7f82532dd
/
Lib
/
test
/
test_ucn.py
5cbc71e
Issue #10459: Update CJK character names to Unicode 6.0.
by Martin v. Löwis
· 14 years ago
ee8712c
#2621 rename test.test_support to test.support
by Benjamin Peterson
· 16 years ago
9c62772
Changes in anticipation of stricter str vs. bytes enforcement.
by Guido van Rossum
· 17 years ago
bf4806b
SF patch# 1757758 by Alexandre Vassalotti, fixing test_ucn.
by Guido van Rossum
· 17 years ago
805365e
Merged revisions 55007-55179 via svnmerge from
by Guido van Rossum
· 18 years ago
84fc66d
Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.
by Guido van Rossum
· 18 years ago
ef87d6e
Rip out all the u"..." literals and calls to unicode().
by Guido van Rossum
· 18 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
by Walter Dörwald
· 22 years ago
669454e
Whitespace normalization.
by Tim Peters
· 22 years ago
37c4728
Port test_ucn and test_unicodedata to PyUnit. Add a few tests for error
by Walter Dörwald
· 22 years ago
ef7fe2e
Implement names for CJK unified ideographs. Add name to KeyError output.
by Martin v. Löwis
· 22 years ago
8579efc
Add test cases for Hangul syllables. Update output.
by Martin v. Löwis
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 22 years ago
06d1268
Move uchhash functionality into unicodedata (after the recent
by Fredrik Lundh
· 24 years ago
f605606
Better error message if ucnhash cannot be found (obscure attribute
by Fredrik Lundh
· 24 years ago
2acb54a
improved the ucnhash test a bit
by Fredrik Lundh
· 24 years ago
ee865c6
added "getcode" and "getname" methods to the ucnhash module (they're
by Fredrik Lundh
· 24 years ago
0fdb90c
refactored the unicodeobject/ucnhash interface, to hide the
by Fredrik Lundh
· 24 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 24 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 24 years ago
6cdec2e
New test for the ucnhash module.
by Marc-André Lemburg
· 24 years ago