summaryrefslogtreecommitdiffstats
path: root/Include/cpython/bytearrayobject.h
Commit message (Expand)AuthorAgeFilesLines
* gh-139871: Add `bytearray.take_bytes([n])` to efficiently extract `bytes` (GH...Cody Maloney2025-11-131-8/+8
* gh-129107: make `bytearray` thread safe (#129108)Tomasz Pytel2025-02-151-0/+4
* gh-89653: PEP 670: Macros always cast arguments in cpython/ (#93766)Victor Stinner2022-06-131-6/+2
* gh-89653: PEP 670: Convert PyBytes macros to functions (#91990)Victor Stinner2022-05-031-6/+24
* bpo-35134: Add Include/cpython/bytesobject.h file (GH-18494)Victor Stinner2020-02-121-0/+20