COMMITS
/ Doc/c-api/concrete.rst November 16, 2025
S
gh-141004: Document the `PyPickleBuffer_*` C API (GH-141630)
Stan Ulbrych committed
November 9, 2025
B
gh-141004: document `curses` C API (#141254)
Bénédikt Tran committed
May 4, 2023
A
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner committed
March 23, 2022
V
bpo-46836: Add Doc/c-api/frame.rst (GH-32051)
Victor Stinner committed
June 16, 2021
K
bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)
Ken Jin committed
March 21, 2021
A
bpo-43422: Revert _decimal C API addition (GH-24960)
Antoine Pitrou committed
August 10, 2020
S
bpo-41324 Add a minimal decimal capsule API (#21519)
Stefan Krah 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
May 22, 2018
E
bpo-33592: Document the C API in PEP 567 (contextvars) (GH-7033)
Elvis Pranskevichus committed
June 22, 2015
Y
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov committed
November 7, 2013
V
C API doc: try to group concrete objects
Victor Stinner committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
September 28, 2010
A
Give a dedicated page to memoryview objects, so that they can be part
Antoine Pitrou committed
A
Buffers are not sequence objects (!). Put them in the abstract objects layers
Antoine Pitrou committed
July 21, 2009
A
Merged revisions 72487-72488,72879 via svnmerge from
Alexandre Vassalotti committed
July 1, 2009
B
remove cobject reference
Benjamin Peterson committed
May 5, 2009
B
add a replacement API for PyCObject, PyCapsule #5630
Benjamin Peterson committed
May 26, 2008
B
Merged revisions 63678,63688,63690,63696 via svnmerge from
Benjamin Peterson committed
B
update docs after renaming of PyString -> PyBytes
Benjamin Peterson committed
January 20, 2008
G
Split C API docs in Py3k branch.
Georg Brandl committed
January 19, 2008
C
Merged revisions 60053-60078 via svnmerge from
Christian Heimes committed
January 14, 2008
C
Merged revisions 59933-59951 via svnmerge from
Christian Heimes committed
January 5, 2008
G
Big fat todo.
Georg Brandl committed
December 21, 2007
G
Fix role usage.
Georg Brandl committed
December 11, 2007
C
Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C API
Christian Heimes committed
December 8, 2007
G
Replace all remaining occurrences of PyInt_.
Georg Brandl committed
December 4, 2007
M
Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.
Martin v. Löwis committed
December 2, 2007
G
December 1, 2007
C
Merged revisions 59245-59254 via svnmerge from
Christian Heimes committed
November 30, 2007
C
Cleanups and documentation updates related to the removal of unbound methods.
Christian Heimes committed
November 27, 2007
G
Futher update docs after unbound method removal.
Georg Brandl committed
November 2, 2007
G
Merged revisions 58742-58816 via svnmerge from
Guido van Rossum committed
October 30, 2007
G
Patch 1329 (partial) by Christian Heimes.
Guido van Rossum committed
October 26, 2007
G
Kill PyString_Encode(), which isn't used anywhere.
Guido van Rossum committed
October 23, 2007
G
Remove duplicate entry for PyObject_AsFileDescriptor.
Georg Brandl committed
October 22, 2007
G
Issue 1267, continued.
Guido van Rossum committed
October 19, 2007
G
Patch 1267 by Christian Heimes.
Guido van Rossum committed
September 19, 2007
T
Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from
Thomas Wouters committed
September 17, 2007
S
Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.
Sean Reifscheider committed
September 1, 2007
G
August 31, 2007
G
- document bytes()
Georg Brandl committed
August 28, 2007
C
Kill lingering docs references to UnicodeType.
Collin Winter committed
August 17, 2007
W
Fix stupid typo in Lib/encodings/utf_32.py which led to failing tests
Walter Dörwald committed
August 16, 2007
W
Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and
Walter Dörwald committed
W
Complete truncated sentence.
Walter Dörwald committed
August 15, 2007
G
Move the 3k reST doc tree in place.
Georg Brandl committed