Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c060b0e7eb140cb13dfb51f954883241f1ddabc6
/
Modules
/
cjkcodecs
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
01612e7
Update big5hkscs codec to conform to the HKSCS:2004 revision.
by Hye-Shik Chang
· 18 years ago
000a074
Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0
by Christian Heimes
· 18 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
2518b25
Fixed a warning in _codecs_iso2022.c and some non C89 conform // comments.
by Christian Heimes
· 18 years ago
2390104
Add cheot-ga-keut composed make-up sequence support in EUC-KR codec.
by Hye-Shik Chang
· 18 years ago
f3e93a0
Fix gb18030 codec's bug that doesn't map two-byte characters on
by Hye-Shik Chang
· 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
b788346
Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfault
by Hye-Shik Chang
· 19 years ago
199f1db
Fix a few bugs on cjkcodecs found by Oren Tirosh:
by Hye-Shik Chang
· 19 years ago
58ce5bc
Fix a potentially invalid memory access of CJKCodecs' shift-jis
by Hye-Shik Chang
· 19 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
· 19 years ago
9f4b632
Allow long objects as a position value of error callbacks returned.
by Hye-Shik Chang
· 19 years ago
e2ac4ab
Patch #1443155: Add the incremental codecs support for CJK codecs.
by Hye-Shik Chang
· 19 years ago
abb903f
Bug #1448490: Fix a bug that ISO-2022 codecs could not handle
by Hye-Shik Chang
· 19 years ago
32feb85
Check NULL if Py_InitModule fails.
by Hye-Shik Chang
· 19 years ago
4b96c13
- Modernize code to use Py_ssize_t more intensively.
by Hye-Shik Chang
· 19 years ago
02cbf4a
More unconsting.
by Martin v. Löwis
· 19 years ago
18e1655
Merge ssize_t branch.
by Martin v. Löwis
· 19 years ago
c5c57e6
Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn module
by Hye-Shik Chang
· 20 years ago
af68c87
Add const to several API functions that take char *.
by Jeremy Hylton
· 20 years ago
331649a
Change the internal "undefined codepoint" mark for CJKCodecs decoders
by Hye-Shik Chang
· 20 years ago
058bde1
SF Patch #1297028, cjkcodecs does not initialize type pointer
by Neal Norwitz
· 20 years ago
08c02db
[ 1243081 ] repair typos
by Georg Brandl
· 20 years ago
f5a149a
Bug #1005737, #1007249: Fix several build problems and warnings
by Hye-Shik Chang
· 21 years ago
eb34110
Remove CJKCodecs implementation of UTF-7 and UTF-8 codec which
by Hye-Shik Chang
· 21 years ago
64a9e38
Replace an extern magic to assigning declared pointer from array's.
by Hye-Shik Chang
· 21 years ago
ca455e8
Remove unused CNS-11643 mapping which shouldn't merged into main Python yet.
by Hye-Shik Chang
· 21 years ago
91380d5
Repair MS compiler warning about signed-vs-unsigned mismatch. The plane
by Tim Peters
· 21 years ago
7c7b3da
Added a comment explaining the extern ugliness.
by Tim Peters
· 21 years ago
0f27166
Changed the "predefinitions" of codec_list and mapping_list from static
by Tim Peters
· 21 years ago
2bb146f
Bring CJKCodecs 1.1 into trunk. This completely reorganizes source
by Hye-Shik Chang
· 21 years ago
75a3204
Remove warning (static not being first) when building with -W
by Neal Norwitz
· 21 years ago
d210a5b
Fix MSVC6 warnings. (spotted by Tim Peters)
by Hye-Shik Chang
· 22 years ago
3e2a306
Add CJK codecs support as discussed on python-dev. (SF #873597)
by Hye-Shik Chang
· 22 years ago