COMMITS
/ Modules/cjkcodecs/cjkcodecs.h April 1, 2025
B
gh-111178: remove redundant casts for functions with correct signatures (#131673)
Bénédikt Tran committed
January 30, 2025
V
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Victor Stinner committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
July 25, 2023
S
gh-86493: Modernize modules initialization code (GH-106858)
Serhiy Storchaka committed
July 3, 2023
V
gh-106320: Remove private _PyImport C API functions (#106383)
Victor Stinner committed
V
gh-106320: Move _PyUnicodeWriter to the internal C API (#106342)
Victor Stinner committed
July 2, 2023
I
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
April 27, 2023
E
gh-103583: Isolate CJK codec modules (#103869)
Erlend E. Aasland committed
April 19, 2023
E
gh-103583: Add ref. dependency between multibytecodec modules (#103589)
Erlend E. Aasland committed
April 17, 2023
E
gh-103583: Add codecs and maps to _codecs_* module state (#103540)
Erlend E. Aasland committed
June 14, 2022
S
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
Serhiy Storchaka committed
January 8, 2021
V
bpo-42866: Fix refleak in CJK getcodec() (GH-24165)
Victor Stinner committed
January 7, 2021
V
bpo-42846: Convert CJK codec extensions to multiphase init (GH-24157)
Victor Stinner committed
April 11, 2020
S
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data. (GH-19345)
Serhiy Storchaka committed
February 11, 2020
P
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin committed
July 4, 2019
J
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer committed
March 29, 2019
A
bpo-35194: cjkcodec: check the encoded value is not truncated (GH-10432)
Alexey Izbyshev committed
November 20, 2016
S
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka committed
May 24, 2016
B
fix indentation and add curlies (closes #27093)
Benjamin Peterson committed
March 17, 2015
V
Issue #23685: Fix usage of PyMODINIT_FUNC in _json, _scproxy, nis, pyexpat
Victor Stinner committed
January 18, 2015
S
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka committed
S
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka committed
September 28, 2014
S
Removed redundant casts to `char *`.
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: use less magic and more readable macros, write explicit if
Victor Stinner committed
V
CJK codecs: remove unused TRYMAP_ENC_MPLANE macro
Victor Stinner committed
V
Issue #18509: handle PyUnicode_Writer() error
Victor Stinner committed
October 19, 2013
S
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka 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
October 30, 2012
V
Issue #16330: Fix compilation on Windows
Victor Stinner committed
V
Issue #16330: Use surrogate-related macros
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
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
January 3, 2008
C
Merged revisions 59666-59679 via svnmerge from
Christian Heimes committed
August 26, 2007
N
Fix a couple of warnings
Neal Norwitz committed
N
Use unicode and remove support for some uses of str8.
Neal Norwitz committed
May 17, 2007
G
Allow encoding names to be unicode strings.
Guido van Rossum committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
March 6, 2006
H
Check NULL if Py_InitModule fails.
Hye-Shik Chang committed
March 4, 2006
H
- Modernize code to use Py_ssize_t more intensively.
Hye-Shik Chang committed
October 6, 2005
H
Change the internal "undefined codepoint" mark for CJKCodecs decoders
Hye-Shik Chang committed
August 19, 2004
H
Bug #1005737, #1007249: Fix several build problems and warnings
Hye-Shik Chang committed
July 18, 2004
H
Replace an extern magic to assigning declared pointer from array's.
Hye-Shik Chang committed
T
Added a comment explaining the extern ugliness.
Tim Peters committed