summaryrefslogtreecommitdiffstats
path: root/Doc/extending
Commit message (Expand)AuthorAgeFilesLines
* gh-65210: Add const qualifiers in PyArg_VaParseTupleAndKeywords() (GH-105958)Serhiy Storchaka2023-12-041-1/+1
* gh-101100: Fix Sphinx reference warnings (GH-112416)Hugo van Kemenade2023-11-251-1/+1
* gh-109634: Use :samp: role (GH-109635)Serhiy Storchaka2023-09-231-1/+1
* GH-92584: Remove distutils from the newtypes tutorial includes (#108024)Adam Turner2023-08-221-27/+27
* gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258)Serhiy Storchaka2023-08-221-1/+1
* gh-107298: Fix some references in the C API documentation (GH-108072)Serhiy Storchaka2023-08-171-2/+2
* GH-92584: Remove Installing Python Modules (Distutils version) (#108020)Adam Turner2023-08-161-0/+1
* gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)Serhiy Storchaka2023-07-274-37/+37
* gh-107091: Fix some uses of :attr: role (GH-107318)Serhiy Storchaka2023-07-272-2/+2
* gh-107298: Fix more Sphinx warnings in the C API doc (#107329)Victor Stinner2023-07-272-41/+41
* gh-107298: Fix doc references to undocumented modules (#107300)Victor Stinner2023-07-262-6/+6
* gh-86493: Modernize modules initialization code (GH-106858)Serhiy Storchaka2023-07-252-11/+4
* gh-107091: Fix the use of some C domain roles (#107092)Serhiy Storchaka2023-07-231-5/+5
* gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)Serhiy Storchaka2023-07-212-6/+6
* gh-104922: Doc: add note about PY_SSIZE_T_CLEAN (#106314)Inada Naoki2023-07-022-2/+11
* Fix inaccuracies in "Assorted Topics" section of "Defining Extension Types" t...chgnrdv2023-06-161-5/+5
* gh-105145: Remove old functions to config Python init (#105154)Victor Stinner2023-06-012-18/+41
* gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)Inada Naoki2023-05-311-3/+3
* 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-99202: Fix extension type from documentation for compiling in C++20 mode ...Jeffrey Newman2023-04-061-2/+2
* gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH...Petr Viktorin2022-11-222-40/+8
* gh-93358: Fix python-config docs for how to embed Python (#98649)Erlend E. Aasland2022-10-291-6/+6
* gh-93738: Disallow pre-v3 syntax in the C domain (#97962)Adam Turner2022-10-062-4/+4
* gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)Adam Turner2022-10-052-7/+7
* gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (...Adam Turner2022-10-051-3/+3
* GH-95245: Document use of `MANAGED` flags instead of offsets. (GH-96044)Mark Shannon2022-08-301-24/+9
* gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9...Serhiy Storchaka2022-08-041-2/+2
* gh-85454: Remove distutils documentation (#95239)Christian Heimes2022-07-252-122/+12
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Ned Batchelder2022-07-052-3/+3
* gh-76773: Update docs mentioning no-longer-supported Windows versions & featu...CAM Gerlach2022-05-101-3/+1
* gh-91118: Fix docstrings that do not honor --without-doc-strings (#31769)Oleg Iarygin2022-04-181-2/+2
* bpo-45790: List macros in same order in which fields are described (GH-29529)rtobar2022-04-051-2/+2
* bpo-25381: Update explanation of exceptions in C. (GH-26838)Terry Jan Reedy2021-11-151-7/+5
* 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: Remove --without-cycle-gc doc (GH-25364)Victor Stinner2021-04-121-6/+1
* bpo-43739: Add type declaration Doc/extending/extending.rst exampleShreyan Avigyan2021-04-101-1/+1
* bpo-43774: Document configure options (GH-25283)Victor Stinner2021-04-082-2/+3
* bpo-42802: Remove distutils bdist_wininst command (GH-24043)Victor Stinner2021-01-081-1/+0
* bpo-40204: Fix reference to terms in the doc (GH-21865)Victor Stinner2020-08-141-1/+1
* bpo-40279: Add some error-handling to the module initialisation docs example ...Cajetan Rodrigues2020-04-251-3/+11
* bpo-38600: NULL -> ``NULL``. (GH-17001)Serhiy Storchaka2019-10-301-1/+1
* bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)Serhiy Storchaka2019-10-304-57/+57
* bpo-38391: Fixing a typo for Py_DECREF (GH-16616)Krishna Oza2019-10-071-1/+1
* bpo-26868: Fix example usage of PyModule_AddObject. (#15725)Brandt Bucher2019-09-122-7/+27
* 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-176-8/+8