COMMITS
/ Modules/cjkcodecs/_codecs_iso2022.c October 14, 2025
S
gh-101828: Fix `jisx0213` codecs removing null characters (gh-139340)
Stan Ulbrych committed
June 27, 2024
V
gh-121040: Use __attribute__((fallthrough)) (#121044)
Victor Stinner committed
November 6, 2023
M
gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read out of bounds (gh-111695)
Masayuki Moriyama committed
April 27, 2023
E
gh-103583: Isolate CJK codec modules (#103869)
Erlend E. Aasland committed
April 17, 2023
E
gh-103583: Add codecs and maps to _codecs_* module state (#103540)
Erlend E. Aasland committed
August 25, 2017
S
bpo-31275: Small refactoring to silence a fall-through warning. (#3206)
Stefan Krah committed
February 16, 2015
S
Fixed few compiler warnings.
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
February 22, 2011
B
Issue #8914: fix various warnings from the Clang static analyzer v254.
Brett Cannon committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
December 15, 2007
C
Merged revisions 59488-59511 via svnmerge from
Christian Heimes committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
March 13, 2006
H
Bug #1448490: Fix a bug that ISO-2022 codecs could not handle
Hye-Shik Chang committed
March 4, 2006
H
- Modernize code to use Py_ssize_t more intensively.
Hye-Shik Chang committed
August 19, 2004
H
Bug #1005737, #1007249: Fix several build problems and warnings
Hye-Shik Chang committed
July 18, 2004
T
Repair MS compiler warning about signed-vs-unsigned mismatch. The plane
Tim Peters committed
H
Bring CJKCodecs 1.1 into trunk. This completely reorganizes source
Hye-Shik Chang committed