summaryrefslogtreecommitdiffstats
path: root/Modules/cjkcodecs/cjkcodecs.h
Commit message (Expand)AuthorAgeFilesLines
* Recorded merge of revisions 81029 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