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
*
Issue #5640: Fix Shift-JIS incremental encoder for error handlers different
Victor Stinner
2010-05-21
1
-1/+1
*
Untabify C files. Will watch buildbots.
Antoine Pitrou
2010-05-09
1
-1412/+1412
*
Backported PyCapsule from 3.1, and converted most uses of
Larry Hastings
2010-03-25
1
-2/+2
*
Docstring typo.
Andrew M. Kuchling
2008-10-03
1
-1/+1
*
Backport r65661, r65760: Issue #3575: Incremental decoder's decode
Hirokazu Yamamoto
2008-08-17
1
-5/+18
*
#3305: self->stream can be NULL.
Georg Brandl
2008-07-16
1
-2/+2
*
Merge in release25-maint r60793:
Gregory P. Smith
2008-06-11
1
-7/+31
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
1
-31/+31
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-31/+31
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...
Christian Heimes
2007-12-19
1
-4/+4
*
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
Martin v. Löwis
2007-07-21
1
-14/+9
*
Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it
Hye-Shik Chang
2007-06-05
1
-1/+5
*
Make use of METH_O and METH_NOARGS where possible.
Georg Brandl
2006-05-29
1
-16/+8
*
Fix more ssize_t problems.
Martin v. Löwis
2006-04-22
1
-1/+1
*
Backport p3yk r45619:
Hye-Shik Chang
2006-04-21
1
-4/+28
*
Try to get rid of a Coverity warning by consistently using origpending.
Neal Norwitz
2006-03-28
1
-1/+1
*
Fix reference leaks introduced by the recent incremental codec
Hye-Shik Chang
2006-03-27
1
-37/+48
*
Utilize %zd for Py_ssize_t formatting instead of casting to long.
Hye-Shik Chang
2006-03-26
1
-4/+4
*
Allow long objects as a position value of error callbacks returned.
Hye-Shik Chang
2006-03-26
1
-8/+12
*
Patch #1443155: Add the incremental codecs support for CJK codecs.
Hye-Shik Chang
2006-03-26
1
-298/+779
*
- Modernize code to use Py_ssize_t more intensively.
Hye-Shik Chang
2006-03-04
1
-71/+76
*
More unconsting.
Martin v. Löwis
2006-02-27
1
-2/+2
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-1/+1
*
Add const to several API functions that take char *.
Jeremy Hylton
2005-12-10
1
-2/+2
*
SF Patch #1297028, cjkcodecs does not initialize type pointer
Neal Norwitz
2005-09-21
1
-0/+4
*
Bug #1005737, #1007249: Fix several build problems and warnings
Hye-Shik Chang
2004-08-19
1
-4/+3
*
Bring CJKCodecs 1.1 into trunk. This completely reorganizes source
Hye-Shik Chang
2004-07-18
1
-956/+1019
*
Add CJK codecs support as discussed on python-dev. (SF #873597)
Hye-Shik Chang
2004-01-17
1
-0/+1210