summaryrefslogtreecommitdiffstats
path: root/Modules/cjkcodecs/multibytecodec.c
Commit message (Expand)AuthorAgeFilesLines
* Merged the int/long unification branch, by very crude means (sorry Thomas!).Guido van Rossum2007-01-141-0/+9
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-16/+8
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-1/+1
* Add empty __init__ methods for stateful multibytecodec instances.Hye-Shik Chang2006-04-211-4/+28
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-305/+801
* - Modernize code to use Py_ssize_t more intensively.Hye-Shik Chang2006-03-041-71/+76
* More unconsting.Martin v. Löwis2006-02-271-2/+2
* Merge ssize_t branch.Martin v. Löwis2006-02-151-1/+1
* Add const to several API functions that take char *.Jeremy Hylton2005-12-101-2/+2
* SF Patch #1297028, cjkcodecs does not initialize type pointerNeal Norwitz2005-09-211-0/+4
* Bug #1005737, #1007249: Fix several build problems and warningsHye-Shik Chang2004-08-191-4/+3
* Bring CJKCodecs 1.1 into trunk. This completely reorganizes sourceHye-Shik Chang2004-07-181-956/+1019
* Add CJK codecs support as discussed on python-dev. (SF #873597)Hye-Shik Chang2004-01-171-0/+1210