summaryrefslogtreecommitdiff
path: root/Modules/cjkcodecs/_codecs_cn.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-30003: Fix handling escape characters in HZ codec (#1720) (#1556)Xiang Zhang2017-05-231-13/+14
* bpo-29990: Fix range checking in GB18030 decoder (#1509)Xiang Zhang2017-05-091-1/+3
* Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-181-1/+1
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-317/+317
* Fix gb18030 codec's bug that doesn't map two-byte characters onHye-Shik Chang2007-08-041-0/+1
* Fix a few bugs on cjkcodecs found by Oren Tirosh:Hye-Shik Chang2006-09-051-15/+20
* Patch #1443155: Add the incremental codecs support for CJK codecs.Hye-Shik Chang2006-03-261-4/+1
* - Modernize code to use Py_ssize_t more intensively.Hye-Shik Chang2006-03-041-1/+0
* Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn moduleHye-Shik Chang2005-12-121-0/+8
* Bring CJKCodecs 1.1 into trunk. This completely reorganizes sourceHye-Shik Chang2004-07-181-0/+434