Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
fb371afaace72ccccd59cf6167d504e17d54731d
/
Lib
/
test
/
test_multibytecodec.py
e0ed2d7
Issue #19936: Added executable bits or shebang lines to Python scripts which
by Serhiy Storchaka
· 12 years ago
1f70221
Issue #19572: More silently skipped tests explicitly skipped.
by Zachary Ware
· 12 years ago
40b41e1
Issue #12100: Don't reset incremental encoders of CJK codecs at each call to
by Victor Stinner
· 14 years ago
99d848b
Merged revisions 85503 via svnmerge from
by Antoine Pitrou
· 15 years ago
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
· 16 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
· 22 years ago
58eb11c
Whitespace normalization.
by Tim Peters
· 22 years ago
3e2a306
Add CJK codecs support as discussed on python-dev. (SF #873597)
by Hye-Shik Chang
· 22 years ago