1. 488c0a6 bpo-33578: Fix getstate/setstate for CJK decoder (GH-10290) by Christopher Thorne · 6 years ago
  2. ac22f6a bpo-33578: Add getstate/setstate for CJK codec (GH-6984) by Christopher Thorne · 6 years ago
  3. 1e8ee9b Issue #23277: Remove unused sys and os imports by Berker Peksag · 8 years ago
  4. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  5. a1543cd Issue #23215: Multibyte codecs with custom error handlers that ignores errors by Serhiy Storchaka · 9 years ago
  6. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  7. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  8. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  9. eae41af Issue #13056: Reenable test_multibytecodec.Test_StreamWriter tests by Victor Stinner · 11 years ago
  10. a2816c2 more test to more general test file, so it can test more things by Benjamin Peterson · 12 years ago
  11. 47a00f3 support encoding error handlers that return bytes (closes #16585) by Benjamin Peterson · 12 years ago
  12. a9860ae #13054: fix usage of sys.maxunicode after PEP-393. by Ezio Melotti · 13 years ago
  13. e15dce3 Close #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) calls by Victor Stinner · 13 years ago
  14. d48ba0b (Merge 3.1) Issue #12100: Don't reset incremental encoders of CJK codecs at by Victor Stinner · 13 years ago
  15. 6bcbef7 Issue #12100: Don't reset incremental encoders of CJK codecs at each call to by Victor Stinner · 13 years ago
  16. ea5d827 Merged revisions 85503 via svnmerge from by Antoine Pitrou · 14 years ago
  17. 92f60ed More proper closing of files by Antoine Pitrou · 14 years ago
  18. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  19. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  20. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  21. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  22. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  23. 944820b Issue #5640: Fix _multibytecodec so that CJK codecs don't repeat by Hye-Shik Chang · 15 years ago
  24. 44bf631 Followup of #4874: also fix multibytecodec.c by Antoine Pitrou · 16 years ago
  25. 3dbca81 Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-65099,65127-65128,65131,65133-65136,65139,65149-65151,65155,65158-65159,65176-65178,65183-65184,65187-65190,65192,65194 via svnmerge from by Georg Brandl · 16 years ago
  26. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  27. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  28. e22905a More changes needed to make things work once bytes and str are truly divorced. by Guido van Rossum · 17 years ago
  29. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
  30. a222e4c Fix the last remaining problem with test_multibytecodec.py; by Guido van Rossum · 17 years ago
  31. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  32. 024da5c Make all the multibyte codec tests pass. by Guido van Rossum · 17 years ago
  33. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  34. 84fc66d Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. by Guido van Rossum · 17 years ago
  35. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  36. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  37. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  38. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  39. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  40. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  41. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  42. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  43. abb903f Bug #1448490: Fix a bug that ISO-2022 codecs could not handle by Hye-Shik Chang · 18 years ago
  44. 2bb146f Bring CJKCodecs 1.1 into trunk. This completely reorganizes source by Hye-Shik Chang · 20 years ago
  45. a5e719e Test not the standard utf-8 codec but gb18030 which is the most complex by Hye-Shik Chang · 21 years ago
  46. 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
  47. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 21 years ago