summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_multibytecodec_support.py
Commit message (Expand)AuthorAgeFilesLines
* 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