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
/
_codecs_cn.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-30003: Fix handling escape characters in HZ codec (#1556) (#1718)
Xiang Zhang
2017-05-22
1
-13/+12
*
bpo-29990: Fix range checking in GB18030 decoder (#1495) (#1508)
Xiang Zhang
2017-05-09
1
-1/+3
*
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
1
-1/+1
*
CJK codecs: less magical macros, semicolon is now explicit
Victor Stinner
2013-10-28
1
-13/+14
*
CJK codecs: less magic macros, require explicit semicolon
Victor Stinner
2013-10-28
1
-43/+50
*
CJK codecs: add newlines for readability
Victor Stinner
2013-10-28
1
-13/+27
*
CJK codecs: use less magic and more readable macros, write explicit if
Victor Stinner
2013-10-28
1
-4/+4
*
Issue #18509: handle PyUnicode_Writer() error
Victor Stinner
2013-10-28
1
-5/+14
*
Issue #17693: CJK encoders now use the new Unicode API (PEP 393)
Victor Stinner
2013-04-14
1
-70/+65
*
Close #17693: Rewrite CJK decoders to use the _PyUnicodeWriter API instead of
Victor Stinner
2013-04-11
1
-48/+41
*
Issue #12016: Multibyte CJK decoders now resynchronize faster
Victor Stinner
2011-07-07
1
-7/+7
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-317/+317
*
Merged revisions 56753-56781 via svnmerge from
Guido van Rossum
2007-08-06
1
-0/+1
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-15/+20
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-4/+1
*
- Modernize code to use Py_ssize_t more intensively.
Hye-Shik Chang
2006-03-04
1
-1/+0
*
Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn module
Hye-Shik Chang
2005-12-12
1
-0/+8
*
Bring CJKCodecs 1.1 into trunk. This completely reorganizes source
Hye-Shik Chang
2004-07-18
1
-0/+434