summaryrefslogtreecommitdiff
path: root/Lib/test/test_multibytecodec_support.py
Commit message (Expand)AuthorAgeFilesLines
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-3/+3
* rename HTMLParser to html.parser and htmlentitydefs to html.entities;Fred Drake2008-05-171-1/+1
* Skip tests if the file mapping file cannot be fetched.Martin v. Löwis2008-03-081-1/+4
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+1
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-1/+1
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-0/+4
* Don't depend on str8.splitlines() in test_chunkcoding().Guido van Rossum2007-10-101-2/+8
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-061-1/+15
* Tweaks to make the codecmaps tests pass again.Guido van Rossum2007-07-231-6/+6
* Make all the multibyte codec tests pass.Guido van Rossum2007-05-171-21/+21
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-4/+4
* Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.Guido van Rossum2007-05-031-3/+3
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-20/+20
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-1/+1
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-56/+154
* 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