summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_multibytecodec_support.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow long objects as a position value of error callbacks returned.Hye-Shik Chang2006-03-261-1/+14
|
* Patch #1443155: Add the incremental codecs support for CJK codecs.Hye-Shik Chang2006-03-261-56/+141
| | | | (reviewed by Walter Dörwald)
* Patch #1276356: Implement new resource "urlfetch" for regrtest.Hye-Shik Chang2005-12-101-17/+5
| | | | | This enables even impatient people to run tests that require remote files such as test_normalization and test_codecmaps_*.
* Bring CJKCodecs 1.1 into trunk. This completely reorganizes sourceHye-Shik Chang2004-07-181-8/+3
| | | | | | 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.
* Whitespace normalization.Tim Peters2004-07-081-1/+1
|
* Look for the multibyte codec map files in the parent directory tooNeal Norwitz2004-06-061-2/+7
| | | | | This is similar to test_normalization, so that many source trees can reference the same test file(s).
* 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/+233
Several style fixes are suggested by Martin v. Loewis and Marc-Andre Lemburg. Thanks!