summaryrefslogtreecommitdiff
path: root/Lib/test/test_multibytecodec.py
Commit message (Expand)AuthorAgeFilesLines
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-2/+2
* Issue #5640: Fix _multibytecodec so that CJK codecs don't repeatHye-Shik Chang2009-04-021-0/+4
* Followup of #4874: also fix multibytecodec.cAntoine Pitrou2009-01-221-1/+11
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-231-0/+9
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-5/+5
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-1/+1
* More changes needed to make things work once bytes and str are truly divorced.Guido van Rossum2007-08-271-14/+15
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-121-1/+1
* Fix the last remaining problem with test_multibytecodec.py;Guido van Rossum2007-07-091-6/+11
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-0/+10
* Make all the multibyte codec tests pass.Guido van Rossum2007-05-171-53/+53
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+1
* Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.Guido van Rossum2007-05-031-2/+2
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-53/+53
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-7/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+16
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-5/+33
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-1/+0
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-19/+116
* Bug #1448490: Fix a bug that ISO-2022 codecs could not handleHye-Shik Chang2006-03-131-0/+7
* Bring CJKCodecs 1.1 into trunk. This completely reorganizes sourceHye-Shik Chang2004-07-181-1/+7
* Test not the standard utf-8 codec but gb18030 which is the most complexHye-Shik Chang2004-01-201-4/+4
* 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/+79