Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
79a3eb1058057185cb901b0f5f67fea05494e1fb
/
Modules
/
cjkcodecs
/
multibytecodec.c
658c45f
Docstring typo.
by Andrew M. Kuchling
· 17 years ago
41a81eb
Backport r65661, r65760: Issue #3575: Incremental decoder's decode
by Hirokazu Yamamoto
· 17 years ago
b9b68ae
#3305: self->stream can be NULL.
by Georg Brandl
· 17 years ago
9d53457
Merge in release25-maint r60793:
by Gregory P. Smith
· 17 years ago
dd96db6
This reverts r63675 based on the discussion in this thread:
by Gregory P. Smith
· 17 years ago
593daf5
Renamed PyString to PyBytes
by Christian Heimes
· 17 years ago
e93237d
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
by Christian Heimes
· 18 years ago
6819210
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
by Martin v. Löwis
· 18 years ago
9b54140
Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it
by Hye-Shik Chang
· 18 years ago
96a8c39
Make use of METH_O and METH_NOARGS where possible.
by Georg Brandl
· 19 years ago
26fd960
Fix more ssize_t problems.
by Martin v. Löwis
· 19 years ago
db8955b
Backport p3yk r45619:
by Hye-Shik Chang
· 19 years ago
7491d2a
Try to get rid of a Coverity warning by consistently using origpending.
by Neal Norwitz
· 19 years ago
b9c03e9
Fix reference leaks introduced by the recent incremental codec changes.
by Hye-Shik Chang
· 19 years ago
04904fa
Utilize %zd for Py_ssize_t formatting instead of casting to long.
by Hye-Shik Chang
· 20 years ago
9f4b632
Allow long objects as a position value of error callbacks returned.
by Hye-Shik Chang
· 20 years ago
e2ac4ab
Patch #1443155: Add the incremental codecs support for CJK codecs.
by Hye-Shik Chang
· 20 years ago
4b96c13
- Modernize code to use Py_ssize_t more intensively.
by Hye-Shik Chang
· 20 years ago
02cbf4a
More unconsting.
by Martin v. Löwis
· 20 years ago
18e1655
Merge ssize_t branch.
by Martin v. Löwis
· 20 years ago
af68c87
Add const to several API functions that take char *.
by Jeremy Hylton
· 20 years ago
058bde1
SF Patch #1297028, cjkcodecs does not initialize type pointer
by Neal Norwitz
· 20 years ago
f5a149a
Bug #1005737, #1007249: Fix several build problems and warnings
by Hye-Shik Chang
· 21 years ago
2bb146f
Bring CJKCodecs 1.1 into trunk. This completely reorganizes source
by Hye-Shik Chang
· 21 years ago
3e2a306
Add CJK codecs support as discussed on python-dev. (SF #873597)
by Hye-Shik Chang
· 22 years ago