summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_multibytecodec_support.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 78497 via svnmerge fromFlorent Xicluna2010-02-271-18/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78497 | florent.xicluna | 2010-02-27 16:10:19 +0100 (sam, 27 fév 2010) | 2 lines #7793: Fix RuntimeError when running "regrtest -R" for multibyte codecs. ........
* (neither to 2.6)Antoine Pitrou2009-11-011-1/+4
| | | | | | | | | | | Merged revisions 76012 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76012 | antoine.pitrou | 2009-11-01 17:10:47 +0100 (dim., 01 nov. 2009) | 3 lines Hum, test skipping when the URL isn't reachable hadn't been applied to trunk. ........
* revert creation of the html.entities and html.parser modulesFred Drake2008-05-201-1/+1
| | | | (http://bugs.python.org/issue2882)
* update references and documentation for modules in the new html packageFred Drake2008-05-171-1/+1
| | | | (http://bugs.python.org/issue2882)
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
|
* Update big5hkscs codec to conform to the HKSCS:2004 revision.Hye-Shik Chang2008-02-081-2/+10
|
* Fix gb18030 codec's bug that doesn't map two-byte characters onHye-Shik Chang2007-08-041-1/+15
| | | | GB18030 extension in encoding. (bug reported by Bjorn Stabell)
* 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!