1. bfd9767 Issue #24894: Document the codec iso8859_11 by Victor Stinner · 9 years ago
  2. 06171bd Issue #16473: Fix byte transform codec documentation; test quotetabs=True by Martin Panter · 9 years ago
  3. 41ca828 Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs. by Berker Peksag · 9 years ago
  4. f5caf2b Checking in this change LOCAL ONLY NO UPLOAD ANYWHERE by Larry Hastings · 9 years ago
  5. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 9 years ago
  6. b9fdb7a Issue 19548: update codecs module documentation by Nick Coghlan · 10 years ago
  7. ef5b4e3 Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword support. by Victor Stinner · 10 years ago
  8. c4c7b1c whatsnew: cp273 codec (#10907797) by R David Murray · 10 years ago
  9. be0c325 Issue #19668: Added support for the cp1125 encoding. by Serhiy Storchaka · 11 years ago
  10. 9c1aed8 Close #7475: Restore binary & text transform codecs by Nick Coghlan · 11 years ago
  11. 58cf607 Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates. by Serhiy Storchaka · 11 years ago
  12. 98b28fd Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  13. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  14. e206b6e Issue #17827: document codecs.encode and codecs.decode by Nick Coghlan · 11 years ago
  15. 6cb2b5b Issue #17827: Document codecs.encode and codecs.decode by Nick Coghlan · 11 years ago
  16. cfcd686 merge with 3.3 by Georg Brandl · 11 years ago
  17. 9c2505b Fix order of required StreamReader/StreamWriter base classes. Spotted by Edward Welbourne on docs@. by Georg Brandl · 11 years ago
  18. fdf239a Close #17839: support bytes-like objects in base64 module by Nick Coghlan · 11 years ago
  19. cca40ff Issue #18336. Fix a link to StreamReader's read() method. by Serhiy Storchaka · 11 years ago
  20. c7b6c50 Describe 'surrogateescape' in the documentation. by Andrew Kuchling · 11 years ago
  21. 650e322 Issue 17844: Clarify meaning of different codec tables by Nick Coghlan · 11 years ago
  22. 9e62d35 Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. by Serhiy Storchaka · 11 years ago
  23. 173d410 #17841: remove missing codecs aliases from the documentation. Patch by Thomas Fenzl. by Ezio Melotti · 11 years ago
  24. c58a3ea #17714: document that the base64 codec adds a trailing newline. by Ezio Melotti · 11 years ago
  25. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 11 years ago
  26. 1960355 document that encoding error handlers may return bytes (#16585) by Benjamin Peterson · 12 years ago
  27. b79be95 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 12 years ago
  28. fbd4f80 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 12 years ago
  29. 9f4b1e9 Fix and deprecated the unicode_internal codec by Victor Stinner · 13 years ago
  30. 2f3ca9f Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8) by Victor Stinner · 13 years ago
  31. 92b9584 Merge the codecs doc refactoring with 3.2. by Ezio Melotti · 13 years ago
  32. fbb3981 Refactor a bit the codecs doc. by Ezio Melotti · 13 years ago
  33. 7a03f64 Remove mention of narrow/wide builds in the codecs doc. by Ezio Melotti · 13 years ago
  34. 3a50e70 Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore by Victor Stinner · 13 years ago
  35. c2d9a02 Merge doc fix with 3.2. by Ezio Melotti · 13 years ago
  36. 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
  37. e15dce3 Close #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) calls by Victor Stinner · 13 years ago
  38. 0501070 Revert my commit 3555cf6f9c98: "Issue #8796: codecs.open() calls the builtin by Victor Stinner · 13 years ago
  39. 98fe1a0 Issue #8796: codecs.open() calls the builtin open() function instead of using by Victor Stinner · 13 years ago
  40. c6652ca Merge: Fix wording and clarify that the IDNA codec operates on full domain names. by R David Murray · 13 years ago
  41. 5864c9f Merge: Fix wording and clarify that the IDNA codec operates on full domain names. by R David Murray · 13 years ago
  42. e0fd2f8 Fix wording and clarify that the IDNA codec operates on full domain names. by R David Murray · 13 years ago
  43. 1d52146 Issue #11303: Added shortcuts for utf8 and latin1 encodings. by Alexander Belopolsky · 13 years ago
  44. 3efdf06 Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge from by Éric Araujo · 14 years ago
  45. 28a4dce remove (un)transform methods by Benjamin Peterson · 14 years ago
  46. 53a9dd7 Issue #10546: UTF-16-LE and UTF-16-BE *do* support non-BMP characters by Victor Stinner · 14 years ago
  47. 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
  48. 713d303 Fix usage of :option: in the docs (#9312). by Éric Araujo · 14 years ago
  49. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  50. 16215c7 Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via svnmerge from by Georg Brandl · 14 years ago
  51. 23110e7 alias macintosh to mac_roman #843590 by Benjamin Peterson · 14 years ago
  52. 5a6214a Merged revisions 81499,81506 via svnmerge from by Benjamin Peterson · 14 years ago
  53. 554f3f0 Issue #850997: mbcs encoding (Windows only) handles errors argument: strict by Victor Stinner · 14 years ago
  54. 93dc9eb Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from by Georg Brandl · 14 years ago
  55. 8f1c275 Merged revisions 78491 via svnmerge from by Ezio Melotti · 14 years ago
  56. e33721e Merged revisions 78489 via svnmerge from by Ezio Melotti · 14 years ago
  57. 628e6f9 Merged revisions 75797 via svnmerge from by Georg Brandl · 15 years ago
  58. 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
  59. f3d7dbe Merged revisions 75231 via svnmerge from by Benjamin Peterson · 15 years ago
  60. 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
  61. 7baf625 Merged revisions 74613,74615,74619-74620,74622 via svnmerge from by Georg Brandl · 15 years ago
  62. 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
  63. 97b28f8 Merged revisions 74316,74335 via svnmerge from by Georg Brandl · 15 years ago
  64. 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
  65. 5a54539 typo by Philip Jenvey · 15 years ago
  66. 090e30f #6648: mention surrogateescape handler where all standard handlers are listed. by Georg Brandl · 15 years ago
  67. ae6388d Merged revisions 74006 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  68. 6870f26 Merged revisions 73673 via svnmerge from by Martin v. Löwis · 15 years ago
  69. 3d2eca0 Link to PEP 383. by Martin v. Löwis · 15 years ago
  70. 43c5778 Rename utf8b error handler to surrogateescape. by Martin v. Löwis · 15 years ago
  71. e0a2b72 Rename the surrogates error handler to surrogatepass. by Martin v. Löwis · 15 years ago
  72. 011e842 Issue #5915: Implement PEP 383, Non-decodable Bytes in by Martin v. Löwis · 15 years ago
  73. db12d45 Issue #3672: Reject surrogates in utf-8 codec; add surrogates error handler. by Martin v. Löwis · 15 years ago
  74. 0d8f073 Update signature style of optional arguments, part two. by Georg Brandl · 15 years ago
  75. 62073e0 Merged revisions 67005 via svnmerge from by Walter Dörwald · 16 years ago
  76. 3e4f055 Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-66074,66080,66082-66083,66090-66093,66097-66099,66103,66105,66110,66118 via svnmerge from by Benjamin Peterson · 16 years ago
  77. f08a9dd Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,63781-63782,63787,63805-63808,63818-63819,63823-63824 via svnmerge from by Georg Brandl · 16 years ago
  78. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  79. 30c78d6 Update the codecs docs w.r.t. str/bytes. by Georg Brandl · 16 years ago
  80. e41251e Merged revisions 62490 via svnmerge from by Benjamin Peterson · 16 years ago
  81. c3f30c4 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900-60931,60933-60958 via svnmerge from by Christian Heimes · 16 years ago
  82. 18c6689 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60873 via svnmerge from by Christian Heimes · 16 years ago
  83. 52d168a Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in configure. by Georg Brandl · 17 years ago
  84. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  85. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  86. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  87. 226878c Add bytes methods documentation. by Georg Brandl · 17 years ago
  88. 41980ca Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and by Walter Dörwald · 17 years ago
  89. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago