summaryrefslogtreecommitdiff
path: root/Lib/test/test_multibytecodec.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 85503 via svnmerge fromAntoine Pitrou2010-10-141-6/+3
* Issue #5640: Fix Shift-JIS incremental encoder for error handlers differentVictor Stinner2010-05-211-0/+4
* Remove unused imports in test modules.Georg Brandl2010-02-071-1/+0
* use assert[Not]In where appropriateEzio Melotti2010-01-231-1/+1
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-2/+2
* #3305: self->stream can be NULL.Georg Brandl2008-07-161-0/+9
* Fix for Windows: close a temporary file before trying to delete it.Hye-Shik Chang2007-06-051-0/+2
* Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when itHye-Shik Chang2007-06-051-1/+9
* Standardize on test.test_support.run_unittest() (as opposed to a mix of run_u...Collin Winter2007-04-251-7/+1
* Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfaultHye-Shik Chang2006-10-081-0/+10
* Fix a few bugs on cjkcodecs found by Oren Tirosh:Hye-Shik Chang2006-09-051-0/+6
* Test using all CJK encodings for the testcases which don't requireHye-Shik Chang2006-07-061-6/+26
* Add a testcase for r47086 which fixed a bug in codec_getstreamcodec().Hye-Shik Chang2006-07-061-1/+9
* Remove $CJKCodecs$ RCS tags. The CJKCodecs isn't maintained outsideHye-Shik Chang2006-04-221-1/+0
* Allow long objects as a position value of error callbacks returned.Hye-Shik Chang2006-03-261-1/+7
* Patch #1443155: Add the incremental codecs support for CJK codecs.Hye-Shik Chang2006-03-261-18/+109
* Bug #1448490: Fix a bug that ISO-2022 codecs could not handleHye-Shik Chang2006-03-131-0/+7
* Bring CJKCodecs 1.1 into trunk. This completely reorganizes sourceHye-Shik Chang2004-07-181-1/+7
* Test not the standard utf-8 codec but gb18030 which is the most complexHye-Shik Chang2004-01-201-4/+4
* Whitespace normalization.Tim Peters2004-01-181-1/+0
* Add CJK codecs support as discussed on python-dev. (SF #873597)Hye-Shik Chang2004-01-171-0/+79