summaryrefslogtreecommitdiff
path: root/Modules/cjkcodecs/cjkcodecs.h
Commit message (Expand)AuthorAgeFilesLines
* fix indentation and add curlies (closes #27093)Benjamin Peterson2016-05-231-11/+15
* Issue #23685: Fix usage of PyMODINIT_FUNC in _json, _scproxy, nis, pyexpatVictor Stinner2015-03-171-1/+1
* Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-181-2/+2
|\
| * Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-181-2/+2
* | Removed redundant casts to `char *`.Serhiy Storchaka2014-09-281-1/+1
|/
* CJK codecs: less magical macros, semicolon is now explicitVictor Stinner2013-10-291-2/+5
* CJK codecs: less magic macros, require explicit semicolonVictor Stinner2013-10-291-25/+39
* CJK codecs: use less magic and more readable macros, write explicit ifVictor Stinner2013-10-281-3/+1
* CJK codecs: remove unused TRYMAP_ENC_MPLANE macroVictor Stinner2013-10-281-10/+0
* Issue #18509: handle PyUnicode_Writer() errorVictor Stinner2013-10-281-21/+3
* Issue #1772673: The type of `char*` arguments now changed to `const char*`.Serhiy Storchaka2013-10-191-1/+1
* Issue #18408: Fix cjkcodecs decoders, add a new MBERR_EXCEPTION constant toVictor Stinner2013-07-161-2/+2
* Issue #17693: CJK encoders now use the new Unicode API (PEP 393)Victor Stinner2013-04-141-39/+29
* Close #17693: Rewrite CJK decoders to use the _PyUnicodeWriter API instead ofVictor Stinner2013-04-111-32/+55
* Issue #16330: Fix compilation on WindowsVictor Stinner2012-10-301-1/+1
* Issue #16330: Use surrogate-related macrosVictor Stinner2012-10-301-6/+5
* Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-289/+289
* add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson2009-05-051-5/+7
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-071-1/+1
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-3/+15
* Merged revisions 59666-59679 via svnmerge fromChristian Heimes2008-01-031-1/+1
* Fix a couple of warningsNeal Norwitz2007-08-261-1/+1
* Use unicode and remove support for some uses of str8.Neal Norwitz2007-08-261-7/+4
* Allow encoding names to be unicode strings.Guido van Rossum2007-05-171-0/+5
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-7/+10
* 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-041-10/+10
* Change the internal "undefined codepoint" mark for CJKCodecs decodersHye-Shik Chang2005-10-061-1/+4
* Bug #1005737, #1007249: Fix several build problems and warningsHye-Shik Chang2004-08-191-2/+2
* Replace an extern magic to assigning declared pointer from array's.Hye-Shik Chang2004-07-181-26/+12
* Added a comment explaining the extern ugliness.Tim Peters2004-07-181-0/+6
* Changed the "predefinitions" of codec_list and mapping_list from staticTim Peters2004-07-181-2/+2
* Bring CJKCodecs 1.1 into trunk. This completely reorganizes sourceHye-Shik Chang2004-07-181-0/+399