1. 06fdbed fixed issue 10254 test by Alexander Belopolsky · 15 years ago
  2. dce6cf3 Merged revisions 87442 via svnmerge from by Alexander Belopolsky · 15 years ago
  3. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  4. 22b2438 #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to Unicode Standard Annex #14. by Florent Xicluna · 15 years ago
  5. 2e0a53f Issue #8024: Update the Unicode database to 5.2 by Florent Xicluna · 15 years ago
  6. 7c924ec Issue #1054943: Fix unicodedata.normalize('NFC', text) for the Public Review by Victor Stinner · 15 years ago
  7. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 16 years ago
  8. d0052d1 #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric, by Amaury Forgeot d'Arc · 16 years ago
  9. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  10. 4c69da2 Fix typo. by Walter Dörwald · 16 years ago
  11. 99f2779 Issue #4971: Fix titlecase for characters that are their own by Martin v. Löwis · 16 years ago
  12. 5d98ec7 Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic in by Walter Dörwald · 16 years ago
  13. c078f92 don't segfault when \N escapes are used and unicodedata fails to load by Benjamin Peterson · 17 years ago
  14. 24329ba Issue #3811: The Unicode database was updated to 5.1. by Martin v. Löwis · 17 years ago
  15. a2a89a8 Change all functions that expect one unicode character to accept a pair of by Walter Dörwald · 17 years ago
  16. f1e0b3f Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannot by Martin v. Löwis · 18 years ago
  17. d004fc8 Patch 1494554: Update numeric properties to Unicode 4.1. by Martin v. Löwis · 19 years ago
  18. bffb0bc In stdlib, use hashlib instead of deprecated md5 and sha modules. by Georg Brandl · 19 years ago
  19. 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 19 years ago
  20. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 20 years ago
  21. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 21 years ago
  22. 61e40bd Special case normalization of empty strings. Fixes #924361. Backported to 2.3. by Martin v. Löwis · 21 years ago
  23. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  24. 669454e Whitespace normalization. by Tim Peters · 22 years ago
  25. 37c4728 Port test_ucn and test_unicodedata to PyUnit. Add a few tests for error by Walter Dörwald · 22 years ago
  26. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  27. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  28. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  29. 67ceca7 Fixed encoding to use an endianness independent format. by Marc-André Lemburg · 25 years ago
  30. 6a20ee7 Added test suite for the complete Unicode database. The test previously by Marc-André Lemburg · 25 years ago
  31. 24bdb04 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago