1. 84fc66d Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. by Guido van Rossum · 17 years ago
  2. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  3. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  4. 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 19 years ago
  5. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  6. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  7. 61e40bd Special case normalization of empty strings. Fixes #924361. Backported to 2.3. by Martin v. Löwis · 20 years ago
  8. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  9. 669454e Whitespace normalization. by Tim Peters · 22 years ago
  10. 37c4728 Port test_ucn and test_unicodedata to PyUnit. Add a few tests for error by Walter Dörwald · 22 years ago
  11. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  12. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  13. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  14. 67ceca7 Fixed encoding to use an endianness independent format. by Marc-André Lemburg · 24 years ago
  15. 6a20ee7 Added test suite for the complete Unicode database. The test previously by Marc-André Lemburg · 24 years ago
  16. 24bdb04 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago