1. 14e10a1 Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 10 years ago
  2. 3d15b5d Use non-zero and non-last positions in error handler tests. by Serhiy Storchaka · 10 years ago
  3. 2792389 Increased coverage of standard codec error handlers. by Serhiy Storchaka · 10 years ago
  4. 1fdc702 Issue #19457: Fixed xmlcharrefreplace tests on wide build when tests are by Serhiy Storchaka · 12 years ago
  5. e822b03 Issue #15866: The xmlcharrefreplace error handler no more produces two XML by Serhiy Storchaka · 12 years ago
  6. c8e5812 Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. by Serhiy Storchaka · 12 years ago
  7. e3ae321 Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings). by Antoine Pitrou · 12 years ago
  8. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  9. e57e50c Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629. by Ezio Melotti · 15 years ago
  10. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 16 years ago
  11. 910f216 fix test that wasn't working as expected #4990 by Benjamin Peterson · 16 years ago
  12. d995e11 revert creation of the html.entities and html.parser modules by Fred Drake · 17 years ago
  13. cb51d84 update references and documentation for modules in the new html package by Fred Drake · 17 years ago
  14. 6e39080 Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. by Walter Dörwald · 18 years ago
  15. 7b9558d Conversion of exceptions over from faked-up classes to new-style C types. by Richard Jones · 19 years ago
  16. 690402f Add tests to increase code coverage in Python/codecs.c and Python/exceptions.c. by Walter Dörwald · 19 years ago
  17. e22d339 Add tests for various error cases and for readbuffer_encode() and by Walter Dörwald · 19 years ago
  18. a47d1c0 SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain by Walter Dörwald · 20 years ago
  19. 29ddfba Fix copy & paste error in comments. by Walter Dörwald · 20 years ago
  20. 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
  21. 4894c30 Fix a bug in the memory reallocation code of PyUnicode_TranslateCharmap(). by Walter Dörwald · 22 years ago
  22. a54b92b Add a unicode prefix to the characters in the UnicodeEncodeError and by Walter Dörwald · 22 years ago
  23. fd196bd Enhance message for UnicodeEncodeError and UnicodeTranslateError. by Walter Dörwald · 22 years ago
  24. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  25. 1b0be2d Use the new htmlentitydefs.codepoint2name for test_xmlcharnamereplace() by Walter Dörwald · 22 years ago
  26. f2715e0 Whitespace normalization. by Tim Peters · 22 years ago
  27. 2e0b18a Change the treatment of positions returned by PEP293 by Walter Dörwald · 22 years ago
  28. ea4250d Add comments and remove duplicate tests. by Walter Dörwald · 22 years ago
  29. 0cb27dd Make the test scripts work again with narrow Python builds. by Walter Dörwald · 22 years ago
  30. 30537a4 Add a few test cases to increase code coverage: by Walter Dörwald · 22 years ago
  31. 00445d2 Fix typo in comment. by Walter Dörwald · 22 years ago
  32. 74a530d Update character names. by Martin v. Löwis · 22 years ago
  33. 3de7526 Whitespace normalization. by Tim Peters · 23 years ago
  34. 9ab7dd4 Add a test case that checks that the proper exception is raises by Walter Dörwald · 23 years ago
  35. 3aeb632 PEP 293 implemention (from SF patch http://www.python.org/sf/432401) by Walter Dörwald · 23 years ago