COMMITS
/ Include/internal/pycore_bytesobject.h 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