summaryrefslogtreecommitdiff
path: root/Lib/test/multibytecodec_support.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...Miss Islington (bot)2018-12-171-0/+5
* Issue #28992: Use bytes.fromhex().Serhiy Storchaka2016-12-211-1/+1
* Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecsVictor Stinner2015-07-161-0/+7
* Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-181-1/+1
* Issue #18258: Fix test discovery for test_codecmaps_*.Zachary Ware2014-07-011-2/+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 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-2/+2
|\ \ | |/
| * Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-2/+2
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
|/
* more test to more general test file, so it can test more thingsBenjamin Peterson2012-12-021-0/+7
* loosen test now that bytes are allowedBenjamin Peterson2012-12-021-1/+1
* Rename test_ file that is really a support file to remove test_ prefix.R David Murray2012-04-091-0/+372