aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/multibytecodec_support.py
Commit message (Expand)AuthorAge
* bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)Inada Naoki2021-04-04
* bpo-41944: No longer call eval() on content received via HTTP in the CJK code...Serhiy Storchaka2020-10-06
* bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...Zackery Spytz2018-12-17
* Issue #28992: Use bytes.fromhex().Serhiy Storchaka2016-12-21
* Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecsVictor Stinner2015-07-16
* Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-18
* Issue #18258: Fix test discovery for test_codecmaps_*.Zachary Ware2014-07-01
* 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 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-08
|\|
| * Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-08
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-25
|/
* more test to more general test file, so it can test more thingsBenjamin Peterson2012-12-02
* loosen test now that bytes are allowedBenjamin Peterson2012-12-02
* Rename test_ file that is really a support file to remove test_ prefix.R David Murray2012-04-09