1. b6ef8f2 bpo-37876: Tests for ROT-13 codec (GH-15314) by Miss Islington (bot) · 4 years, 11 months ago
  2. f93c15a bpo-36311: Fixes decoding multibyte characters around chunk boundaries and improves decoding performance (GH-15083) by Miss Islington (bot) · 5 years ago
  3. 466e18e Remove unused imports in tests (GH-14518) (GH-14520) by Victor Stinner · 5 years ago
  4. d32594a bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304) by Miss Islington (bot) · 5 years ago
  5. ca612a9 bpo-36778: Remove outdated comment from CodePageTest (GH-13807) by Victor Stinner · 5 years ago
  6. a6ec1ce bpo-33361: Fix bug with seeking in StreamRecoders (GH-8278) by Ammar Askar · 5 years ago
  7. b3be407 bpo-33482: fix codecs.StreamRecoder.writelines (GH-6779) by Jelle Zijlstra · 5 years ago
  8. d267ac2 bpo-36778: cp65001 encoding becomes an alias to utf_8 (GH-13230) by Victor Stinner · 5 years ago
  9. 62dfd7d bpo-35920: Windows 10 ARM32 platform support (GH-11774) by Paul Monson · 5 years ago
  10. 7a465cb bpo-24214: Fixed the UTF-8 incremental decoder. (GH-12603) by Serhiy Storchaka · 5 years ago
  11. c1e2c28 bpo-36312: Fix decoders for some code pages. (GH-12369) by Serhiy Storchaka · 5 years ago
  12. 6a16b18 bpo-36297: remove "unicode_internal" codec (GH-12342) by Inada Naoki · 5 years ago
  13. 5b10b98 bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929) by Serhiy Storchaka · 5 years ago
  14. 4013c17 bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848) by Serhiy Storchaka · 6 years ago
  15. bde9d6b bpo-34523, bpo-35322: Fix unicode_encode_locale() (GH-10759) by Victor Stinner · 6 years ago
  16. 3d4226a bpo-34523: Support surrogatepass in locale codecs (GH-8995) by Victor Stinner · 6 years ago
  17. e349bf2 bpo-22602: Raise an exception in the UTF-7 decoder for ill-formed sequences starting with "+". (GH-8741) by Zackery Spytz · 6 years ago
  18. 91106cd bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) by Victor Stinner · 7 years ago
  19. 219c2de bpo-32110: codecs.StreamReader.read(n) now returns not more than n (#4499) by Serhiy Storchaka · 7 years ago
  20. 56cb465 bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (#4058) by Serhiy Storchaka · 7 years ago
  21. 7b4bcd2 Issue #25270: Merge from 3.5 by Berker Peksag · 8 years ago
  22. 4a72a7b Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed by Berker Peksag · 8 years ago
  23. 110b6fe #27364: Deprecate invalid escape strings in str/byutes. by R David Murray · 8 years ago
  24. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  25. f5aba58 Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to codec lookup by Steve Dower · 8 years ago
  26. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  27. 8b04a94 Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  28. 119e502 Fix typos in code comments and documentation by Martin Panter · 8 years ago
  29. cda8094 Issue #15984: Merge PyUnicode doc from 3.5 by Martin Panter · 8 years ago
  30. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  31. e56a919 Issue #25523: Merge a-to-an corrections from 3.5 by Martin Panter · 9 years ago
  32. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  33. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  34. 797485e Issue #25318: Avoid sprintf() in backslashreplace() by Victor Stinner · 9 years ago
  35. 1d65d91 Issue #25301: The UTF-8 decoder is now up to 15 times as fast for error by Victor Stinner · 9 years ago
  36. 29e68ed Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  37. 58c8f2b Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  38. 28b21e5 Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  39. 01ada39 Issue #25267: The UTF-8 encoder is now up to 75 times as fast for error by Victor Stinner · 9 years ago
  40. c3713e9 Optimize ascii/latin1+surrogateescape encoders by Victor Stinner · 9 years ago
  41. f96418d Issue #24870: Optimize the ASCII decoder for error handlers: surrogateescape, by Victor Stinner · 9 years ago
  42. 9ab9694 Issue #16473: Merge codecs doc and test from 3.4 into 3.5 by Martin Panter · 9 years ago
  43. 06171bd Issue #16473: Fix byte transform codec documentation; test quotetabs=True by Martin Panter · 9 years ago
  44. f0eeedf Issue #22681: Added support for the koi8_t encoding. by Serhiy Storchaka · 9 years ago
  45. ad8a1c3 Issue #22682: Added support for the kz1048 encoding. by Serhiy Storchaka · 9 years ago
  46. 8490f5a Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and by Serhiy Storchaka · 9 years ago
  47. f2be23d Issue #22286, #23321: Fix failing test on Windows code page 932 by Victor Stinner · 9 years ago
  48. 07985ef Issue #22286: The "backslashreplace" error handlers now works with by Serhiy Storchaka · 9 years ago
  49. 582acb7 Merge issue 19548 changes from 3.4 by Nick Coghlan · 10 years ago
  50. b9fdb7a Issue 19548: update codecs module documentation by Nick Coghlan · 10 years ago
  51. f65d1d3 Issue #23071: "namereplace_errors" was added only in 3.5. by Serhiy Storchaka · 10 years ago
  52. 4d33ff6 Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter. by Serhiy Storchaka · 10 years ago
  53. de3ee5b Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter. by Serhiy Storchaka · 10 years ago
  54. 166ebc4 Issue #19676: Added the "namereplace" error handler. by Serhiy Storchaka · 10 years ago
  55. 85e7066 Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x. by Serhiy Storchaka · 10 years ago
  56. 519114d Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x. by Serhiy Storchaka · 10 years ago
  57. a0f3375 Merge fix for issue #22166 from 3.4 by Nick Coghlan · 10 years ago
  58. 8fad167 Issue #22166: clear codec caches in test_codecs by Nick Coghlan · 10 years ago
  59. 0d4e01c Issue #13916: Fix surrogatepass error handler on Windows by Victor Stinner · 10 years ago
  60. 88d8fb6 Issue #13916: Disallowed the surrogatepass error handler for non UTF-* by Serhiy Storchaka · 10 years ago
  61. a57dfd0 Issue #21488: Add support of keyword arguments for codecs.encode and codecs.decode by Victor Stinner · 10 years ago
  62. 07beb37 Issue #20574: Remove duplicated test failing on Windows XP by Victor Stinner · 10 years ago
  63. f8cbf78 Issue #20574: Add more tests for cp65001 by Victor Stinner · 10 years ago
  64. 7d00cc1 Issue #20574: Implement incremental decoder for cp65001 code by Victor Stinner · 10 years ago
  65. 3633ce3 Issue #20571: skip test_readline() of test_codecs for Windows code page 65001. by Victor Stinner · 10 years ago
  66. 6cbf151 Issue #20538: UTF-7 incremental decoder produced inconsistant string when by Serhiy Storchaka · 10 years ago
  67. 016a3f3 Issue #20538: UTF-7 incremental decoder produced inconsistant string when by Serhiy Storchaka · 10 years ago
  68. 96252cd Issue 20542: Temporarily skip failing test by Nick Coghlan · 10 years ago
  69. f28ba36 Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 10 years ago
  70. 5cfc79d Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 10 years ago
  71. 3dcb0cf Issue #20520: Fixed readline test in test_codecs. by Serhiy Storchaka · 10 years ago
  72. 5b4fab1 Issue #20520: Fixed readline test in test_codecs. by Serhiy Storchaka · 10 years ago
  73. dbe0982 Issue #8260: The read(), readline() and readlines() methods of by Serhiy Storchaka · 10 years ago
  74. 8003850 Issue #8260: The read(), readline() and readlines() methods of by Serhiy Storchaka · 10 years ago
  75. 77b286b Close #20105: set __traceback__ when chaining exceptions in C by Nick Coghlan · 10 years ago
  76. efa2e04 Issue19619: skip zlib error test when zlib not available by Zachary Ware · 11 years ago
  77. 2480c2e Issue #15204: Silence and check the 'U' mode deprecation warnings in tests. by Serhiy Storchaka · 11 years ago
  78. be0c325 Issue #19668: Added support for the cp1125 encoding. by Serhiy Storchaka · 11 years ago
  79. 9c1aed8 Close #7475: Restore binary & text transform codecs by Nick Coghlan · 11 years ago
  80. c72e4e6 Issue #19619: Blacklist non-text codecs in method API by Nick Coghlan · 11 years ago
  81. f1de55f Also chain codec exceptions that allow weakrefs by Nick Coghlan · 11 years ago
  82. 58cf607 Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates. by Serhiy Storchaka · 11 years ago
  83. 4e553e2 Avoid triggering the refleak detector by Nick Coghlan · 11 years ago
  84. c4c2580 Close 19609: narrow scope of codec exc chaining by Nick Coghlan · 11 years ago
  85. 8b097b4 Close #17828: better handling of codec errors by Nick Coghlan · 11 years ago
  86. 0e071c9 Fixed tests for issue #19279. by Serhiy Storchaka · 11 years ago
  87. 55e092f Issue #19279: UTF-7 decoder no more produces illegal strings. by Serhiy Storchaka · 11 years ago
  88. 35804e4 Issue #19279: UTF-7 decoder no more produces illegal strings. by Serhiy Storchaka · 11 years ago
  89. fdf239a Close #17839: support bytes-like objects in base64 module by Nick Coghlan · 11 years ago
  90. 7b07873 Add tests for raw-unicode-escape codec. by Serhiy Storchaka · 11 years ago
  91. 799fd9c Add tests for raw-unicode-escape codec. by Serhiy Storchaka · 11 years ago
  92. c9c4338 Add tests for raw-unicode-escape codec. by Serhiy Storchaka · 11 years ago
  93. d8f07cd Clean up escape-decode decoder tests. by Serhiy Storchaka · 11 years ago
  94. db6add7 Clean up escape-decode decoder tests. by Serhiy Storchaka · 11 years ago
  95. 077cb34 Clean up escape-decode decoder tests. by Serhiy Storchaka · 11 years ago
  96. 8fe5a9f Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. by Serhiy Storchaka · 11 years ago
  97. 24193de Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. by Serhiy Storchaka · 11 years ago
  98. d679377 Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. by Serhiy Storchaka · 11 years ago
  99. f584aba Issue #16975: Fix error handling bug in the escape-decode bytes decoder. by Serhiy Storchaka · 11 years ago
  100. e58785b Issue #16975: Fix error handling bug in the escape-decode bytes decoder. by Serhiy Storchaka · 11 years ago