summaryrefslogtreecommitdiff
path: root/Modules/cjkcodecs
Commit message (Expand)AuthorAgeFilesLines
* bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...Zackery Spytz2018-12-201-0/+4
* [2.7] bpo-35194: Fix a wrong constant in cp932 codec. (GH-10420) (GH-10433)Alexey Izbyshev2018-11-101-1/+1
* [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479)Serhiy Storchaka2018-07-311-4/+2
* 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
* [2.7] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() ...Serhiy Storchaka2017-04-191-0/+3
* Issue #24366: Fix indentationMartin Panter2016-09-151-13/+13
* fix misleading indentation (closes #28139)Benjamin Peterson2016-09-131-1/+1
* fix indentation and add curlies (closes #27093)Benjamin Peterson2016-05-231-11/+15
* Initialize buf.outobj in multibyte encoder (closes issue #24702).Serhiy Storchaka2015-07-241-0/+1
* Issue #23215: Multibyte codecs with custom error handlers that ignores errorsSerhiy Storchaka2015-02-211-11/+14
* Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-184-5/+5
* Issue #12016: Reindent decoders of HK and JP codecsVictor Stinner2011-06-032-51/+52
* Issue #12100: Don't reset incremental encoders of CJK codecs at each call toVictor Stinner2011-05-241-4/+4
* Issue #5640: Fix Shift-JIS incremental encoder for error handlers differentVictor Stinner2010-05-211-1/+1
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-0911-4034/+4034
* Backported PyCapsule from 3.1, and converted most uses ofLarry Hastings2010-03-253-7/+10
* Docstring typo.Andrew M. Kuchling2008-10-031-1/+1
* Backport r65661, r65760: Issue #3575: Incremental decoder's decodeHirokazu Yamamoto2008-08-171-5/+18
* #3305: self->stream can be NULL.Georg Brandl2008-07-161-2/+2
* Merge in release25-maint r60793:Gregory P. Smith2008-06-111-7/+31
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-092-33/+33
* Renamed PyString to PyBytesChristian Heimes2008-05-262-33/+33
* Update big5hkscs codec to conform to the HKSCS:2004 revision.Hye-Shik Chang2008-02-082-1797/+1875
* Modified PyImport_Import and PyImport_ImportModule to always use absolute imp...Christian Heimes2008-01-031-1/+1
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-4/+4
* Fixed a warning in _codecs_iso2022.c and some non C89 conform // comments.Christian Heimes2007-12-141-1/+1
* Add cheot-ga-keut composed make-up sequence support in EUC-KR codec.Hye-Shik Chang2007-08-201-7/+104
* Fix gb18030 codec's bug that doesn't map two-byte characters onHye-Shik Chang2007-08-041-0/+1
* 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
* Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfaultHye-Shik Chang2006-10-081-14/+22
* Fix a few bugs on cjkcodecs found by Oren Tirosh:Hye-Shik Chang2006-09-053-28/+39
* Fix a potentially invalid memory access of CJKCodecs' shift-jisHye-Shik Chang2006-06-051-1/+2
* 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-272-41/+52
* 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-263-316/+826
* Bug #1448490: Fix a bug that ISO-2022 codecs could not handleHye-Shik Chang2006-03-131-1/+1
* Check NULL if Py_InitModule fails.Hye-Shik Chang2006-03-061-1/+2
* - Modernize code to use Py_ssize_t more intensively.Hye-Shik Chang2006-03-0418-168/+131
* More unconsting.Martin v. Löwis2006-02-271-2/+2
* Merge ssize_t branch.Martin v. Löwis2006-02-151-1/+1
* Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn moduleHye-Shik Chang2005-12-121-0/+8
* Add const to several API functions that take char *.Jeremy Hylton2005-12-101-2/+2
* Change the internal "undefined codepoint" mark for CJKCodecs decodersHye-Shik Chang2005-10-061-1/+4