summaryrefslogtreecommitdiff
path: root/Lib/test/test_multibytecodec_support.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #12057: Fix .hgeol and test_multibytecodec_support for the conversion ofVictor Stinner2011-05-171-5/+12
* Merged revisions 85503 via svnmerge fromAntoine Pitrou2010-10-141-27/+29
* #7793: Fix RuntimeError when running "regrtest -R" for multibyte codecs.Florent Xicluna2010-02-271-18/+3
* #7092: Silence more py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-031-1/+1
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-1/+1
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-1/+1
* When open_urlresource() fails, HTTPException is another possible errorAntoine Pitrou2009-11-261-1/+2
* Hum, test skipping when the URL isn't reachable hadn't been applied to trunk.Antoine Pitrou2009-11-011-1/+4
* revert creation of the html.entities and html.parser modulesFred Drake2008-05-201-1/+1
* update references and documentation for modules in the new html packageFred Drake2008-05-171-1/+1
* 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
* 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
* Patch #1276356: Implement new resource "urlfetch" for regrtest.Hye-Shik Chang2005-12-101-17/+5
* Bring CJKCodecs 1.1 into trunk. This completely reorganizes sourceHye-Shik Chang2004-07-181-8/+3
* 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
* 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