summaryrefslogtreecommitdiffstats
path: root/Modules/_iconv_codec.c
Commit message (Expand)AuthorAgeFilesLines
* 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