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_iso2022.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-31275: Small refactoring to silence a fall-through warning. (#3206)
Stefan Krah
2017-08-25
1
-8/+2
*
Fixed few compiler warnings.
Serhiy Storchaka
2015-02-16
1
-4/+3
*
CJK codecs: less magical macros, semicolon is now explicit
Victor Stinner
2013-10-28
1
-68/+76
*
CJK codecs: less magic macros, require explicit semicolon
Victor Stinner
2013-10-28
1
-28/+29
*
CJK codecs: add newlines for readability
Victor Stinner
2013-10-28
1
-31/+56
*
CJK codecs: use less magic and more readable macros, write explicit if
Victor Stinner
2013-10-28
1
-8/+8
*
Issue #18509: handle PyUnicode_Writer() error
Victor Stinner
2013-10-28
1
-16/+16
*
Issue #17693: CJK encoders now use the new Unicode API (PEP 393)
Victor Stinner
2013-04-14
1
-62/+51
*
Close #17693: Rewrite CJK decoders to use the _PyUnicodeWriter API instead of
Victor Stinner
2013-04-11
1
-95/+91
*
Issue #8914: fix various warnings from the Clang static analyzer v254.
Brett Cannon
2011-02-22
1
-1/+1
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-811/+811
*
Merged revisions 59488-59511 via svnmerge from
Christian Heimes
2007-12-15
1
-1/+1
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-20/+31
*
Bug #1448490: Fix a bug that ISO-2022 codecs could not handle
Hye-Shik Chang
2006-03-13
1
-1/+1
*
- Modernize code to use Py_ssize_t more intensively.
Hye-Shik Chang
2006-03-04
1
-27/+26
*
Bug #1005737, #1007249: Fix several build problems and warnings
Hye-Shik Chang
2004-08-19
1
-34/+38
*
Repair MS compiler warning about signed-vs-unsigned mismatch. The plane
Tim Peters
2004-07-18
1
-2/+2
*
Bring CJKCodecs 1.1 into trunk. This completely reorganizes source
Hye-Shik Chang
2004-07-18
1
-0/+1117