1. 3f5fcc8 Fix SF bug #690012 (among others), iconv_codec stops build by Neal Norwitz · 21 years ago
  2. dd8766a Change the test encoding from "ISO8859-1" to "ISO-8859-1" by Walter Dörwald · 21 years ago
  3. e9b851a Use 'ISO8859-1' instead of 'ASCII' when testing whether byteswapping by Walter Dörwald · 21 years ago
  4. 55dc26c Fold some long lines. by Guido van Rossum · 21 years ago
  5. 0c10015 Patch #676839: Cygwin _iconv_codec module patch by Jason Tishler · 21 years ago
  6. 7fe16e7 Remove forward static reference since it is not required by Neal Norwitz · 21 years ago
  7. bda1c86 Use size_t instead of int for various variables to prevent by Walter Dörwald · 21 years ago
  8. 2e0b18a Change the treatment of positions returned by PEP293 by Walter Dörwald · 22 years ago
  9. 757246c Initialize swappedinput to silence the compiler warning about by Walter Dörwald · 22 years ago
  10. b4ff111 Check whether the choosen encoding requires byte swapping by Walter Dörwald · 22 years ago
  11. 7a565f0 Fix reference counting of iconvcodec_Type. Fixes #670715. by Martin v. Löwis · 22 years ago
  12. 57c115c Get rid of compiler warnings on Redhat by Neal Norwitz · 22 years ago
  13. 727fe66 Add _iconv_codec to Setup.dist. Use PyModule_ functions. by Martin v. Löwis · 22 years ago
  14. 9789aef Patch #670715: Universal Unicode Codec for POSIX iconv. by Martin v. Löwis · 22 years ago