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