aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_multibytecodec_support.py
Commit message (Expand)AuthorAge
* Rename test_ file that is really a support file to remove test_ prefix.R David Murray2012-04-09
* Remove now useless redefinition of chr/ord for narrow builds in test_multibyt...Ezio Melotti2011-09-29
* Issue #12016: Add test_errorhandle() to TestBase_Mapping ofVictor Stinner2011-06-03
* Issue #12057: Add tests for ISO 2022 codecsVictor Stinner2011-05-31
* (Merge 3.1) Issue #12057: Convert CJK encoding testcase BLOB into multiple textVictor Stinner2011-05-16
|\
| * Issue #12057: Convert CJK encoding testcase BLOB into multiple text filesVictor Stinner2011-05-16
| * Merged revisions 85503 via svnmerge fromAntoine Pitrou2010-10-14
| * Merged revisions 76010 via svnmerge fromAntoine Pitrou2009-11-01
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-13
* | More proper closing of filesAntoine Pitrou2010-10-14
* | convert shebang lines: python -> python3Benjamin Peterson2010-03-11
* | Merged revisions 76535 via svnmerge fromAntoine Pitrou2009-11-26
* | Fix test skipping in multibyte codec testsAntoine Pitrou2009-11-01
* | convert old fail* assertions to assert*Benjamin Peterson2009-06-30
|/
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* rename HTMLParser to html.parser and htmlentitydefs to html.entities;Fred Drake2008-05-17
* Skip tests if the file mapping file cannot be fetched.Martin v. Löwis2008-03-08
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-23
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-04
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-06
* Don't depend on str8.splitlines() in test_chunkcoding().Guido van Rossum2007-10-10
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-06
* Tweaks to make the codecmaps tests pass again.Guido van Rossum2007-07-23
* Make all the multibyte codec tests pass.Guido van Rossum2007-05-17
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.Guido van Rossum2007-05-03
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-15
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-18
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21
* Patch #1276356: Implement new resource "urlfetch" for regrtest.Hye-Shik Chang2005-12-10
* Bring CJKCodecs 1.1 into trunk. This completely reorganizes sourceHye-Shik Chang2004-07-18
* Whitespace normalization.Tim Peters2004-07-08
* Look for the multibyte codec map files in the parent directory tooNeal Norwitz2004-06-06
* Whitespace normalization.Tim Peters2004-01-18
* Add CJK codecs support as discussed on python-dev. (SF #873597)Hye-Shik Chang2004-01-17