1. f5048a4 Issue #12016: Add test_errorhandle() to TestBase_Mapping of by Victor Stinner · 13 years ago
  2. ee49797 Issue #12057: Add tests for ISO 2022 codecs by Victor Stinner · 13 years ago
  3. b67cf16 (Merge 3.1) Issue #12057: Convert CJK encoding testcase BLOB into multiple text by Victor Stinner · 13 years ago
  4. 033a543 Issue #12057: Convert CJK encoding testcase BLOB into multiple text files by Victor Stinner · 13 years ago
  5. ea5d827 Merged revisions 85503 via svnmerge from by Antoine Pitrou · 14 years ago
  6. 92f60ed More proper closing of files by Antoine Pitrou · 14 years ago
  7. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  8. 1a305fd Merged revisions 76535 via svnmerge from by Antoine Pitrou · 15 years ago
  9. 344ec44 Merged revisions 76010 via svnmerge from by Antoine Pitrou · 15 years ago
  10. c9e9216 Fix test skipping in multibyte codec tests by Antoine Pitrou · 15 years ago
  11. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  12. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  13. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  14. 3c50ea4 rename HTMLParser to html.parser and htmlentitydefs to html.entities; by Fred Drake · 16 years ago
  15. 0f95ba9 Skip tests if the file mapping file cannot be fetched. by Martin v. Löwis · 16 years ago
  16. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  17. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  18. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  19. 49f2174 Don't depend on str8.splitlines() in test_chunkcoding(). by Guido van Rossum · 17 years ago
  20. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  21. 005ebb1 Tweaks to make the codecmaps tests pass again. by Guido van Rossum · 17 years ago
  22. 024da5c Make all the multibyte codec tests pass. by Guido van Rossum · 17 years ago
  23. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  24. 84fc66d Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. by Guido van Rossum · 17 years ago
  25. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  26. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  27. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  28. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  29. aaa2f1d Patch #1276356: Implement new resource "urlfetch" for regrtest. by Hye-Shik Chang · 19 years ago
  30. 2bb146f Bring CJKCodecs 1.1 into trunk. This completely reorganizes source by Hye-Shik Chang · 20 years ago
  31. 27f8836 Whitespace normalization. by Tim Peters · 20 years ago
  32. 7b0a505 Look for the multibyte codec map files in the parent directory too by Neal Norwitz · 20 years ago
  33. 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
  34. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 21 years ago