Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch #676839: Cygwin _iconv_codec module patch | Jason Tishler | 2003-02-10 | 1 | -1/+2 |
* | Remove forward static reference since it is not required | Neal Norwitz | 2003-02-04 | 1 | -3/+1 |
* | Use size_t instead of int for various variables to prevent | Walter Dörwald | 2003-02-04 | 1 | -9/+9 |
* | Change the treatment of positions returned by PEP293 | Walter Dörwald | 2003-01-31 | 1 | -4/+14 |
* | Initialize swappedinput to silence the compiler warning about | Walter Dörwald | 2003-01-31 | 1 | -1/+1 |
* | Check whether the choosen encoding requires byte swapping | Walter Dörwald | 2003-01-30 | 1 | -1/+79 |
* | Fix reference counting of iconvcodec_Type. Fixes #670715. | Martin v. Löwis | 2003-01-27 | 1 | -6/+4 |
* | Get rid of compiler warnings on Redhat | Neal Norwitz | 2003-01-26 | 1 | -2/+2 |
* | Add _iconv_codec to Setup.dist. Use PyModule_ functions. | Martin v. Löwis | 2003-01-26 | 1 | -8/+3 |
* | Patch #670715: Universal Unicode Codec for POSIX iconv. | Martin v. Löwis | 2003-01-26 | 1 | -0/+626 |