COMMITS
/ Lib/test/test_capi/test_codecs.py September 9, 2025
S
gh-88886: Remove excessive encoding name normalization (GH-137167)
Serhiy Storchaka committed
January 23, 2025
B
gh-126004: Remove redundant safeguards for codecs handlers tests (#127680)
Bénédikt Tran committed
B
gh-126004: Fix positions handling in `codecs.backslashreplace_errors` (#127676)
Bénédikt Tran committed
B
gh-126004: Fix positions handling in `codecs.replace_errors` (#127674)
Bénédikt Tran committed
B
gh-126004: Fix positions handling in `codecs.xmlcharrefreplace_errors` (#127675)
Bénédikt Tran committed
November 1, 2024
B
gh-111495: improve test coverage of codecs C API (GH-126030)
Bénédikt Tran committed
September 29, 2024
B
gh-111495: Add tests for `PyCodec_*` C API (#123343)
Bénédikt Tran committed
March 19, 2024
V
gh-116417: Move limited C API unicode.c tests to _testlimitedcapi (#116993)
Victor Stinner committed
July 10, 2023
S
gh-99593: Add tests for Unicode C API (part 3) (GH-104728)
Serhiy Storchaka committed
December 1, 2022
S
gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613)
Serhiy Storchaka committed