COMMITS
/ Lib/test/multibytecodec_support.py October 14, 2025
S
gh-101828: Fix `jisx0213` codecs removing null characters (gh-139340)
Stan Ulbrych committed
April 4, 2021
I
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)
Inada Naoki committed
October 6, 2020
S
bpo-41944: No longer call eval() on content received via HTTP in the CJK codec tests (GH-22566)
Serhiy Storchaka committed
December 17, 2018
Z
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175)
Zackery Spytz committed
December 21, 2016
S
Issue #28992: Use bytes.fromhex().
Serhiy Storchaka committed
July 16, 2015
V
Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecs
Victor Stinner committed
January 18, 2015
S
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka committed
July 2, 2014
Z
Issue #18258: Fix test discovery for test_codecmaps_*.
Zachary Ware committed
January 16, 2014
S
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka committed
S
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka committed
December 8, 2013
Z
Issue 19572: More silently skipped tests explicitly skipped.
Zachary Ware committed
Z
Issue 19572: More silently skipped tests explicitly skipped.
Zachary Ware committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
December 2, 2012
B
more test to more general test file, so it can test more things
Benjamin Peterson committed
B
loosen test now that bytes are allowed
Benjamin Peterson committed
April 9, 2012
R
Rename test_ file that is really a support file to remove test_ prefix.
R David Murray committed