COMMITS
/ Lib/test/test_capi/test_bytes.py September 12, 2025
V
gh-129813, PEP 782: Add PyBytesWriter_Format() (#138824)
Victor Stinner committed
V
gh-129813, PEP 782: Add PyBytesWriter C API (#138822)
Victor Stinner committed
May 22, 2025
S
gh-131357: Add some extra tests for empty bytes and bytearray (#134458)
Sergey Miryanov committed
May 20, 2025
A
gh-131357: Add tests for zero-sized bytes objects in test_bytes.py (#134234)
abstractedfox committed
March 17, 2025
N
gh-131339: test PyBytes_Size for a zero-size bytes object (#131340)
Nybblista committed
August 30, 2024
V
gh-121645: Add PyBytes_Join() function (#121646)
Victor Stinner committed
July 17, 2024
S
gh-121842: Improve coverage of `PyBytes_FromStringAndSize` (#121843)
sobolevn committed
March 25, 2024
S
gh-87193: Support bytes objects with refcount > 1 in _PyBytes_Resize() (GH-117160)
Serhiy Storchaka committed
March 11, 2024
V
gh-116417: Move 4 limited C API test files to _testlimitedcapi (#116571)
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