COMMITS
/ Doc/c-api/bytes.rst March 27, 2026
K
gh-142518: add thread safety docs on bytes C-API (#146415)
Kumar Aditya committed
March 13, 2026
V
gh-129813: Document that PyBytesWriter_GetData() cannot fail (#145900)
Victor Stinner committed
November 11, 2025
P
gh-141004: Document `PyBytes_Repr` and `PyBytes_DecodeEscape` (GH-141407)
Peter Bierma committed
October 15, 2025
V
gh-129813: Enhance PyBytesWriter documentation (#140152)
Victor Stinner committed
October 14, 2025
H
Python 3.15.0a1
Hugo van Kemenade committed
October 10, 2025
V
gh-129813: Fix PyBytesWriter tests (#139892)
Victor Stinner committed
September 16, 2025
V
gh-129813, PEP 782: Add doc reference link (#138986)
Victor Stinner committed
V
gh-129813, PEP 782: Soft deprecate _PyBytes_Resize() (#138964)
Victor Stinner committed
September 12, 2025
V
gh-129813, PEP 782: Add PyBytesWriter_Format() (#138824)
Victor Stinner committed
V
gh-129813, PEP 782: Add PyBytesWriter C API (#138822)
Victor Stinner committed
September 6, 2024
V
gh-121645: Fix typo in PyBytes_Join() doc (#123783)
Victor Stinner committed
August 30, 2024
V
gh-121645: Add PyBytes_Join() function (#121646)
Victor Stinner committed
March 25, 2024
S
gh-87193: Support bytes objects with refcount > 1 in _PyBytes_Resize() (GH-117160)
Serhiy Storchaka committed
November 3, 2023
August 7, 2023
E
gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552)
Eric Snow committed
July 26, 2023
V
gh-107298: Fix Sphinx warnings in the C API doc (#107302)
Victor Stinner committed
May 4, 2023
A
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner committed
May 25, 2022
V
gh-93202: Always use %zd printf formatter (#93201)
Victor Stinner committed
May 13, 2022
J
Document Py_ssize_t. (GH-92512)
Julien Palard committed
May 3, 2022
V
gh-89653: PEP 670: Convert PyBytes macros to functions (#91990)
Victor Stinner committed
April 2, 2022
J
More minor fixes to C API docs (GH-31714)
Jelle Zijlstra committed
January 6, 2021
A
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
Antonio Cuni committed
October 30, 2019
S
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
April 27, 2017
L
bpo-28415: Note 0 conversion different between Python and C (#885)
Louie Lu committed
March 30, 2017
S
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
Serhiy Storchaka committed
September 16, 2016
July 12, 2016
S
Issue #27481: Docummented that ValueError is now raised instead of TypeError
Serhiy Storchaka committed
May 14, 2015
R
#23088: Clarify null termination of bytes and strings in C API.
R David Murray committed
March 28, 2013
October 17, 2010
G
#9204: remove mentions of removed types in the types module.
Georg Brandl committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
August 17, 2010
V
Replace :func: by :cfunc:
Victor Stinner committed
January 12, 2009
B
remove docs for PyBytes_Format #4917
Benjamin Peterson committed
August 26, 2008
B
make bytes(o) respect __bytes__ #2415
Benjamin Peterson committed
May 26, 2008
B
update docs after renaming of PyString -> PyBytes
Benjamin Peterson committed