summaryrefslogtreecommitdiffstats
path: root/Modules/cjkcodecs
Commit message (Expand)AuthorAgeFilesLines
* [ 1243081 ] repair typosGeorg Brandl2005-07-221-1/+1
* Bug #1005737, #1007249: Fix several build problems and warningsHye-Shik Chang2004-08-195-42/+45
* Remove CJKCodecs implementation of UTF-7 and UTF-8 codec whichHye-Shik Chang2004-07-281-560/+0
* Replace an extern magic to assigning declared pointer from array's.Hye-Shik Chang2004-07-181-26/+12
* Remove unused CNS-11643 mapping which shouldn't merged into main PythonHye-Shik Chang2004-07-181-11864/+0
* Repair MS compiler warning about signed-vs-unsigned mismatch. The planeTim Peters2004-07-181-2/+2
* 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-1867-40161/+34069
* Remove warning (static not being first) when building with -WNeal Norwitz2004-06-131-2/+2
* Fix MSVC6 warnings. (spotted by Tim Peters)Hye-Shik Chang2004-01-2320-48/+48
* Add CJK codecs support as discussed on python-dev. (SF #873597)Hye-Shik Chang2004-01-1751-0/+40542