1. c72e4e6 Issue #19619: Blacklist non-text codecs in method API by Nick Coghlan · 11 years ago
  2. 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
  3. 42748a8 Rip out all codecs that can't work in a unicode/bytes world: by Walter Dörwald · 17 years ago
  4. a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 18 years ago
  5. 5d6ceb4 more generic reference to python interpreter by Skip Montanaro · 21 years ago
  6. 469cdad Whitespace normalization. by Tim Peters · 22 years ago
  7. 716cf91 Moved the encoding map building logic from the individual mapping by Marc-André Lemburg · 23 years ago
  8. 2d92041 This patch changes the way the string .encode() method works slightly by Marc-André Lemburg · 23 years ago