summaryrefslogtreecommitdiff
path: root/Lib/test/test_multibytecodec.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-241-1/+1
* Correct ?an? ? ?a? with ?Unicode?, ?user?, ?UTF?, etcMartin Panter2016-04-151-2/+2
* Issue #23215: Multibyte codecs with custom error handlers that ignores errorsSerhiy Storchaka2015-02-211-0/+7
* Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-181-1/+1
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-1/+0
|\
| * Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-1/+0
* | Issue #13056: Reenable test_multibytecodec.Test_StreamWriter testsVictor Stinner2013-04-111-51/+22
|/
* more test to more general test file, so it can test more thingsBenjamin Peterson2012-12-021-4/+0
* support encoding error handlers that return bytes (closes #16585)Benjamin Peterson2012-12-021-0/+4
* #13054: fix usage of sys.maxunicode after PEP-393.Ezio Melotti2011-10-041-6/+1
* Close #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) callsVictor Stinner2011-05-301-2/+7
* (Merge 3.1) Issue #12100: Don't reset incremental encoders of CJK codecs atVictor Stinner2011-05-241-3/+2
|\
| * More proper closing of filesAntoine Pitrou2010-10-141-2/+2
| * Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-1/+0
| * convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
| * use assert[Not]In where appropriateEzio Melotti2010-01-231-1/+1
| * convert old fail* assertions to assert*Benjamin Peterson2009-06-301-2/+2
* | Issue #12100: Don't reset incremental encoders of CJK codecs at each call toVictor Stinner2011-05-241-0/+30
* | Merged revisions 85503 via svnmerge fromAntoine Pitrou2010-10-141-2/+2
* | Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-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