index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
cjkcodecs
/
multibytecodec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
Petr Viktorin
2022-02-11
1
-1/+1
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
1
-0/+1
*
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
Erlend Egeberg Aasland
2021-06-17
1
-5/+9
*
bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748)
Erlend Egeberg Aasland
2021-04-30
1
-1/+2
*
bpo-42866: Add traverse func to _multibytecodec.MultibyteCodec (GH-24166)
Victor Stinner
2021-01-08
1
-3/+13
*
bpo-1635741: Convert _multibytecodec to multi-phase init (GH-24095)
Erlend Egeberg Aasland
2021-01-04
1
-260/+217
*
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner
2020-12-01
1
-1/+1
*
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner
2020-12-01
1
-2/+2
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
1
-1/+1
*
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (...
Serhiy Storchaka
2020-04-12
1
-1/+1
*
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data....
Serhiy Storchaka
2020-04-11
1
-2/+2
*
bpo-40024: Update C extension modules to use PyModule_AddType() (GH-19119)
Dong-hee Na
2020-03-24
1
-8/+4
*
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin
2020-02-11
1
-1/+1
*
bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393)
Victor Stinner
2020-02-07
1
-1/+1
*
bpo-38631: Avoid Py_FatalError() in _multibytecodec init (GH-17233)
Victor Stinner
2019-11-18
1
-1/+0
*
bpo-37206: Unrepresentable default values no longer represented as None. (GH-...
Serhiy Storchaka
2019-09-14
1
-4/+4
*
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer
2019-07-11
1
-2/+2
*
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer
2019-07-04
1
-12/+2
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-10/+10
*
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...
Zackery Spytz
2018-12-17
1
-0/+4
*
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka
2018-11-27
1
-1/+1
*
cjkcodecs: Fix compiler warning (GH-10651)
Victor Stinner
2018-11-22
1
-2/+2
*
bpo-33578: Fix getstate/setstate for CJK decoder (GH-10290)
Christopher Thorne
2018-11-02
1
-5/+22
*
bpo-33578: Add getstate/setstate for CJK codec (GH-6984)
Christopher Thorne
2018-11-01
1
-0/+154
*
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Serhiy Storchaka
2017-04-19
1
-0/+3
*
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
Serhiy Storchaka
2017-03-12
1
-4/+4
*
Use _PyObject_CallMethodIdObjArgs()
Victor Stinner
2016-12-09
1
-2/+2
*
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka
2016-11-20
1
-2/+2
*
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka
2016-07-07
1
-2/+2
*
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-1/+1
*
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-2/+1
*
Merge 3.4
Victor Stinner
2015-07-16
1
-0/+3
|
\
|
*
Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecs
Victor Stinner
2015-07-16
1
-0/+3
*
|
Specify default values of semantic booleans in Argument Clinic generated sign...
Serhiy Storchaka
2015-05-30
1
-4/+4
*
|
Issue #24001: Argument Clinic converters now use accept={type}
Larry Hastings
2015-05-04
1
-4/+4
*
|
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
Larry Hastings
2015-04-14
1
-18/+31
*
|
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka
2015-04-03
1
-6/+1
*
|
Issue #23215: Multibyte codecs with custom error handlers that ignores errors
Serhiy Storchaka
2015-02-20
1
-8/+11
|
\
\
|
|
/
|
*
Issue #23215: Multibyte codecs with custom error handlers that ignores errors
Serhiy Storchaka
2015-02-20
1
-8/+11
*
|
Removed redundant casts to `char *`.
Serhiy Storchaka
2014-09-28
1
-2/+2
*
|
Issue #20152: Convert _multibytecodecs to Argument Clinic.
Brett Cannon
2014-08-22
1
-142/+191
|
/
*
Issue #19515: Remove identifiers duplicated in the same file.
Victor Stinner
2013-11-12
1
-2/+2
*
Issue #18408: Fix cjkcodecs decoders, add a new MBERR_EXCEPTION constant to
Victor Stinner
2013-07-16
1
-0/+2
*
Issue #18408: Fix CJK decoders, raise MemoryError on memory allocation failure
Victor Stinner
2013-07-15
1
-1/+3
*
fix indentation
Victor Stinner
2013-07-08
1
-13/+13
*
Close #17694: Add minimum length to _PyUnicodeWriter
Victor Stinner
2013-04-17
1
-4/+5
*
Issue #17693: Fix memory/reference leaks
Victor Stinner
2013-04-14
1
-5/+3
*
Issue #17693: CJK encoders now use the new Unicode API (PEP 393)
Victor Stinner
2013-04-14
1
-76/+96
*
Close #17693: Rewrite CJK decoders to use the _PyUnicodeWriter API instead of
Victor Stinner
2013-04-11
1
-90/+39
*
support encoding error handlers that return bytes (closes #16585)
Benjamin Peterson
2012-12-02
1
-2/+6
[next]