1. e4ce9fa bpo-32943: Fix confusing error message for rot13 codec (GH-5869) by Xiang Zhang · 6 years ago
  2. a39938f Issue #21171: Fixed undocumented filter API of the rot13 codec. by Serhiy Storchaka · 10 years ago
  3. e5cb836 #7475: Remove references to '.transform' from transform codec docstrings. by R David Murray · 10 years ago
  4. 94ee389 Issue #19619: Blacklist non-text codecs in method API by Serhiy Storchaka · 10 years ago
  5. 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
  6. 42748a8 Rip out all codecs that can't work in a unicode/bytes world: by Walter Dörwald · 17 years ago
  7. a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 18 years ago
  8. 5d6ceb4 more generic reference to python interpreter by Skip Montanaro · 21 years ago
  9. 469cdad Whitespace normalization. by Tim Peters · 22 years ago
  10. 716cf91 Moved the encoding map building logic from the individual mapping by Marc-André Lemburg · 23 years ago
  11. 2d92041 This patch changes the way the string .encode() method works slightly by Marc-André Lemburg · 23 years ago