COMMITS
/ Lib/test/test_capi/test_unicode.py 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
December 19, 2024
K
gh-128013: fix data race in `PyUnicode_AsUTF8AndSize` on free-threading (#128021)
Kumar Aditya committed
October 7, 2024
V
gh-124502: Add PyUnicode_Equal() function (#124504)
Victor Stinner committed
July 17, 2024
V
gh-121849: Fix PyUnicodeWriter_WriteSubstring() crash if len=0 (#121896)
Victor Stinner committed
June 24, 2024
V
gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849)
Victor Stinner committed
S
gh-70278: Fix PyUnicode_FromFormat() with precision for %s and %V (GH-120365)
Serhiy Storchaka committed
June 21, 2024
V
gh-119182: Rewrite PyUnicodeWriter tests in Python (#120845)
Victor Stinner committed
April 8, 2024
S
gh-117642: Fix PEP 737 implementation (GH-117643)
Serhiy Storchaka committed
March 19, 2024
V
gh-116417: Move limited C API unicode.c tests to _testlimitedcapi (#116993)
Victor Stinner committed
March 14, 2024
V
gh-111696, PEP 737: Add %T and %N to PyUnicode_FromFormat() (#116839)
Victor Stinner committed
November 7, 2023
V
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner committed
November 4, 2023
S
gh-111495: Test C API functions with extreme sizes and indices (GH-111631)
Serhiy Storchaka committed
November 1, 2023
S
gh-111495: Add tests for PyBytes and PyByteArray C API (GH-111496)
Serhiy Storchaka committed
October 20, 2023
V
gh-111089: PyUnicode_AsUTF8() now raises on embedded NUL (#111091)
Victor Stinner committed
S
Add tests for failing PyUnicode_AsUTF8AndSize() with psize=NULL (GH-111100)
Serhiy Storchaka committed
October 11, 2023
S
gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSize() functions (GH-110297)
Serhiy Storchaka committed
July 4, 2023
V
gh-106320: Remove _PyUnicode_TransformDecimalAndSpaceToASCII() (#106398)
Victor Stinner committed
June 9, 2023
V
gh-105407: Remove unused imports (#105554)
Victor Stinner 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
November 29, 2022
S
gh-99593: Add tests for Unicode C API (part 1) (GH-99651)
Serhiy Storchaka committed
November 14, 2022
S
gh-78453: Move Unicode C API tests from test_unicode to test_capi.test_unicode (GH-99431)
Serhiy Storchaka committed