summaryrefslogtreecommitdiffstats
path: root/Doc/includes/custom2.c
Commit message (Expand)AuthorAgeFilesLines
* GH-92584: Remove distutils from the newtypes tutorial includes (#108024)Adam Turner2023-08-221-130/+0
* gh-99202: Fix extension type from documentation for compiling in C++20 mode ...Jeffrey Newman2023-04-061-2/+2
* gh-99537: Use Py_SETREF() function in C code (#99656)Victor Stinner2022-11-221-7/+3
* gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH...Petr Viktorin2022-11-221-4/+4
* gh-99300: Use Py_NewRef() in Doc/ directory (#99480)Victor Stinner2022-11-141-7/+3
* gh-91118: Fix docstrings that do not honor --without-doc-strings (#31769)Oleg Iarygin2022-04-181-1/+1
* bpo-26868: Fix example usage of PyModule_AddObject. (#15725)Brandt Bucher2019-09-121-1/+6
* Doc: define PY_SSIZE_T_CLEAN always (GH-12794)Inada Naoki2019-04-131-0/+1
* bpo-33201: Modernize "Extension types" doc (GH-6337)Antoine Pitrou2018-04-071-0/+132