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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data....
Serhiy Storchaka
2020-04-11
1
-1/+1
*
bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)
Andy Lester
2020-03-04
1
-1/+1
*
bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393)
Victor Stinner
2020-02-07
1
-1/+1
*
bpo-33578: Add getstate/setstate for CJK codec (GH-6984)
Christopher Thorne
2018-11-01
1
-5/+8
*
CJK codecs: less magic macros, require explicit semicolon
Victor Stinner
2013-10-28
1
-5/+5
*
Issue #18408: Fix cjkcodecs decoders, add a new MBERR_EXCEPTION constant to
Victor Stinner
2013-07-16
1
-0/+1
*
Issue #17693: CJK encoders now use the new Unicode API (PEP 393)
Victor Stinner
2013-04-14
1
-3/+3
*
Close #17693: Rewrite CJK decoders to use the _PyUnicodeWriter API instead of
Victor Stinner
2013-04-11
1
-8/+2
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-66/+66
*
add a replacement API for PyCObject, PyCapsule #5630
Benjamin Peterson
2009-05-05
1
-0/+3
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-14/+46
*
- Modernize code to use Py_ssize_t more intensively.
Hye-Shik Chang
2006-03-04
1
-16/+16
*
Bring CJKCodecs 1.1 into trunk. This completely reorganizes source
Hye-Shik Chang
2004-07-18
1
-49/+67
*
Add CJK codecs support as discussed on python-dev. (SF #873597)
Hye-Shik Chang
2004-01-17
1
-0/+88