summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi/test_bytes.py
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-131357: Add some extra tests for empty bytes and bytearray (GH-1344...Miss Islington (bot)2025-05-221-0/+3
* [3.13] gh-131357: Add tests for zero-sized bytes objects in test_bytes.py (GH...Miss Islington (bot)2025-05-201-0/+5
* [3.13] gh-131339: test PyBytes_Size for a zero-size bytes object (GH-131340) ...Miss Islington (bot)2025-03-171-0/+1
* [3.13] gh-121842: Improve coverage of `PyBytes_FromStringAndSize` (GH-121843)...Miss Islington (bot)2024-07-171-0/+2
* gh-87193: Support bytes objects with refcount > 1 in _PyBytes_Resize() (GH-11...Serhiy Storchaka2024-03-251-0/+30
* gh-116417: Move 4 limited C API test files to _testlimitedcapi (#116571)Victor Stinner2024-03-111-14/+14
* gh-111495: Test C API functions with extreme sizes and indices (GH-111631)Serhiy Storchaka2023-11-041-2/+8
* gh-111495: Add tests for PyBytes and PyByteArray C API (GH-111496)Serhiy Storchaka2023-11-011-0/+216