History log of /external/python/cpython2/Modules/cjkcodecs/cjkcodecs.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
59dd0e64ad24b0bf35f4900bfe6b1d0f49844ca3 24-May-2016 Benjamin Peterson <benjamin@python.org> fix indentation and add curlies (closes #27093)
/external/python/cpython2/Modules/cjkcodecs/cjkcodecs.h
e8c9e14af9bd9f2ced50e8b6535e45f0d33d8e72 18-Jan-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #23181: More "codepoint" -> "code point".
/external/python/cpython2/Modules/cjkcodecs/cjkcodecs.h
c83ea137d7e717f764e2f31fc2544f522de7d857 09-May-2010 Antoine Pitrou <solipsis@pitrou.net> Untabify C files. Will watch buildbots.
/external/python/cpython2/Modules/cjkcodecs/cjkcodecs.h
402b73fb8d54ec2b24b52fdd77d389d903fa6c44 25-Mar-2010 Larry Hastings <larry@hastings.org> Backported PyCapsule from 3.1, and converted most uses of
CObject to PyCapsule.
/external/python/cpython2/Modules/cjkcodecs/cjkcodecs.h
dd96db63f689e2f0d8ae5a1436b3b3395eec7de5 09-Jun-2008 Gregory P. Smith <greg@mad-scientist.com> This reverts r63675 based on the discussion in this thread:

http://mail.python.org/pipermail/python-dev/2008-June/079988.html

Python 2.6 should stick with PyString_* in its codebase. The PyBytes_* names
in the spirit of 3.0 are available via a #define only. See the email thread.
/external/python/cpython2/Modules/cjkcodecs/cjkcodecs.h
593daf545bd9b7e7bcb27b498ecc6f36db9ae395 26-May-2008 Christian Heimes <christian@cheimes.de> Renamed PyString to PyBytes
/external/python/cpython2/Modules/cjkcodecs/cjkcodecs.h
000a074c955a1964959ee908300ef49b41170a06 03-Jan-2008 Christian Heimes <christian@cheimes.de> Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0
Added a new API function PyImport_ImportModuleNoBlock. It solves the problem with dead locks when mixing threads and imports
/external/python/cpython2/Modules/cjkcodecs/cjkcodecs.h
199f1db1fa75e1f1b7cfe73259d6a811aa494a36 05-Sep-2006 Hye-Shik Chang <hyeshik@gmail.com> Fix a few bugs on cjkcodecs found by Oren Tirosh:
- gbk and gb18030 codec now handle U+30FB KATAKANA MIDDLE DOT correctly.
- iso2022_jp_2 codec now encodes into G0 for KS X 1001, GB2312
codepoints to conform the standard.
- iso2022_jp_3 and iso2022_jp_2004 codec can encode JIS X 2013:2
codepoints now.
/external/python/cpython2/Modules/cjkcodecs/cjkcodecs.h
32feb8592f8e7b09a0f7c46a82851628d1c77d34 06-Mar-2006 Hye-Shik Chang <hyeshik@gmail.com> Check NULL if Py_InitModule fails.
/external/python/cpython2/Modules/cjkcodecs/cjkcodecs.h
4b96c1384e008218bdfeb9e271a094b1ab8484d3 04-Mar-2006 Hye-Shik Chang <hyeshik@gmail.com> - Modernize code to use Py_ssize_t more intensively.
- Do some minor code clean-ups.
/external/python/cpython2/Modules/cjkcodecs/cjkcodecs.h
331649acc7479f6e10cf6f6d01118d90f58ae600 06-Oct-2005 Hye-Shik Chang <hyeshik@gmail.com> Change the internal "undefined codepoint" mark for CJKCodecs decoders
from U+FFFD to U+FFFE which is considered more appropriate. (from
MAL's comment)
/external/python/cpython2/Modules/cjkcodecs/cjkcodecs.h
f5a149a6b60fbea17177a1a015dc6d3f0fc24490 19-Aug-2004 Hye-Shik Chang <hyeshik@gmail.com> Bug #1005737, #1007249: Fix several build problems and warnings
found on legacy C compilers of HP-UX, IRIX and Tru64. (Reported
by roadkill, Richard Townsend, Maik Hertha and Minsik Kim)
/external/python/cpython2/Modules/cjkcodecs/cjkcodecs.h
64a9e38f35e2889ed1c076c820a808f827a5e334 18-Jul-2004 Hye-Shik Chang <hyeshik@gmail.com> Replace an extern magic to assigning declared pointer from array's.
And unifdef(1) compatibility blocks.
/external/python/cpython2/Modules/cjkcodecs/cjkcodecs.h
7c7b3da46eb1bbcfc74ca0250a0522fe66427e64 18-Jul-2004 Tim Peters <tim.peters@gmail.com> Added a comment explaining the extern ugliness.
/external/python/cpython2/Modules/cjkcodecs/cjkcodecs.h
0f27166e6ad61cb424e51d643b6d9893c896d938 18-Jul-2004 Tim Peters <tim.peters@gmail.com> Changed the "predefinitions" of codec_list and mapping_list from static
to extern. It's not legal C to say

static whatever[];

because the size isn't given. Presumably this is a gcc extension.
/external/python/cpython2/Modules/cjkcodecs/cjkcodecs.h
2bb146f2f4fd52b03cfa7ae739adb35d2b9f5421 18-Jul-2004 Hye-Shik Chang <hyeshik@gmail.com> Bring CJKCodecs 1.1 into trunk. This completely reorganizes source
and installed layouts to make maintenance simple and easy. And it
also adds four new codecs; big5hkscs, euc-jis-2004, shift-jis-2004
and iso2022-jp-2004.
/external/python/cpython2/Modules/cjkcodecs/cjkcodecs.h