Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
d47a68716e7dfdf79a19129a9a8369b41a173f27
/
Lib
/
test
/
test_multibytecodec.py
d6703b5
Issue #5640: Fix Shift-JIS incremental encoder for error handlers different
by Victor Stinner
· 15 years ago
a4f46e1
Remove unused imports in test modules.
by Georg Brandl
· 15 years ago
aa98058
use assert[Not]In where appropriate
by Ezio Melotti
· 15 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
b9b68ae
#3305: self->stream can be NULL.
by Georg Brandl
· 17 years ago
f9a0ea8
Fix for Windows: close a temporary file before trying to delete it.
by Hye-Shik Chang
· 18 years ago
9b54140
Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it
by Hye-Shik Chang
· 18 years ago
c2898c5
Standardize on test.test_support.run_unittest() (as opposed to a mix of run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule().
by Collin Winter
· 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
b9aa7ea
Test using all CJK encodings for the testcases which don't require
by Hye-Shik Chang
· 19 years ago
84392be
Add a testcase for r47086 which fixed a bug in codec_getstreamcodec().
by Hye-Shik Chang
· 19 years ago
cdd4328
Remove $CJKCodecs$ RCS tags. The CJKCodecs isn't maintained outside anymore.
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
2bb146f
Bring CJKCodecs 1.1 into trunk. This completely reorganizes source
by Hye-Shik Chang
· 21 years ago
a5e719e
Test not the standard utf-8 codec but gb18030 which is the most complex
by Hye-Shik Chang
· 21 years ago
58eb11c
Whitespace normalization.
by Tim Peters
· 21 years ago
3e2a306
Add CJK codecs support as discussed on python-dev. (SF #873597)
by Hye-Shik Chang
· 21 years ago