COMMITS
/ Doc/c-api/bytes.rst 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