Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
bdba5cf69478c82b3f8f644e52e6b6ca7d474b97
/
Modules
/
cjkcodecs
806c246
Merged revisions 56753-56781 via svnmerge from
by Guido van Rossum
· 17 years ago
9f2e346
Merged revisions 56467-56482 via svnmerge from
by Martin v. Löwis
· 18 years ago
27ff74d
Fix another issue likely introduced by the merge.
by Guido van Rossum
· 18 years ago
cd16bf6
Merged revisions 55817-55961 via svnmerge from
by Guido van Rossum
· 18 years ago
024da5c
Make all the multibyte codec tests pass.
by Guido van Rossum
· 18 years ago
f4cfc8f
Make test_codecs work. The CJK codecs now use bytes instead of str8 for
by Guido van Rossum
· 18 years ago
af199fa
Allow encoding names to be unicode strings.
by Guido van Rossum
· 18 years ago
ddefaf3
Merged the int/long unification branch, by very crude means (sorry Thomas!).
by Guido van Rossum
· 18 years ago
89f507f
Four months of trunk changes (including a few releases...)
by Thomas Wouters
· 18 years ago
73e5a5b
Merge the rest of the trunk.
by Thomas Wouters
· 19 years ago
4d70c3d
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
by Thomas Wouters
· 19 years ago
477c8d5
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
by Thomas Wouters
· 19 years ago
13247bf
Add empty __init__ methods for stateful multibytecodec instances.
by Hye-Shik Chang
· 19 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 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
· 19 years ago
af68c87
Add const to several API functions that take char *.
by Jeremy Hylton
· 19 years ago
331649a
Change the internal "undefined codepoint" mark for CJKCodecs decoders
by Hye-Shik Chang
· 19 years ago
058bde1
SF Patch #1297028, cjkcodecs does not initialize type pointer
by Neal Norwitz
· 19 years ago
08c02db
[ 1243081 ] repair typos
by Georg Brandl
· 19 years ago
f5a149a
Bug #1005737, #1007249: Fix several build problems and warnings
by Hye-Shik Chang
· 20 years ago
eb34110
Remove CJKCodecs implementation of UTF-7 and UTF-8 codec which
by Hye-Shik Chang
· 20 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
· 21 years ago
3e2a306
Add CJK codecs support as discussed on python-dev. (SF #873597)
by Hye-Shik Chang
· 21 years ago