summaryrefslogtreecommitdiffstats
path: root/Modules/_iconv_codec.c
Commit message (Expand)AuthorAgeFilesLines
* Change the test encoding from "ISO8859-1" to "ISO-8859-1"Walter Dörwald2003-02-241-4/+4
* Use 'ISO8859-1' instead of 'ASCII' when testing whether byteswappingWalter Dörwald2003-02-211-5/+5
* Fold some long lines.Guido van Rossum2003-02-181-14/+31
* Patch #676839: Cygwin _iconv_codec module patchJason Tishler2003-02-101-1/+2
* Remove forward static reference since it is not requiredNeal Norwitz2003-02-041-3/+1
* Use size_t instead of int for various variables to preventWalter Dörwald2003-02-041-9/+9
* Change the treatment of positions returned by PEP293Walter Dörwald2003-01-311-4/+14
* Initialize swappedinput to silence the compiler warning aboutWalter Dörwald2003-01-311-1/+1
* Check whether the choosen encoding requires byte swappingWalter Dörwald2003-01-301-1/+79
* Fix reference counting of iconvcodec_Type. Fixes #670715.Martin v. Löwis2003-01-271-6/+4
* Get rid of compiler warnings on RedhatNeal Norwitz2003-01-261-2/+2
* Add _iconv_codec to Setup.dist. Use PyModule_ functions.Martin v. Löwis2003-01-261-8/+3
* Patch #670715: Universal Unicode Codec for POSIX iconv.Martin v. Löwis2003-01-261-0/+626