aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_multibytecodec.py
Commit message (Expand)AuthorAge
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-04
* More changes needed to make things work once bytes and str are truly divorced.Guido van Rossum2007-08-27
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-12
* Fix the last remaining problem with test_multibytecodec.py;Guido van Rossum2007-07-09
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-13
* 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
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* Patch #1550800: make exec a function.Georg Brandl2006-09-06
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-27
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21
* Bug #1448490: Fix a bug that ISO-2022 codecs could not handleHye-Shik Chang2006-03-13
* Bring CJKCodecs 1.1 into trunk. This completely reorganizes sourceHye-Shik Chang2004-07-18
* Test not the standard utf-8 codec but gb18030 which is the most complexHye-Shik Chang2004-01-20
* Whitespace normalization.Tim Peters2004-01-18
* Add CJK codecs support as discussed on python-dev. (SF #873597)Hye-Shik Chang2004-01-17