summaryrefslogtreecommitdiffstats
path: root/Modules/cjkcodecs/README
Commit message (Collapse)AuthorAgeFilesLines
* bpo-40328: Add tool for generating cjk mapping headers (GH-19602)Dong-hee Na2020-04-291-3/+1
|
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * Fix typos in comments, docs and test names * Update test_pyparse.py account for change in string length * Apply suggestion: splitable -> splittable Co-Authored-By: Terry Jan Reedy <tjreedy@udel.edu> * Apply suggestion: splitable -> splittable Co-Authored-By: Terry Jan Reedy <tjreedy@udel.edu> * Apply suggestion: Dealloccte -> Deallocate Co-Authored-By: Terry Jan Reedy <tjreedy@udel.edu> * Update posixmodule checksum. * Reverse idlelib changes.
* - Modernize code to use Py_ssize_t more intensively.Hye-Shik Chang2006-03-041-8/+0
| | | | - Do some minor code clean-ups.
* Bug #1005737, #1007249: Fix several build problems and warningsHye-Shik Chang2004-08-191-1/+1
| | | | | found on legacy C compilers of HP-UX, IRIX and Tru64. (Reported by roadkill, Richard Townsend, Maik Hertha and Minsik Kim)
* Bring CJKCodecs 1.1 into trunk. This completely reorganizes sourceHye-Shik Chang2004-07-181-1/+1
| | | | | | 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.
* Add CJK codecs support as discussed on python-dev. (SF #873597)Hye-Shik Chang2004-01-171-0/+87
Several style fixes are suggested by Martin v. Loewis and Marc-Andre Lemburg. Thanks!