COMMITS
/ Doc/extending/newtypes.rst October 6, 2022
Ł
[3.10] gh-93738: Disallow pre-v3 syntax in the C domain (GH-97962) (#97977)
Łukasz Langa committed
October 5, 2022
July 5, 2022
November 3, 2021
M
bpo-45633: Fix newtypes doc typo (GH-29318) (GH-29364)
Miss Islington (bot) committed
October 28, 2021
April 30, 2021
S
bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736)
Steve Dower committed
April 29, 2021
R
bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)
Ryan Hileman committed
April 8, 2021
V
bpo-43774: Document configure options (GH-25283)
Victor Stinner committed
October 30, 2019
S
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka committed
July 4, 2019
J
bpo-37493: use _PyObject_CallNoArg in more places (GH-14575)
Jeroen Demeyer committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
June 14, 2018
E
bpo-17045: Improve C-API doc for PyTypeObject. (gh-7413)
Eric Snow committed
April 7, 2018
A
bpo-33201: Modernize "Extension types" doc (GH-6337)
Antoine Pitrou committed
February 9, 2018
S
Make formatting of some return codes conforming to the general style. (#5587)
Serhiy Storchaka committed
November 24, 2017
E
Extending Python Doc minor updates (GH-4518)
Emanuele Gaifas committed
September 22, 2017
S
bpo-31443: Formulate the type slot initialization rules in terms of C99. (#3688)
Stefan Krah committed
August 24, 2017
I
bpo-31095: fix potential crash during GC (GH-2974)
INADA Naoki committed
May 3, 2017
U
bpo-28315: Improve code examples in docs (GH-1372)
UltimateCoder committed
March 30, 2017
S
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
Serhiy Storchaka committed
November 22, 2016
S
Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,
Serhiy Storchaka committed
November 21, 2016
S
Fixed the documentation of the structure PyMethodDef.
Serhiy Storchaka committed
October 7, 2016
S
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
Serhiy Storchaka committed
August 3, 2016
B
Issue #23710: Update PyObject_HEAD documentation
Berker Peksag committed
July 26, 2016
M
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter committed
August 25, 2015
M
Issue #24808: Merge 3.4 into 3.5; adjust new tp_as_async field
Martin Panter committed
M
Issue #24808: Update the documentation of some PyTypeObject fields
Martin Panter committed
May 21, 2015
Y
Issue 24180: Documentation for PEP 492 changes.
Yury Selivanov committed
April 13, 2015
R
#17380: Document tp_init return value in extending docs.
R David Murray committed
February 17, 2015
S
Issue #22883: Update PyInt to PyLong in C API example.
Serhiy Storchaka committed
September 27, 2014
B
Revert #22251
Berker Peksag committed
B
Issue #22251: Fix ReST markup to avoid errors building docs.
Berker Peksag committed
October 9, 2013
S
Issue 19195: Improved cross-references in C API documentation.
Serhiy Storchaka committed
S
Issue 19195: Improved cross-references in C API documentation.
Serhiy Storchaka committed
August 1, 2013
A
Issue #18589: fix hyperlinking of type slots (tp_*)
Antoine Pitrou committed
A
Issue #18589: fix hyperlinking of type slots (tp_*)
Antoine Pitrou committed
July 30, 2013
A
Merge doc fix
Antoine Pitrou committed
A
Simplify example of PyErr_Fetch() use
Antoine Pitrou committed
A
Issue #18112: PEP 442 implementation (safe object finalization).
Antoine Pitrou committed
April 12, 2013
A
#17688: fix declaration for richcmp example in the docs.
Andrew Svetlov committed
March 22, 2013
G
cleanup references to PyString_ APIs from 2.x in the 3.3 docs.
Gregory P. Smith committed
G
Clean up references to the no longer existing PyString_ APIs in our docs.
Gregory P. Smith committed
November 28, 2012
C
Add a str class entry to the "Text Sequence Type" section (issue #16209).
Chris Jerdonek committed
September 28, 2012
J
J
June 15, 2012
A
Issue #14933: fix misleading doc about weakref support in extension types.
Antoine Pitrou committed
A
Issue #14933: fix misleading doc about weakref support in extension types.
Antoine Pitrou committed
February 27, 2012
E
Some corrections for the Doc/extending documentation. Closes #14129
Eli Bendersky committed
August 19, 2011
E
Merge from 3.2
Eli Bendersky committed
E
Issue #12672: remove confusing part of sentence in documentation
Eli Bendersky committed
August 12, 2011
E
Issue #12672: fix code samples in extending/newtypes.html for PEP-7 compliance
Eli Bendersky committed