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_jp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-35194: Fix a wrong constant in cp932 codec (GH-10420)
Alexey Izbyshev
2018-11-09
1
-1/+1
*
CJK codecs: less magical macros, semicolon is now explicit
Victor Stinner
2013-10-28
1
-10/+11
*
CJK codecs: less magic macros, require explicit semicolon
Victor Stinner
2013-10-28
1
-29/+29
*
CJK codecs: add newlines for readability
Victor Stinner
2013-10-28
1
-24/+49
*
CJK codecs: use less magic and more readable macros, write explicit if
Victor Stinner
2013-10-28
1
-10/+10
*
Issue #18509: handle PyUnicode_Writer() error
Victor Stinner
2013-10-28
1
-29/+39
*
Issue #17693: CJK encoders now use the new Unicode API (PEP 393)
Victor Stinner
2013-04-14
1
-82/+86
*
Close #17693: Rewrite CJK decoders to use the _PyUnicodeWriter API instead of
Victor Stinner
2013-04-11
1
-89/+78
*
Issue #12016: Multibyte CJK decoders now resynchronize faster
Victor Stinner
2011-07-07
1
-17/+17
*
Issue #12016: Reindent decoders of HK and JP codecs
Victor Stinner
2011-06-03
1
-5/+5
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-602/+602
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
1
-1/+2
*
- Modernize code to use Py_ssize_t more intensively.
Hye-Shik Chang
2006-03-04
1
-3/+2
*
[ 1243081 ] repair typos
Georg Brandl
2005-07-22
1
-1/+1
*
Bring CJKCodecs 1.1 into trunk. This completely reorganizes source
Hye-Shik Chang
2004-07-18
1
-0/+731