1. 469cdad Whitespace normalization. by Tim Peters · 22 years ago
  2. b9e0764 Revert #571603 since it is ok to import codecs that are not subdirectories by Martin v. Löwis · 22 years ago
  3. fc4c24c Patch #571603: Refer to encodings package explicitly. by Martin v. Löwis · 22 years ago
  4. a83ffa8 Palm OS encoding from Sjoerd Mullender by Marc-André Lemburg · 22 years ago
  5. 3ccb09c Fix for bug #222395: UTF-16 et al. don't handle .readline(). by Marc-André Lemburg · 22 years ago
  6. a0af63b Corrected import behaviour for codecs which live outside the encodings package. by Marc-André Lemburg · 22 years ago
  7. 462004e Add IANA character set aliases to the encodings alias dictionary by Marc-André Lemburg · 22 years ago
  8. 79d802d Patch #487275: Add windows-1251 charset alias. by Martin v. Löwis · 23 years ago
  9. 35b0cb0 Python part of the UTF-7 codec by Brian Quinlan. by Marc-André Lemburg · 23 years ago
  10. c60e6f7 Patch #435971: UTF-7 codec by Brian Quinlan. by Marc-André Lemburg · 23 years ago
  11. 26e3b68 Patch #462635 by Andrew Kuchling correcting bugs in the new by Marc-André Lemburg · 23 years ago
  12. 816a1b7 Fixed search function error reporting in the encodings package by Marc-André Lemburg · 23 years ago
  13. fd6608b Fix typo (PyChecker) by Andrew M. Kuchling · 23 years ago
  14. 9b75dca Expose nl_langinfo through locale where available. by Martin v. Löwis · 23 years ago
  15. 92b550c This patch by Martin v. Loewis changes the UTF-16 codec to only by Marc-André Lemburg · 23 years ago
  16. 13b8bc5 Patch #429957: Add support for cp1140, which is identical to cp037, by Martin v. Löwis · 23 years ago
  17. 194bfb2 Add some useful Windows encodings - patch #423221. by Mark Hammond · 23 years ago
  18. 716cf91 Moved the encoding map building logic from the individual mapping by Marc-André Lemburg · 23 years ago
  19. acfdf15 Add quoted-printable codec by Guido van Rossum · 23 years ago
  20. 2d92041 This patch changes the way the string .encode() method works slightly by Marc-André Lemburg · 23 years ago
  21. a866df8 This patch changes the default behaviour of the builtin charmap by Marc-André Lemburg · 24 years ago
  22. 988ad2b Changed .getaliases() support to register the new aliases in the by Marc-André Lemburg · 24 years ago
  23. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  24. 7ebb92e Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  25. 4fd73f0 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  26. 54480d3 New codec which always raises an exception when used. This by Marc-André Lemburg · 24 years ago
  27. 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 24 years ago
  28. 68895ed Marc-Andre Lemburg: use all lowercase names. by Guido van Rossum · 24 years ago
  29. 24bdb04 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  30. 1abd82c MBCS codecs for Windows. Contributed by Mark Hammond. by Guido van Rossum · 24 years ago
  31. 51ac580 On 17-Mar-2000, Marc-Andre Lemburg said: by Barry Warsaw · 24 years ago
  32. 0229bf6 Marc-Andre Lemburg: Unicode encodings. by Guido van Rossum · 24 years ago