COMMITS
/ Modules/cjkcodecs/_codecs_cn.c April 17, 2023
E
gh-103583: Add codecs and maps to _codecs_* module state (#103540)
Erlend E. Aasland committed
November 1, 2018
C
bpo-33578: Add getstate/setstate for CJK codec (GH-6984)
Christopher Thorne committed
May 22, 2017
X
bpo-30003: Fix handling escape characters in HZ codec (#1556)
Xiang Zhang committed
May 9, 2017
X
bpo-29990: Fix range checking in GB18030 decoder (#1495)
Xiang Zhang committed
January 18, 2015
S
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka committed
October 28, 2013
V
CJK codecs: less magical macros, semicolon is now explicit
Victor Stinner committed
V
CJK codecs: less magic macros, require explicit semicolon
Victor Stinner committed
V
CJK codecs: add newlines for readability
Victor Stinner committed
V
CJK codecs: use less magic and more readable macros, write explicit if
Victor Stinner committed
V
Issue #18509: handle PyUnicode_Writer() error
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
July 7, 2011
V
Issue #12016: Multibyte CJK decoders now resynchronize faster
Victor Stinner committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
August 6, 2007
G
Merged revisions 56753-56781 via svnmerge from
Guido van Rossum committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters 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
December 12, 2005
H
Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn module
Hye-Shik Chang committed
July 18, 2004
H
Bring CJKCodecs 1.1 into trunk. This completely reorganizes source
Hye-Shik Chang committed