1. e1a0391 Fix wrong variable name. by Walter Dörwald · 20 years ago
  2. 9ab8818 Rearranged mappings to value sorting order. by Marc-André Lemburg · 20 years ago
  3. 6965203 SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support by Walter Dörwald · 20 years ago
  4. d1b7827 Whitespace normalization. by Tim Peters · 20 years ago
  5. c759f07 Added new codecs and aliases for ISO_8859-11, ISO_8859-16 and TIS-620. by Marc-André Lemburg · 20 years ago
  6. c0cbc86 Whitespace normalization. by Tim Peters · 20 years ago
  7. 17b6d28 New codec: [ 996067 ] hp-roman8 codec by Marc-André Lemburg · 20 years ago
  8. cd8a4cb Added new codec hp-roman8 submitted as patch [ 996067 ] hp-roman8 codec. by Marc-André Lemburg · 20 years ago
  9. 2bb146f Bring CJKCodecs 1.1 into trunk. This completely reorganizes source by Hye-Shik Chang · 20 years ago
  10. 4e0e1b6 Whitespace normalization. by Tim Peters · 20 years ago
  11. 708b4da Convert input to a string object. Fixes #909230. Backported 2.3. by Martin v. Löwis · 20 years ago
  12. 5c5316f Add a new unicode codec: ptcp154 (Kazakh) by Hye-Shik Chang · 20 years ago
  13. 361d66d Fix wrong character mapping in koi8_u: SF bug #902501. by Marc-André Lemburg · 20 years ago
  14. c83dddf Let the default encodings search function lookup aliases before trying the codec import. This allows applications to install codecs which override (non-special-cased) builtin codecs. by Marc-André Lemburg · 21 years ago
  15. 5c94d33 Add some more code page aliases needed for completeness. by Marc-André Lemburg · 21 years ago
  16. b619e4b Fix a typo: s/iso_3022/iso2022/ by Hye-Shik Chang · 21 years ago
  17. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 21 years ago
  18. 0ad142a Revert previous change. MAL preferred the old version. by Raymond Hettinger · 21 years ago
  19. a455170 Simplifed the code. by Raymond Hettinger · 21 years ago
  20. 9edae34 Fix typo in the comments. by Raymond Hettinger · 21 years ago
  21. 9a80c5d Added codec for bz2 compression. by Raymond Hettinger · 21 years ago
  22. 0d8e16c Support trailing dots in DNS names. Fixes #782510. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  23. 5d6ceb4 more generic reference to python interpreter by Skip Montanaro · 21 years ago
  24. 2820125 Remove usage of re module from encodings package search function. by Marc-André Lemburg · 21 years ago
  25. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  26. 2548c73 Implement IDNA (Internationalized Domain Names in Applications). by Martin v. Löwis · 21 years ago
  27. 7fb697b Revert Patch #670715: iconv support. by Martin v. Löwis · 21 years ago
  28. 6156a2d Handle iconv initialization erorrs by Neal Norwitz · 21 years ago
  29. 9789aef Patch #670715: Universal Unicode Codec for POSIX iconv. by Martin v. Löwis · 22 years ago
  30. 6578dc9 Whitespace normalization. by Tim Peters · 22 years ago
  31. d8407a7 Add new encoding for Ukrainian Cyrillic by Neal Norwitz · 22 years ago
  32. c8c6065 When looking for an alias, first look for the normalized name (which by Guido van Rossum · 22 years ago
  33. 8dc5ff2 Undo the removal. Guido mentioned that the encoding name is in active by Marc-André Lemburg · 22 years ago
  34. 68fc273 Remove unneeded alias. by Marc-André Lemburg · 22 years ago
  35. a40ea75 Fix doc-string. by Marc-André Lemburg · 22 years ago
  36. 9d158bb Adapt lookup names to new more general encoding name normalization scheme. by Marc-André Lemburg · 22 years ago
  37. 7012673 Extending the encoding name normalization to handle more non-alphanumeric by Marc-André Lemburg · 22 years ago
  38. 479f3d3 Oops, must convert hyphens to underscores in keys of aliases dict. by Guido van Rossum · 22 years ago
  39. b7a88e5 Add yet another alias for ASCII found in the field. Will backport to 2.2.2. by Guido van Rossum · 22 years ago
  40. 280488b Whitespace normalization. by Tim Peters · 22 years ago
  41. 8a8da79 Patch #505705: Remove eval in pickle and cPickle. by Martin v. Löwis · 22 years ago
  42. 469cdad Whitespace normalization. by Tim Peters · 22 years ago
  43. b9e0764 Revert #571603 since it is ok to import codecs that are not subdirectories by Martin v. Löwis · 22 years ago
  44. fc4c24c Patch #571603: Refer to encodings package explicitly. by Martin v. Löwis · 22 years ago
  45. a83ffa8 Palm OS encoding from Sjoerd Mullender by Marc-André Lemburg · 22 years ago
  46. 3ccb09c Fix for bug #222395: UTF-16 et al. don't handle .readline(). by Marc-André Lemburg · 22 years ago
  47. a0af63b Corrected import behaviour for codecs which live outside the encodings package. by Marc-André Lemburg · 22 years ago
  48. 462004e Add IANA character set aliases to the encodings alias dictionary by Marc-André Lemburg · 22 years ago
  49. 79d802d Patch #487275: Add windows-1251 charset alias. by Martin v. Löwis · 23 years ago
  50. 35b0cb0 Python part of the UTF-7 codec by Brian Quinlan. by Marc-André Lemburg · 23 years ago
  51. c60e6f7 Patch #435971: UTF-7 codec by Brian Quinlan. by Marc-André Lemburg · 23 years ago
  52. 26e3b68 Patch #462635 by Andrew Kuchling correcting bugs in the new by Marc-André Lemburg · 23 years ago
  53. 816a1b7 Fixed search function error reporting in the encodings package by Marc-André Lemburg · 23 years ago
  54. fd6608b Fix typo (PyChecker) by Andrew M. Kuchling · 23 years ago
  55. 9b75dca Expose nl_langinfo through locale where available. by Martin v. Löwis · 23 years ago
  56. 92b550c This patch by Martin v. Loewis changes the UTF-16 codec to only by Marc-André Lemburg · 23 years ago
  57. 13b8bc5 Patch #429957: Add support for cp1140, which is identical to cp037, by Martin v. Löwis · 23 years ago
  58. 194bfb2 Add some useful Windows encodings - patch #423221. by Mark Hammond · 23 years ago
  59. 716cf91 Moved the encoding map building logic from the individual mapping by Marc-André Lemburg · 23 years ago
  60. acfdf15 Add quoted-printable codec by Guido van Rossum · 23 years ago
  61. 2d92041 This patch changes the way the string .encode() method works slightly by Marc-André Lemburg · 23 years ago
  62. a866df8 This patch changes the default behaviour of the builtin charmap by Marc-André Lemburg · 24 years ago
  63. 988ad2b Changed .getaliases() support to register the new aliases in the by Marc-André Lemburg · 24 years ago
  64. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  65. 7ebb92e Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  66. 4fd73f0 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  67. 54480d3 New codec which always raises an exception when used. This by Marc-André Lemburg · 24 years ago
  68. 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 24 years ago
  69. 68895ed Marc-Andre Lemburg: use all lowercase names. by Guido van Rossum · 24 years ago
  70. 24bdb04 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  71. 1abd82c MBCS codecs for Windows. Contributed by Mark Hammond. by Guido van Rossum · 24 years ago
  72. 51ac580 On 17-Mar-2000, Marc-Andre Lemburg said: by Barry Warsaw · 24 years ago
  73. 0229bf6 Marc-Andre Lemburg: Unicode encodings. by Guido van Rossum · 24 years ago