1. 6578dc9 Whitespace normalization. by Tim Peters · 22 years ago
  2. d8407a7 Add new encoding for Ukrainian Cyrillic by Neal Norwitz · 22 years ago
  3. c8c6065 When looking for an alias, first look for the normalized name (which by Guido van Rossum · 22 years ago
  4. 8dc5ff2 Undo the removal. Guido mentioned that the encoding name is in active by Marc-André Lemburg · 22 years ago
  5. 68fc273 Remove unneeded alias. by Marc-André Lemburg · 22 years ago
  6. a40ea75 Fix doc-string. by Marc-André Lemburg · 22 years ago
  7. 9d158bb Adapt lookup names to new more general encoding name normalization scheme. by Marc-André Lemburg · 22 years ago
  8. 7012673 Extending the encoding name normalization to handle more non-alphanumeric by Marc-André Lemburg · 22 years ago
  9. 479f3d3 Oops, must convert hyphens to underscores in keys of aliases dict. by Guido van Rossum · 22 years ago
  10. b7a88e5 Add yet another alias for ASCII found in the field. Will backport to 2.2.2. by Guido van Rossum · 22 years ago
  11. 280488b Whitespace normalization. by Tim Peters · 22 years ago
  12. 8a8da79 Patch #505705: Remove eval in pickle and cPickle. by Martin v. Löwis · 22 years ago
  13. 469cdad Whitespace normalization. by Tim Peters · 22 years ago
  14. b9e0764 Revert #571603 since it is ok to import codecs that are not subdirectories by Martin v. Löwis · 22 years ago
  15. fc4c24c Patch #571603: Refer to encodings package explicitly. by Martin v. Löwis · 22 years ago
  16. a83ffa8 Palm OS encoding from Sjoerd Mullender by Marc-André Lemburg · 22 years ago
  17. 3ccb09c Fix for bug #222395: UTF-16 et al. don't handle .readline(). by Marc-André Lemburg · 22 years ago
  18. a0af63b Corrected import behaviour for codecs which live outside the encodings package. by Marc-André Lemburg · 22 years ago
  19. 462004e Add IANA character set aliases to the encodings alias dictionary by Marc-André Lemburg · 22 years ago
  20. 79d802d Patch #487275: Add windows-1251 charset alias. by Martin v. Löwis · 23 years ago
  21. 35b0cb0 Python part of the UTF-7 codec by Brian Quinlan. by Marc-André Lemburg · 23 years ago
  22. c60e6f7 Patch #435971: UTF-7 codec by Brian Quinlan. by Marc-André Lemburg · 23 years ago
  23. 26e3b68 Patch #462635 by Andrew Kuchling correcting bugs in the new by Marc-André Lemburg · 23 years ago
  24. 816a1b7 Fixed search function error reporting in the encodings package by Marc-André Lemburg · 23 years ago
  25. fd6608b Fix typo (PyChecker) by Andrew M. Kuchling · 23 years ago
  26. 9b75dca Expose nl_langinfo through locale where available. by Martin v. Löwis · 23 years ago
  27. 92b550c This patch by Martin v. Loewis changes the UTF-16 codec to only by Marc-André Lemburg · 23 years ago
  28. 13b8bc5 Patch #429957: Add support for cp1140, which is identical to cp037, by Martin v. Löwis · 23 years ago
  29. 194bfb2 Add some useful Windows encodings - patch #423221. by Mark Hammond · 23 years ago
  30. 716cf91 Moved the encoding map building logic from the individual mapping by Marc-André Lemburg · 23 years ago
  31. acfdf15 Add quoted-printable codec by Guido van Rossum · 23 years ago
  32. 2d92041 This patch changes the way the string .encode() method works slightly by Marc-André Lemburg · 23 years ago
  33. a866df8 This patch changes the default behaviour of the builtin charmap by Marc-André Lemburg · 24 years ago
  34. 988ad2b Changed .getaliases() support to register the new aliases in the by Marc-André Lemburg · 24 years ago
  35. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  36. 7ebb92e Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  37. 4fd73f0 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  38. 54480d3 New codec which always raises an exception when used. This by Marc-André Lemburg · 24 years ago
  39. 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 24 years ago
  40. 68895ed Marc-Andre Lemburg: use all lowercase names. by Guido van Rossum · 24 years ago
  41. 24bdb04 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  42. 1abd82c MBCS codecs for Windows. Contributed by Mark Hammond. by Guido van Rossum · 24 years ago
  43. 51ac580 On 17-Mar-2000, Marc-Andre Lemburg said: by Barry Warsaw · 24 years ago
  44. 0229bf6 Marc-Andre Lemburg: Unicode encodings. by Guido van Rossum · 24 years ago