Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 85503 via svnmerge from | Antoine Pitrou | 2010-10-14 | 1 | -6/+3 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85503 | antoine.pitrou | 2010-10-15 00:11:44 +0200 (ven., 15 oct. 2010) | 2 lines More proper closing of files ........ | ||||
* | Issue #5640: Fix Shift-JIS incremental encoder for error handlers different | Victor Stinner | 2010-05-21 | 1 | -0/+4 |
| | | | | than strict | ||||
* | Remove unused imports in test modules. | Georg Brandl | 2010-02-07 | 1 | -1/+0 |
| | |||||
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -1/+1 |
| | |||||
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -2/+2 |
| | |||||
* | #3305: self->stream can be NULL. | Georg Brandl | 2008-07-16 | 1 | -0/+9 |
| | |||||
* | Fix for Windows: close a temporary file before trying to delete it. | Hye-Shik Chang | 2007-06-05 | 1 | -0/+2 |
| | |||||
* | Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it | Hye-Shik Chang | 2007-06-05 | 1 | -1/+9 |
| | | | | | reads a file that ends with incomplete sequence and sizehint argument for .read() is specified. | ||||
* | Standardize on test.test_support.run_unittest() (as opposed to a mix of ↵ | Collin Winter | 2007-04-25 | 1 | -7/+1 |
| | | | | run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule(). | ||||
* | Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfault | Hye-Shik Chang | 2006-10-08 | 1 | -0/+10 |
| | | | | when encoding non-BMP unicode characters. (Submitted by Ray Chason) | ||||
* | Fix a few bugs on cjkcodecs found by Oren Tirosh: | Hye-Shik Chang | 2006-09-05 | 1 | -0/+6 |
| | | | | | | | | - gbk and gb18030 codec now handle U+30FB KATAKANA MIDDLE DOT correctly. - iso2022_jp_2 codec now encodes into G0 for KS X 1001, GB2312 codepoints to conform the standard. - iso2022_jp_3 and iso2022_jp_2004 codec can encode JIS X 2013:2 codepoints now. | ||||
* | Test using all CJK encodings for the testcases which don't require | Hye-Shik Chang | 2006-07-06 | 1 | -6/+26 |
| | | | | specific encodings. | ||||
* | Add a testcase for r47086 which fixed a bug in codec_getstreamcodec(). | Hye-Shik Chang | 2006-07-06 | 1 | -1/+9 |
| | |||||
* | Remove $CJKCodecs$ RCS tags. The CJKCodecs isn't maintained outside | Hye-Shik Chang | 2006-04-22 | 1 | -1/+0 |
| | | | | anymore. | ||||
* | Allow long objects as a position value of error callbacks returned. | Hye-Shik Chang | 2006-03-26 | 1 | -1/+7 |
| | |||||
* | Patch #1443155: Add the incremental codecs support for CJK codecs. | Hye-Shik Chang | 2006-03-26 | 1 | -18/+109 |
| | | | | (reviewed by Walter Dörwald) | ||||
* | Bug #1448490: Fix a bug that ISO-2022 codecs could not handle | Hye-Shik Chang | 2006-03-13 | 1 | -0/+7 |
| | | | | SS2 (single-shift 2) escape sequences correctly. | ||||
* | Bring CJKCodecs 1.1 into trunk. This completely reorganizes source | Hye-Shik Chang | 2004-07-18 | 1 | -1/+7 |
| | | | | | | and installed layouts to make maintenance simple and easy. And it also adds four new codecs; big5hkscs, euc-jis-2004, shift-jis-2004 and iso2022-jp-2004. | ||||
* | Test not the standard utf-8 codec but gb18030 which is the most complex | Hye-Shik Chang | 2004-01-20 | 1 | -4/+4 |
| | | | | codec in multibytecodec consumers. | ||||
* | Whitespace normalization. | Tim Peters | 2004-01-18 | 1 | -1/+0 |
| | |||||
* | Add CJK codecs support as discussed on python-dev. (SF #873597) | Hye-Shik Chang | 2004-01-17 | 1 | -0/+79 |
Several style fixes are suggested by Martin v. Loewis and Marc-Andre Lemburg. Thanks! |