COMMITS
/ Lib/test/test_capi/test_bytearray.py November 13, 2025
C
gh-139871: Add `bytearray.take_bytes([n])` to efficiently extract `bytes` (GH-140128)
Cody Maloney committed
May 22, 2025
S
gh-131357: Add some extra tests for empty bytes and bytearray (#134458)
Sergey Miryanov committed
March 23, 2025
N
gh-131357: Add a set of asserts to test.test_capi.test_bytearray (#131554)
Nybblista committed
February 5, 2025
C
gh-129559: Add `bytearray.resize()` (GH-129560)
Cody Maloney 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