aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_multibytecodec.py
Commit message (Expand)AuthorAge
* bpo-45229: Remove test_main in many tests (GH-28405)Serhiy Storchaka2021-09-19
* bpo-42846: Convert CJK codec extensions to multiphase init (GH-24157)Victor Stinner2021-01-08
* bpo-40275: Use new test.support helper submodules in tests (GH-21452)Hai Shi2020-08-04
* bpo-33578: Fix getstate/setstate for CJK decoder (GH-10290)Christopher Thorne2018-11-02
* bpo-33578: Add getstate/setstate for CJK codec (GH-6984)Christopher Thorne2018-11-01
* Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-24
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-15
* Issue #23215: Multibyte codecs with custom error handlers that ignores errorsSerhiy Storchaka2015-02-21
* Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-18
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-16
|\
| * Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-16
* | Issue #13056: Reenable test_multibytecodec.Test_StreamWriter testsVictor Stinner2013-04-11
|/
* more test to more general test file, so it can test more thingsBenjamin Peterson2012-12-02
* support encoding error handlers that return bytes (closes #16585)Benjamin Peterson2012-12-02
* #13054: fix usage of sys.maxunicode after PEP-393.Ezio Melotti2011-10-04
* Close #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) callsVictor Stinner2011-05-30
* (Merge 3.1) Issue #12100: Don't reset incremental encoders of CJK codecs atVictor Stinner2011-05-24
|\
| * Issue #12100: Don't reset incremental encoders of CJK codecs at each call toVictor Stinner2011-05-24
| * Merged revisions 85503 via svnmerge fromAntoine Pitrou2010-10-14
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-13
* | More proper closing of filesAntoine Pitrou2010-10-14
* | Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-14
* | convert shebang lines: python -> python3Benjamin Peterson2010-03-11
* | use assert[Not]In where appropriateEzio Melotti2010-01-23
* | convert old fail* assertions to assert*Benjamin Peterson2009-06-30
|/
* Issue #5640: Fix _multibytecodec so that CJK codecs don't repeatHye-Shik Chang2009-04-02
* Followup of #4874: also fix multibytecodec.cAntoine Pitrou2009-01-22
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-23
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* 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