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