COMMITS
/ Modules/cjkcodecs/multibytecodec.c March 1, 2022
D
bpo-46541: Remove usage of _Py_IDENTIFIER from multibytecodec (GH-31475)
Dong-hee Na committed
February 11, 2022
P
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
Petr Viktorin committed
February 8, 2022
June 17, 2021
E
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
Erlend Egeberg Aasland committed
April 30, 2021
E
bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748)
Erlend Egeberg Aasland committed
January 8, 2021
V
bpo-42866: Add traverse func to _multibytecodec.MultibyteCodec (GH-24166)
Victor Stinner committed
January 4, 2021
E
bpo-1635741: Convert _multibytecodec to multi-phase init (GH-24095)
Erlend Egeberg Aasland committed
December 1, 2020
V
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner committed
V
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
April 12, 2020
S
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (GH-19472)
Serhiy Storchaka committed
April 11, 2020
S
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data. (GH-19345)
Serhiy Storchaka committed
March 24, 2020
D
bpo-40024: Update C extension modules to use PyModule_AddType() (GH-19119)
Dong-hee Na committed
February 11, 2020
P
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin committed
February 7, 2020
V
bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393)
Victor Stinner committed
November 18, 2019
V
bpo-38631: Avoid Py_FatalError() in _multibytecodec init (GH-17233)
Victor Stinner committed
September 14, 2019
S
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
Serhiy Storchaka committed
July 11, 2019
J
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer committed
July 4, 2019
J
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
December 17, 2018
Z
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175)
Zackery Spytz committed
November 27, 2018
S
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka committed
November 22, 2018
V
cjkcodecs: Fix compiler warning (GH-10651)
Victor Stinner committed
November 2, 2018
C
bpo-33578: Fix getstate/setstate for CJK decoder (GH-10290)
Christopher Thorne committed
November 1, 2018
C
bpo-33578: Add getstate/setstate for CJK codec (GH-6984)
Christopher Thorne committed
April 19, 2017
S
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Serhiy Storchaka committed
March 12, 2017
S
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
Serhiy Storchaka committed
December 9, 2016
V
Use _PyObject_CallMethodIdObjArgs()
Victor Stinner committed
November 20, 2016
S
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka committed
July 7, 2016
S
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
December 27, 2015
S
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka committed
July 16, 2015
V
Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecs
Victor Stinner committed
May 30, 2015
S
Specify default values of semantic booleans in Argument Clinic generated signatures as booleans.
Serhiy Storchaka committed
May 4, 2015
L
Issue #24001: Argument Clinic converters now use accept={type}
Larry Hastings committed
April 14, 2015
L
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
Larry Hastings committed
April 3, 2015
S
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka committed
February 20, 2015
S
Issue #23215: Multibyte codecs with custom error handlers that ignores errors
Serhiy Storchaka committed
S
Issue #23215: Multibyte codecs with custom error handlers that ignores errors
Serhiy Storchaka committed
September 28, 2014
S
Removed redundant casts to `char *`.
Serhiy Storchaka committed
August 22, 2014
B
Issue #20152: Convert _multibytecodecs to Argument Clinic.
Brett Cannon committed
November 12, 2013
V
Issue #19515: Remove identifiers duplicated in the same file.
Victor Stinner committed
July 16, 2013
V
Issue #18408: Fix cjkcodecs decoders, add a new MBERR_EXCEPTION constant to
Victor Stinner committed
July 15, 2013
V
Issue #18408: Fix CJK decoders, raise MemoryError on memory allocation failure
Victor Stinner committed
July 8, 2013
V
fix indentation
Victor Stinner committed
April 17, 2013
V
Close #17694: Add minimum length to _PyUnicodeWriter
Victor Stinner committed
April 14, 2013
V
Issue #17693: Fix memory/reference leaks
Victor Stinner committed
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