1. 0a36ac1 bpo-33641: Convert RFC references into links. (GH-7103) by Serhiy Storchaka · 6 years ago
  2. 297fd87 bpo-28393: Update encoding lookup docs wrt bpo-27938 (#4871) by Ville Skyttä · 7 years ago
  3. e184cfd bpo-31824: Document default value of 'errors' parameters (GH-4328) by Pablo Galindo · 7 years ago
  4. 30644de Improve IncrementalEncoder documentation (GH-2746) by Zhiming Wang · 7 years ago
  5. 0264e46 Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  6. c7b1a0b Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  7. 36700e4 Issue #23231: Merge codecs doc from 3.5 into 3.6 by Martin Panter · 8 years ago
  8. c73e9d8 Issue #23231: Document codecs.iterencode(), iterdecode() shortcomings by Martin Panter · 8 years ago
  9. 5a71327 Issue #27959: Documents new encoding and alias. by Steve Dower · 8 years ago
  10. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  11. 732ba82 Issue #27075: Link to StreamReader and StreamWriter docs by Berker Peksag · 8 years ago
  12. 4c35964 Corrections for a/an in code comments and documentation by Martin Panter · 8 years ago
  13. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  14. 0ec69a6 Merge 3.4 (codecs, issue #24894) by Victor Stinner · 9 years ago
  15. bfd9767 Issue #24894: Document the codec iso8859_11 by Victor Stinner · 9 years ago
  16. 9ab9694 Issue #16473: Merge codecs doc and test from 3.4 into 3.5 by Martin Panter · 9 years ago
  17. 06171bd Issue #16473: Fix byte transform codec documentation; test quotetabs=True by Martin Panter · 9 years ago
  18. 41ca828 Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs. by Berker Peksag · 9 years ago
  19. 7e94e8e Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs. by Berker Peksag · 9 years ago
  20. f0eeedf Issue #22681: Added support for the koi8_t encoding. by Serhiy Storchaka · 9 years ago
  21. ad8a1c3 Issue #22682: Added support for the kz1048 encoding. by Serhiy Storchaka · 9 years ago
  22. 961dfa1 Merge with 3.4 by Georg Brandl · 10 years ago
  23. 7e91af3 Remove unsupported (in latex) character from the source. by Georg Brandl · 10 years ago
  24. 07985ef Issue #22286: The "backslashreplace" error handlers now works with by Serhiy Storchaka · 10 years ago
  25. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  26. 3be472b Closes #23181: codepoint -> code point by Georg Brandl · 10 years ago
  27. f212636 Issue #19548: clean up merge issues in codecs docs by Nick Coghlan · 10 years ago
  28. 582acb7 Merge issue 19548 changes from 3.4 by Nick Coghlan · 10 years ago
  29. b9fdb7a Issue 19548: update codecs module documentation by Nick Coghlan · 10 years ago
  30. 87f6c22 Issue #19676: Tweak documentation a bit. by Berker Peksag · 10 years ago
  31. 166ebc4 Issue #19676: Added the "namereplace" error handler. by Serhiy Storchaka · 10 years ago
  32. f6a271a Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename by Victor Stinner · 10 years ago
  33. f5caf2b Checking in this change LOCAL ONLY NO UPLOAD ANYWHERE by Larry Hastings · 10 years ago
  34. ef5b4e3 Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword support. by Victor Stinner · 10 years ago
  35. 2e3743c #13437: link to the source code for a few more modules by Andrew Kuchling · 11 years ago
  36. c4c7b1c whatsnew: cp273 codec (#10907797) by R David Murray · 11 years ago
  37. 47d083c whatsnew: cp273 codec (#10907797) by R David Murray · 11 years ago
  38. be0c325 Issue #19668: Added support for the cp1125 encoding. by Serhiy Storchaka · 11 years ago
  39. 9c1aed8 Close #7475: Restore binary & text transform codecs by Nick Coghlan · 11 years ago
  40. 58cf607 Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates. by Serhiy Storchaka · 11 years ago
  41. 98b28fd Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  42. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  43. e206b6e Issue #17827: document codecs.encode and codecs.decode by Nick Coghlan · 11 years ago
  44. 6cb2b5b Issue #17827: Document codecs.encode and codecs.decode by Nick Coghlan · 11 years ago
  45. cfcd686 merge with 3.3 by Georg Brandl · 11 years ago
  46. 9c2505b Fix order of required StreamReader/StreamWriter base classes. Spotted by Edward Welbourne on docs@. by Georg Brandl · 11 years ago
  47. fdf239a Close #17839: support bytes-like objects in base64 module by Nick Coghlan · 11 years ago
  48. cca40ff Issue #18336. Fix a link to StreamReader's read() method. by Serhiy Storchaka · 11 years ago
  49. c7b6c50 Describe 'surrogateescape' in the documentation. by Andrew Kuchling · 11 years ago
  50. 650e322 Issue 17844: Clarify meaning of different codec tables by Nick Coghlan · 11 years ago
  51. 9e62d35 Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. by Serhiy Storchaka · 11 years ago
  52. 173d410 #17841: remove missing codecs aliases from the documentation. Patch by Thomas Fenzl. by Ezio Melotti · 11 years ago
  53. c58a3ea #17714: document that the base64 codec adds a trailing newline. by Ezio Melotti · 11 years ago
  54. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 12 years ago
  55. 1960355 document that encoding error handlers may return bytes (#16585) by Benjamin Peterson · 12 years ago
  56. b79be95 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 12 years ago
  57. fbd4f80 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 12 years ago
  58. 9f4b1e9 Fix and deprecated the unicode_internal codec by Victor Stinner · 13 years ago
  59. 2f3ca9f Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8) by Victor Stinner · 13 years ago
  60. 92b9584 Merge the codecs doc refactoring with 3.2. by Ezio Melotti · 13 years ago
  61. fbb3981 Refactor a bit the codecs doc. by Ezio Melotti · 13 years ago
  62. 7a03f64 Remove mention of narrow/wide builds in the codecs doc. by Ezio Melotti · 13 years ago
  63. 3a50e70 Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore by Victor Stinner · 13 years ago
  64. c2d9a02 Merge doc fix with 3.2. by Ezio Melotti · 13 years ago
  65. 222b208 From RFC 3629 5- and 6-bytes UTF-8 sequences are invalid, so remove them from the doc. by Ezio Melotti · 13 years ago
  66. e15dce3 Close #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) calls by Victor Stinner · 13 years ago
  67. 0501070 Revert my commit 3555cf6f9c98: "Issue #8796: codecs.open() calls the builtin by Victor Stinner · 13 years ago
  68. 98fe1a0 Issue #8796: codecs.open() calls the builtin open() function instead of using by Victor Stinner · 13 years ago
  69. c6652ca Merge: Fix wording and clarify that the IDNA codec operates on full domain names. by R David Murray · 14 years ago
  70. 5864c9f Merge: Fix wording and clarify that the IDNA codec operates on full domain names. by R David Murray · 14 years ago
  71. e0fd2f8 Fix wording and clarify that the IDNA codec operates on full domain names. by R David Murray · 14 years ago
  72. 1d52146 Issue #11303: Added shortcuts for utf8 and latin1 encodings. by Alexander Belopolsky · 14 years ago
  73. 3efdf06 Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge from by Éric Araujo · 14 years ago
  74. 28a4dce remove (un)transform methods by Benjamin Peterson · 14 years ago
  75. 53a9dd7 Issue #10546: UTF-16-LE and UTF-16-BE *do* support non-BMP characters by Victor Stinner · 14 years ago
  76. 0252462 #7475: add (un)transform method to bytes/bytearray and str, add back codecs that can be used with them from Python 2. by Georg Brandl · 14 years ago
  77. 713d303 Fix usage of :option: in the docs (#9312). by Éric Araujo · 14 years ago
  78. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  79. 16215c7 Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via svnmerge from by Georg Brandl · 14 years ago
  80. 23110e7 alias macintosh to mac_roman #843590 by Benjamin Peterson · 14 years ago
  81. 5a6214a Merged revisions 81499,81506 via svnmerge from by Benjamin Peterson · 14 years ago
  82. 554f3f0 Issue #850997: mbcs encoding (Windows only) handles errors argument: strict by Victor Stinner · 14 years ago
  83. 93dc9eb Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from by Georg Brandl · 15 years ago
  84. 8f1c275 Merged revisions 78491 via svnmerge from by Ezio Melotti · 15 years ago
  85. e33721e Merged revisions 78489 via svnmerge from by Ezio Melotti · 15 years ago
  86. 628e6f9 Merged revisions 75797 via svnmerge from by Georg Brandl · 15 years ago
  87. 495f7b5 Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from by Georg Brandl · 15 years ago
  88. f3d7dbe Merged revisions 75231 via svnmerge from by Benjamin Peterson · 15 years ago
  89. 4ac9ce4 Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from by Benjamin Peterson · 15 years ago
  90. 7baf625 Merged revisions 74613,74615,74619-74620,74622 via svnmerge from by Georg Brandl · 15 years ago
  91. a6053b4 Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,74616-74618,74621 via svnmerge from by Georg Brandl · 15 years ago
  92. 97b28f8 Merged revisions 74316,74335 via svnmerge from by Georg Brandl · 15 years ago
  93. c5605df Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from by Georg Brandl · 15 years ago
  94. 5a54539 typo by Philip Jenvey · 15 years ago
  95. 090e30f #6648: mention surrogateescape handler where all standard handlers are listed. by Georg Brandl · 15 years ago
  96. ae6388d Merged revisions 74006 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  97. 6870f26 Merged revisions 73673 via svnmerge from by Martin v. Löwis · 15 years ago
  98. 3d2eca0 Link to PEP 383. by Martin v. Löwis · 15 years ago
  99. 43c5778 Rename utf8b error handler to surrogateescape. by Martin v. Löwis · 15 years ago
  100. e0a2b72 Rename the surrogates error handler to surrogatepass. by Martin v. Löwis · 15 years ago