index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_iconv_codec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the test encoding from "ISO8859-1" to "ISO-8859-1"
Walter Dörwald
2003-02-24
1
-4/+4
*
Use 'ISO8859-1' instead of 'ASCII' when testing whether byteswapping
Walter Dörwald
2003-02-21
1
-5/+5
*
Fold some long lines.
Guido van Rossum
2003-02-18
1
-14/+31
*
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