1. edbcc13 Remove a test case which is no longer valid. by Georg Brandl · 17 years ago
  2. bd1c68c Patch #1303: Adapt str8 constructor to bytes (now buffer) one. by Georg Brandl · 17 years ago
  3. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  4. 09549f4 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  5. 41980ca Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and by Walter Dörwald · 17 years ago
  6. e78178e Bytes (which are the input for decoding) are mutable now. If a decoding by Walter Dörwald · 17 years ago
  7. 32a4c71 Patch by Ron Adam: Don't use u prefix in unicode error messages by Walter Dörwald · 17 years ago
  8. fee1af9 Fix test_codeccallbacks.py: bytes has no % operator. by Walter Dörwald · 17 years ago
  9. d203431 Add 'U'/'U#' format characters to Py_BuildValue (and thus by Walter Dörwald · 17 years ago
  10. 00048f0 test_codeccallbacks.py passes again. by Walter Dörwald · 17 years ago
  11. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  12. 84fc66d Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. by Guido van Rossum · 17 years ago
  13. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  14. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  15. 690402f Add tests to increase code coverage in Python/codecs.c and Python/exceptions.c. by Walter Dörwald · 19 years ago
  16. e22d339 Add tests for various error cases and for readbuffer_encode() and by Walter Dörwald · 19 years ago
  17. a47d1c0 SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain by Walter Dörwald · 19 years ago
  18. 29ddfba Fix copy & paste error in comments. by Walter Dörwald · 20 years ago
  19. 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
  20. 4894c30 Fix a bug in the memory reallocation code of PyUnicode_TranslateCharmap(). by Walter Dörwald · 21 years ago
  21. a54b92b Add a unicode prefix to the characters in the UnicodeEncodeError and by Walter Dörwald · 21 years ago
  22. fd196bd Enhance message for UnicodeEncodeError and UnicodeTranslateError. by Walter Dörwald · 21 years ago
  23. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  24. 1b0be2d Use the new htmlentitydefs.codepoint2name for test_xmlcharnamereplace() by Walter Dörwald · 21 years ago
  25. f2715e0 Whitespace normalization. by Tim Peters · 22 years ago
  26. 2e0b18a Change the treatment of positions returned by PEP293 by Walter Dörwald · 22 years ago
  27. ea4250d Add comments and remove duplicate tests. by Walter Dörwald · 22 years ago
  28. 0cb27dd Make the test scripts work again with narrow Python builds. by Walter Dörwald · 22 years ago
  29. 30537a4 Add a few test cases to increase code coverage: by Walter Dörwald · 22 years ago
  30. 00445d2 Fix typo in comment. by Walter Dörwald · 22 years ago
  31. 74a530d Update character names. by Martin v. Löwis · 22 years ago
  32. 3de7526 Whitespace normalization. by Tim Peters · 22 years ago
  33. 9ab7dd4 Add a test case that checks that the proper exception is raises by Walter Dörwald · 22 years ago
  34. 3aeb632 PEP 293 implemention (from SF patch http://www.python.org/sf/432401) by Walter Dörwald · 22 years ago