summaryrefslogtreecommitdiffstats
path: root/Doc/extending/newtypes.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-101100: Fix Sphinx reference warnings (GH-112416)Hugo van Kemenade2023-11-251-1/+1
* gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258)Serhiy Storchaka2023-08-221-1/+1
* gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)Serhiy Storchaka2023-07-271-8/+8
* gh-107091: Fix some uses of :attr: role (GH-107318)Serhiy Storchaka2023-07-271-1/+1
* Fix inaccuracies in "Assorted Topics" section of "Defining Extension Types" t...chgnrdv2023-06-161-5/+5
* GH-97950: Use new-style index directive ('builtin') (#104164)Adam Turner2023-05-061-1/+1
* gh-103712: Increase the length of the type name in AttributeError messages (#...Alex Gaynor2023-04-241-1/+1
* gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH...Petr Viktorin2022-11-221-29/+4
* gh-93738: Disallow pre-v3 syntax in the C domain (#97962)Adam Turner2022-10-061-3/+3
* gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)Adam Turner2022-10-051-3/+3
* GH-95245: Document use of `MANAGED` flags instead of offsets. (GH-96044)Mark Shannon2022-08-301-24/+9
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Ned Batchelder2022-07-051-2/+2
* bpo-45633: Fix newtypes doc typo (GH-29318)Dmitry Smirnov2021-11-021-1/+1
* bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246)Sam Gross2021-10-271-1/+13
* bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736)Steve Dower2021-04-301-4/+4
* bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)Ryan Hileman2021-04-291-5/+10
* bpo-43774: Document configure options (GH-25283)Victor Stinner2021-04-081-1/+1
* bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)Serhiy Storchaka2019-10-301-18/+18
* bpo-37493: use _PyObject_CallNoArg in more places (GH-14575)Jeroen Demeyer2019-07-041-1/+1
* Doc: Replace the deprecated highlightlang directive by highlight. (#13377)Stéphane Wirtel2019-05-171-1/+1
* bpo-17045: Improve C-API doc for PyTypeObject. (gh-7413)Eric Snow2018-06-141-0/+2
* bpo-33201: Modernize "Extension types" doc (GH-6337)Antoine Pitrou2018-04-071-1022/+114
* Make formatting of some return codes conforming to the general style. (#5587)Serhiy Storchaka2018-02-091-2/+2
* Extending Python Doc minor updates (GH-4518)Emanuele Gaifas2017-11-241-1/+1
* bpo-31443: Formulate the type slot initialization rules in terms of C99. (#3688)Stefan Krah2017-09-221-10/+3
* bpo-31095: fix potential crash during GC (GH-2974)INADA Naoki2017-08-241-9/+20
* bpo-28315: Improve code examples in docs (GH-1372)UltimateCoder2017-05-031-1/+1
* bpo-29918: Add missed "const" modifiers in C API documentation. (#846)Serhiy Storchaka2017-03-301-3/+3
* Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,Serhiy Storchaka2016-11-221-5/+5
* Fixed the documentation of the structure PyMethodDef.Serhiy Storchaka2016-11-211-2/+2
* Issue #18287: PyType_Ready() now checks that tp_name is not NULL.Serhiy Storchaka2016-10-071-1/+3
* Issue #23710: Update PyObject_HEAD documentationBerker Peksag2016-08-031-5/+9
* Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-261-2/+3
* Issue #24808: Merge 3.4 into 3.5; adjust new tp_as_async fieldMartin Panter2015-08-251-3/+3
|\
| * Issue #24808: Update the documentation of some PyTypeObject fieldsMartin Panter2015-08-251-3/+3
* | Issue 24180: Documentation for PEP 492 changes.Yury Selivanov2015-05-211-1/+1
|/
* #17380: Document tp_init return value in extending docs.R David Murray2015-04-131-1/+2
* Issue #22883: Update PyInt to PyLong in C API example.Serhiy Storchaka2015-02-171-1/+1
* Revert #22251Berker Peksag2014-09-271-2/+0
* Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-271-0/+2
* Issue 19195: Improved cross-references in C API documentation.Serhiy Storchaka2013-10-091-1/+1
|\
| * Issue 19195: Improved cross-references in C API documentation.Serhiy Storchaka2013-10-091-1/+1
* | Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-011-53/+53
|\ \ | |/
| * Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-011-47/+47
* | Merge doc fixAntoine Pitrou2013-07-301-5/+4
|\ \ | |/
| * Simplify example of PyErr_Fetch() useAntoine Pitrou2013-07-301-5/+4
* | Issue #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-301-3/+21
|/
* #17688: fix declaration for richcmp example in the docs.Andrew Svetlov2013-04-121-1/+1
* cleanup references to PyString_ APIs from 2.x in the 3.3 docs.Gregory P. Smith2013-03-221-10/+9
|\
| * Clean up references to the no longer existing PyString_ APIs in our docs.Gregory P. Smith2013-03-221-12/+11