index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
cjkcodecs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added checks for integer overflows, contributed by Google. Some are
Martin v. Löwis
2008-02-14
1
-7
/
+31
*
Backport from trunk r56727:
Hye-Shik Chang
2007-08-04
1
-0
/
+1
*
(Backport from r55770)
Hye-Shik Chang
2007-06-05
1
-1
/
+5
*
Backport from trunk r52223:
Hye-Shik Chang
2006-10-08
1
-14
/
+22
*
Backport from trunk r51737:
Hye-Shik Chang
2006-09-07
3
-28
/
+39
*
Fix a potentially invalid memory access of CJKCodecs' shift-jis
Hye-Shik Chang
2006-06-05
1
-1
/
+2
*
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
2
-41
/
+52
*
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
3
-316
/
+826
*
Bug #1448490: Fix a bug that ISO-2022 codecs could not handle
Hye-Shik Chang
2006-03-13
1
-1
/
+1
*
Check NULL if Py_InitModule fails.
Hye-Shik Chang
2006-03-06
1
-1
/
+2
*
- Modernize code to use Py_ssize_t more intensively.
Hye-Shik Chang
2006-03-04
18
-168
/
+131
*
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
*
Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn module
Hye-Shik Chang
2005-12-12
1
-0
/
+8
*
Add const to several API functions that take char *.
Jeremy Hylton
2005-12-10
1
-2
/
+2
*
Change the internal "undefined codepoint" mark for CJKCodecs decoders
Hye-Shik Chang
2005-10-06
1
-1
/
+4
*
SF Patch #1297028, cjkcodecs does not initialize type pointer
Neal Norwitz
2005-09-21
1
-0
/
+4
*
[ 1243081 ] repair typos
Georg Brandl
2005-07-22
1
-1
/
+1
*
Bug #1005737, #1007249: Fix several build problems and warnings
Hye-Shik Chang
2004-08-19
5
-42
/
+45
*
Remove CJKCodecs implementation of UTF-7 and UTF-8 codec which
Hye-Shik Chang
2004-07-28
1
-560
/
+0
*
Replace an extern magic to assigning declared pointer from array's.
Hye-Shik Chang
2004-07-18
1
-26
/
+12
*
Remove unused CNS-11643 mapping which shouldn't merged into main Python
Hye-Shik Chang
2004-07-18
1
-11864
/
+0
*
Repair MS compiler warning about signed-vs-unsigned mismatch. The plane
Tim Peters
2004-07-18
1
-2
/
+2
*
Added a comment explaining the extern ugliness.
Tim Peters
2004-07-18
1
-0
/
+6
*
Changed the "predefinitions" of codec_list and mapping_list from static
Tim Peters
2004-07-18
1
-2
/
+2
*
Bring CJKCodecs 1.1 into trunk. This completely reorganizes source
Hye-Shik Chang
2004-07-18
67
-40161
/
+34069
*
Remove warning (static not being first) when building with -W
Neal Norwitz
2004-06-13
1
-2
/
+2
*
Fix MSVC6 warnings. (spotted by Tim Peters)
Hye-Shik Chang
2004-01-23
20
-48
/
+48
*
Add CJK codecs support as discussed on python-dev. (SF #873597)
Hye-Shik Chang
2004-01-17
51
-0
/
+40542