COMMITS
/ Modules/_testcapi/unicode.c March 19, 2026
S
Improve tests for the PyUnicodeWriter C API (GH-146157)
Serhiy Storchaka committed
S
gh-146056: Fix list.__repr__() for lists containing NULLs (GH-146129)
Serhiy Storchaka committed
June 6, 2025
P
gh-134891: Add PyUnstable_Unicode_GET_CACHED_HASH (GH-134892)
Petr Viktorin committed
May 29, 2025
V
gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973)
Victor Stinner committed
June 24, 2024
V
gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849)
Victor Stinner committed
June 21, 2024
V
gh-119182: Rewrite PyUnicodeWriter tests in Python (#120845)
Victor Stinner committed
V
gh-119182: Add PyUnicodeWriter_DecodeUTF8Stateful() (#120639)
Victor Stinner committed
June 17, 2024
V
gh-119182: Add PyUnicodeWriter C API (#119184)
Victor Stinner committed
March 19, 2024
V
gh-116417: Move limited C API unicode.c tests to _testlimitedcapi (#116993)
Victor Stinner committed
March 10, 2024
V
gh-116417: Fix make check-c-globals for _testlimitedcapi (#116570)
Victor Stinner committed
October 20, 2023
V
gh-111089: PyUnicode_AsUTF8AndSize() sets size on error (#111106)
Victor Stinner committed
October 11, 2023
S
gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSize() functions (GH-110297)
Serhiy Storchaka committed
September 6, 2023
S
C API tests: use special markers to test that output parameters were set (GH-109014)
Serhiy Storchaka committed
September 1, 2023
S
Add Modules/_testcapi/util.h header (GH-108774)
Serhiy Storchaka committed
July 10, 2023
S
gh-99593: Add tests for Unicode C API (part 3) (GH-104728)
Serhiy Storchaka committed
July 4, 2023
V
gh-106320: Remove _PyUnicode_TransformDecimalAndSpaceToASCII() (#106398)
Victor Stinner committed
July 2, 2023
V
gh-106320: _testcapi avoids private _PyUnicode_EqualToASCIIString() (#106341)
Victor Stinner committed
I
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki committed
May 21, 2023
S
gh-98836: Extend PyUnicode_FromFormat() (GH-98838)
Serhiy Storchaka committed
May 4, 2023
S
gh-99593: Add tests for Unicode C API (part 2) (#99868)
Serhiy Storchaka committed
December 1, 2022
S
gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613)
Serhiy Storchaka committed
November 29, 2022
S
gh-99593: Add tests for Unicode C API (part 1) (GH-99651)
Serhiy Storchaka committed
October 6, 2022
N
gh-94808: Cover `PyUnicode_Count` in CAPI (#96929)
Nikita Sobolev committed
August 10, 2022
P
gh-95504: Fix negative numbers in PyUnicode_FromFormat (GH-95848)
Petr Viktorin committed
P
gh-93649: Split unicode tests from _testcapimodule.c & add some more (GH-95819)
Petr Viktorin committed