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