COMMITS
/ Modules/cjkcodecs/multibytecodec.h November 1, 2018
C
bpo-33578: Add getstate/setstate for CJK codec (GH-6984)
Christopher Thorne committed
October 28, 2013
V
CJK codecs: less magic macros, require explicit semicolon
Victor Stinner committed
July 16, 2013
V
Issue #18408: Fix cjkcodecs decoders, add a new MBERR_EXCEPTION constant to
Victor Stinner committed
April 14, 2013
V
Issue #17693: CJK encoders now use the new Unicode API (PEP 393)
Victor Stinner committed
April 11, 2013
V
Close #17693: Rewrite CJK decoders to use the _PyUnicodeWriter API instead of
Victor Stinner committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
May 5, 2009
B
add a replacement API for PyCObject, PyCapsule #5630
Benjamin Peterson committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
March 4, 2006
H
- Modernize code to use Py_ssize_t more intensively.
Hye-Shik Chang committed
July 18, 2004
H
Bring CJKCodecs 1.1 into trunk. This completely reorganizes source
Hye-Shik Chang committed
January 17, 2004
H
Add CJK codecs support as discussed on python-dev. (SF #873597)
Hye-Shik Chang committed