index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_capi
/
test_unicode.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-128013: fix data race in PyUnicode_AsUTF8AndSize on free-threading ...
Kumar Aditya
2025-01-02
1
-1/+19
*
gh-117642: Fix PEP 737 implementation (GH-117643)
Serhiy Storchaka
2024-04-08
1
-0/+34
*
gh-116417: Move limited C API unicode.c tests to _testlimitedcapi (#116993)
Victor Stinner
2024-03-19
1
-118/+88
*
gh-111696, PEP 737: Add %T and %N to PyUnicode_FromFormat() (#116839)
Victor Stinner
2024-03-14
1
-0/+34
*
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner
2023-11-07
1
-4/+1
*
gh-111495: Test C API functions with extreme sizes and indices (GH-111631)
Serhiy Storchaka
2023-11-04
1
-15/+85
*
gh-111495: Add tests for PyBytes and PyByteArray C API (GH-111496)
Serhiy Storchaka
2023-11-01
1
-1/+3
*
gh-111089: PyUnicode_AsUTF8() now raises on embedded NUL (#111091)
Victor Stinner
2023-10-20
1
-1/+4
*
Add tests for failing PyUnicode_AsUTF8AndSize() with psize=NULL (GH-111100)
Serhiy Storchaka
2023-10-20
1
-0/+4
*
gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSiz...
Serhiy Storchaka
2023-10-11
1
-0/+112
*
gh-106320: Remove _PyUnicode_TransformDecimalAndSpaceToASCII() (#106398)
Victor Stinner
2023-07-04
1
-2/+6
*
gh-105407: Remove unused imports (#105554)
Victor Stinner
2023-06-09
1
-1/+1
*
gh-98836: Extend PyUnicode_FromFormat() (GH-98838)
Serhiy Storchaka
2023-05-21
1
-58/+159
*
gh-99593: Add tests for Unicode C API (part 2) (#99868)
Serhiy Storchaka
2023-05-04
1
-33/+464
*
gh-99593: Add tests for Unicode C API (part 1) (GH-99651)
Serhiy Storchaka
2022-11-29
1
-44/+447
*
gh-78453: Move Unicode C API tests from test_unicode to test_capi.test_unicod...
Serhiy Storchaka
2022-11-14
1
-0/+515