index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Include
/
internal
/
pycore_bytesobject.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-139871: Add `bytearray.take_bytes([n])` to efficiently extract `bytes` (GH...
Cody Maloney
2025-11-13
1
-0/+8
*
gh-139156: Use PyBytesWriter in _PyUnicode_EncodeCharmap() (#139251)
Victor Stinner
2025-09-24
1
-0/+20
*
gh-129813, PEP 782: Remove the private _PyBytesWriter API (#139264)
Victor Stinner
2025-09-23
1
-87/+4
*
gh-129813, PEP 782: Add PyBytesWriter.overallocate (#138941)
Victor Stinner
2025-09-15
1
-0/+9
*
gh-129813, PEP 782: Add PyBytesWriter C API (#138822)
Victor Stinner
2025-09-12
1
-0/+4
*
gh-133767: Fix use-after-free in the unicode-escape decoder with an error han...
Serhiy Storchaka
2025-05-12
1
-2/+3
*
gh-121489: Export private _PyBytes_Join() again (#122267)
Marc Mueller
2024-07-25
1
-4/+0
*
gh-107211: No longer export internal functions (5) (#108423)
Victor Stinner
2023-08-24
1
-18/+23
*
gh-106320: Remove _PyBytes_Join() C API (#107144)
Victor Stinner
2023-07-23
1
-0/+19
*
gh-106320: Remove _PyBytesWriter C API (#106399)
Victor Stinner
2023-07-04
1
-0/+81
*
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Eric Snow
2023-04-27
1
-5/+0
*
bpo-47070: Add _PyBytes_Repeat() (GH-31999)
Pieter Eendebak
2022-03-28
1
-0/+13
*
Fix typo in pycore_bytesobject.h (GH-31914)
jonasdlindner
2022-03-21
1
-1/+1
*
bpo-46848: Move _PyBytes_Find() to internal C API (GH-31642)
Victor Stinner
2022-03-02
1
-0/+19
*
bpo-45953: Statically allocate and initialize global bytes objects. (gh-30096)
Eric Snow
2022-01-11
1
-10/+0
*
bpo-46008: Make runtime-global object/type lifecycle functions and state cons...
Eric Snow
2021-12-09
1
-0/+30