summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/bytes.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552)Eric Snow2023-08-071-2/+2
* gh-107298: Fix Sphinx warnings in the C API doc (#107302)Victor Stinner2023-07-261-12/+12
* GH-97950: Use new-style index directive ('object') (#104158)Adam Turner2023-05-041-1/+1
* gh-93202: Always use %zd printf formatter (#93201)Victor Stinner2022-05-251-3/+0
* Document Py_ssize_t. (GH-92512)Julien Palard2022-05-131-2/+2
* gh-89653: PEP 670: Convert PyBytes macros to functions (#91990)Victor Stinner2022-05-031-2/+2
* More minor fixes to C API docs (GH-31714)Jelle Zijlstra2022-04-021-1/+1
* bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)Antonio Cuni2021-01-061-2/+2
* bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)Serhiy Storchaka2019-10-301-6/+6
* Doc: Replace the deprecated highlightlang directive by highlight. (#13377)Stéphane Wirtel2019-05-171-1/+1
* bpo-28415: Note 0 conversion different between Python and C (#885)Louie Lu2017-04-271-16/+19
* bpo-29918: Add missed "const" modifiers in C API documentation. (#846)Serhiy Storchaka2017-03-301-2/+2
* Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an...Berker Peksag2016-09-161-1/+1
* Issue #27481: Docummented that ValueError is now raised instead of TypeErrorSerhiy Storchaka2016-07-121-1/+5
* #23088: Clarify null termination of bytes and strings in C API.R David Murray2015-05-141-14/+18
* Closes #4159: add LaTeX tabular column specifications to tables that otherwis...Georg Brandl2013-03-281-0/+2
* #9204: remove mentions of removed types in the types module.Georg Brandl2010-10-171-3/+1
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-25/+25
* Replace :func: by :cfunc:Victor Stinner2010-08-171-1/+1
* remove docs for PyBytes_Format #4917Benjamin Peterson2009-01-121-6/+0
* make bytes(o) respect __bytes__ #2415Benjamin Peterson2008-08-261-0/+6
* update docs after renaming of PyString -> PyBytesBenjamin Peterson2008-05-261-0/+194