summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi/test_unicode.py
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-111495: Test C API functions with extreme sizes and indices (GH-111...Serhiy Storchaka2023-11-041-15/+82
* [3.12] gh-111495: Add tests for PyBytes and PyByteArray C API (GH-111496) (GH...Miss Islington (bot)2023-11-011-1/+3
* [3.12] Add tests for failing PyUnicode_AsUTF8AndSize() with psize=NULL (GH-11...Miss Islington (bot)2023-10-201-0/+4
* gh-98836: Extend PyUnicode_FromFormat() (GH-98838)Serhiy Storchaka2023-05-211-58/+159
* gh-99593: Add tests for Unicode C API (part 2) (#99868)Serhiy Storchaka2023-05-041-33/+464
* gh-99593: Add tests for Unicode C API (part 1) (GH-99651)Serhiy Storchaka2022-11-291-44/+447
* gh-78453: Move Unicode C API tests from test_unicode to test_capi.test_unicod...Serhiy Storchaka2022-11-141-0/+515