summaryrefslogtreecommitdiffstats
path: root/Modules/cjkcodecs/multibytecodec.c
Commit message (Expand)AuthorAgeFilesLines
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-4/+4
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-14/+9
* Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when itHye-Shik Chang2007-06-051-1/+5
* Make use of METH_O and METH_NOARGS where possible.Georg Brandl2006-05-291-16/+8
* Fix more ssize_t problems.Martin v. Löwis2006-04-221-1/+1
* Backport p3yk r45619:Hye-Shik Chang2006-04-211-4/+28
* Try to get rid of a Coverity warning by consistently using origpending.Neal Norwitz2006-03-281-1/+1
* Fix reference leaks introduced by the recent incremental codecHye-Shik Chang2006-03-271-37/+48
* Utilize %zd for Py_ssize_t formatting instead of casting to long.Hye-Shik Chang2006-03-261-4/+4
* Allow long objects as a position value of error callbacks returned.Hye-Shik Chang2006-03-261-8/+12
* Patch #1443155: Add the incremental codecs support for CJK codecs.Hye-Shik Chang2006-03-261-298/+779
* - 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