COMMITS
/ Include/internal/pycore_bytesobject.h November 13, 2025
C
gh-139871: Add `bytearray.take_bytes([n])` to efficiently extract `bytes` (GH-140128)
Cody Maloney committed
September 24, 2025
V
gh-139156: Use PyBytesWriter in _PyUnicode_EncodeCharmap() (#139251)
Victor Stinner committed
September 23, 2025
V
gh-129813, PEP 782: Remove the private _PyBytesWriter API (#139264)
Victor Stinner committed
September 15, 2025
V
gh-129813, PEP 782: Add PyBytesWriter.overallocate (#138941)
Victor Stinner committed
September 12, 2025
V
gh-129813, PEP 782: Add PyBytesWriter C API (#138822)
Victor Stinner committed
May 12, 2025
S
gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648)
Serhiy Storchaka committed
July 25, 2024
M
gh-121489: Export private _PyBytes_Join() again (#122267)
Marc Mueller committed
August 24, 2023
V
gh-107211: No longer export internal functions (5) (#108423)
Victor Stinner committed
July 23, 2023
V
gh-106320: Remove _PyBytes_Join() C API (#107144)
Victor Stinner committed
July 4, 2023
V
gh-106320: Remove _PyBytesWriter C API (#106399)
Victor Stinner committed
April 27, 2023
E
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Eric Snow committed
March 28, 2022
P
bpo-47070: Add _PyBytes_Repeat() (GH-31999)
Pieter Eendebak committed
March 21, 2022
J
Fix typo in pycore_bytesobject.h (GH-31914)
jonasdlindner committed
March 2, 2022
V
bpo-46848: Move _PyBytes_Find() to internal C API (GH-31642)
Victor Stinner committed
January 11, 2022
E
bpo-45953: Statically allocate and initialize global bytes objects. (gh-30096)
Eric Snow committed
December 9, 2021