- e89f2a0 [3.11] gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298) (GH-116450) (GH-116452) by Serhiy Storchaka · 1 year, 6 months ago
- c67a4b6 [3.11] Fix the PyGetSetDef documentation (GH-116056) (GH-116368) by Serhiy Storchaka · 1 year, 6 months ago
- b87a443 [3.11] gh-101100: Fix Sphinx warnings in `whatsnew/3.2.rst` (GH-115580) (#115590) by Miss Islington (bot) · 1 year, 6 months ago
- cb941e1 [3.11] gh-101100: Fix sphinx warnings in `c-api/gcsupport.rst` (GH-114786) (#115430) by Hugo van Kemenade · 1 year, 7 months ago
- 7f88cb1 [3.11] gh-113437: Update documentation about PyUnicode_AsWideChar() function (GH-113455) (GH-115408) by Miss Islington (bot) · 1 year, 7 months ago
- 07fff60 [3.11] gh-101100: Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst (GH-114825) (GH-115311) by Skip Montanaro · 1 year, 7 months ago
- 446a6db [3.11] gh-115172: Fix explicit index extries for the C API (GH-115173) (GH-115293) by Serhiy Storchaka · 1 year, 7 months ago
- ff72af8 [3.11] Docs: correctly link to code objects (GH-115214) (#115217) by Miss Islington (bot) · 1 year, 7 months ago
- e1e4cf7 [3.11] gh-101100: Fix Py_DEBUG dangling Sphinx references (#115003) (#115141) by Skip Montanaro · 1 year, 7 months ago
- b3f0108 [3.11] GH-69695: Update ``PyImport_ImportModule`` description (GH-103836) (GH-114924) by Miss Islington (bot) · 1 year, 7 months ago
- 9fd8aaa [3.11] gh-101100: Fix sphinx warnings in `Doc/c-api/memoryview.rst` (GH-114669) (GH-114705) by Miss Islington (bot) · 1 year, 7 months ago
- b323d99 [3.11] Fix `c-api/file.rst` indexes (GH-114608) (GH-114639) by Miss Islington (bot) · 1 year, 7 months ago
- a3953cb [3.11] gh-113445: Amend PyObject_RichCompareBool() docs (GH-113891) (GH-114637) by Miss Islington (bot) · 1 year, 7 months ago
- 58e4d3b [3.11] Document PyOS_strtoul and PyOS_strtol (GH-114048) (GH-114619) by Miss Islington (bot) · 1 year, 7 months ago
- 170bf79 [3.11] gh-101100: Fix sphinx warnings in `c-api/file.rst` (GH-114546) (#114585) by Miss Islington (bot) · 1 year, 7 months ago
- 274b93a [3.11] gh-101100: Fix sphinx warnings in `Doc/c-api/memory.rst` (GH-114373) (#114378) by Miss Islington (bot) · 1 year, 7 months ago
- ac4c6ef [3.11] gh-112092: clarify unstable ABI recompilation requirements (GH-112093) (#114261) by Miss Islington (bot) · 1 year, 7 months ago
- bda62c0 [3.11] gh-102468: Document `PyCFunction_New*` and `PyCMethod_New` (GH-112557) (GH-114120) by Miss Islington (bot) · 1 year, 7 months ago
- bc6528e [3.11] docs: specify that PyBytes_AsStringAndSize returns 0 on success (GH-110888) (GH-111691) by Miss Islington (bot) · 1 year, 8 months ago
- 9b3447c [3.11] gh-101100: Improve docs on exception attributes (GH-113057) (#113062) by Miss Islington (bot) · 1 year, 9 months ago
- b8a6eee [3.11] gh-101100: Further improve docs on function attributes (#113001) (#113031) by Alex Waygood · 1 year, 9 months ago
- f83087c [3.11] gh-101100: Improve documentation on function attributes (#112933) (#113003) by Alex Waygood · 1 year, 9 months ago
- 5fa2d24 [3.11] gh-101100: Improve documentation of code object attributes (#112781) (#112817) by Alex Waygood · 1 year, 9 months ago
- 8be7282 [3.11] gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` parameters in slot typedefs table (GH-112742) (GH-112793) by Miss Islington (bot) · 1 year, 9 months ago
- c26d6c1 [3.11] gh-101100: Properly document frame object attributes (#112735) (#112775) by Alex Waygood · 1 year, 9 months ago
- 8a51f6d [3.11] gh-62897: Update PyUnicode C API parameter names (GH-12680) (GH-112745) by Serhiy Storchaka · 1 year, 9 months ago
- fc657d0 [3.11] gh-101100: Fix Sphinx reference warnings (GH-112416) (#112422) by Hugo van Kemenade · 1 year, 9 months ago
- 09bd752 [3.11] Add a version added note for PY_VECTORCALL_ARGUMENTS_OFFSET (GH-110963) (#111220) by Miss Islington (bot) · 1 year, 10 months ago
- e8eb2bf [3.11] C-API docs: Clarify the size of arenas (GH-110895) (#110947) by Miss Islington (bot) · 1 year, 11 months ago
- 616862d [3.11] gh-110527: Improve `PySet_Clear` docs (GH-110528) (#110927) by Miss Islington (bot) · 1 year, 11 months ago
- 90b2620 [3.11] gh-110631: Fix reST indentation (GH-110724) (#110739) by Ezio Melotti · 1 year, 11 months ago
- d81bcc2 [3.11] gh-102304: Add links to the Stable ABI and Limited C API docs (#105345) (#105371) (#109901) by Adam Turner · 1 year, 11 months ago
- d951aae [3.11] gh-107298: Document PyMODINIT_FUNC macro (#109236) (#109948) by Victor Stinner · 1 year, 11 months ago
- 6538bcf [3.11] Improve some C API documentation (GH-108768) (GH-108786) by Serhiy Storchaka · 2 years ago
- cc81f5b [3.11] [3.12] gh-108314: PyDict_GetItemString() mentions UTF-8 (GH-108448) (#108489) by Miss Islington (bot) · 2 years ago
- 3ca9264 [3.11] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) (#108290) by Serhiy Storchaka · 2 years ago
- 80c7ae00 [3.11] gh-107298: Fix C API datetime documentation (GH-108034) (#108233) by Miss Islington (bot) · 2 years ago
- 358b1ac [3.11] gh-107298: Fix some references in the C API documentation (GH-108072) (GH-108076) by Serhiy Storchaka · 2 years ago
- 4e5dac1 [3.11] gh-107298: Fix C API Buffer documentation (GH-108011) (#108041) by Miss Islington (bot) · 2 years ago
- 4ddfb04 [3.11] Docs: Document PyBUF_MAX_NDIM (GH-107865) (#107872) by Miss Islington (bot) · 2 years, 1 month ago
- 951320e [3.11] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107753) by Eric Snow · 2 years, 1 month ago
- ff5dd9d [3.11] Fix the documentation for PyCode_New add qualname parameter (GH-107186) (#107454) by da-woods · 2 years, 1 month ago
- 3c1bcae [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) by Miss Islington (bot) · 2 years, 1 month ago
- d9392c0 [3.11] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (GH-107381) by Serhiy Storchaka · 2 years, 1 month ago
- 32e17d4 [3.11] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-107377) by Serhiy Storchaka · 2 years, 1 month ago
- dcfdfa5 [3.11] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107373) by Serhiy Storchaka · 2 years, 1 month ago
- 50d2613 [3.11] gh-107298: Fix doc references to undocumented modules (GH-107300) (GH-107371) by Serhiy Storchaka · 2 years, 1 month ago
- 9513acf [3.11] gh-107298: Docs: add targets for some :c:member: and :c:macro: references (GH-107316) (GH-107333) by Serhiy Storchaka · 2 years, 1 month ago
- 17aada0 [3.11] gh-107091: Fix some uses of :attr: role (GH-107318) (GH-107331) by Serhiy Storchaka · 2 years, 1 month ago
- 603c5d5 [3.11] gh-107091: Fix some uses of :c:type: role (GH-107138) (GH-107313) by Miss Islington (bot) · 2 years, 1 month ago
- cfa9f3b [3.11] gh-107091: Fix some uses of :c:member: role (GH-107129) (GH-107311) by Serhiy Storchaka · 2 years, 1 month ago
- 579868e [3.11] Fix PyVectorcall_Function doc versionadded (GH-107140) (#107174) by Miss Islington (bot) · 2 years, 1 month ago
- b3e600a [3.11] gh-106948: Docs: Disable links for C standard library functions, OS utility functions and system calls (#107062) (#107157) by Erlend E. Aasland · 2 years, 1 month ago
- d2cdf08 [3.11] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107121) by Serhiy Storchaka · 2 years, 1 month ago
- c51f766 [3.11] gh-101100: Fix some broken sphinx references (GH-107095). (#107120) by wulmer · 2 years, 1 month ago
- ec8718d [3.11] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (#107061) by Serhiy Storchaka · 2 years, 1 month ago
- b338ac7 [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) by Serhiy Storchaka · 2 years, 1 month ago
- cc76113 [3.11] gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) (GH-106955) by Serhiy Storchaka · 2 years, 1 month ago
- 6bde1b9 [3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106952) by Serhiy Storchaka · 2 years, 1 month ago
- f5e29f4 [3.11] gh-101100: Docs: Fix references to several numeric dunders (GH-106278) (#106282) by Miss Islington (bot) · 2 years, 2 months ago
- c69f29f [3.11] gh-106033: [docs] Improve C API GetItem & HasAttr notes. (GH-106047) (#106071) by Miss Islington (bot) · 2 years, 2 months ago
- e422f35 [3.11] gh-105196: Fix indentations of section headings in C API docs (#105672) (#105786) by Irit Katriel · 2 years, 2 months ago
- 8de607a [3.11] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185) (#105219) by Miss Islington (bot) · 2 years, 3 months ago
- 4b11af0 [3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221) by Miss Islington (bot) · 2 years, 4 months ago
- c463796 [3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159) by Miss Islington (bot) · 2 years, 4 months ago
- 0056369 [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154) by Adam Turner · 2 years, 4 months ago
- 4041251 gh-103883: Doc: Move PyUnicode_FromObject doc (GH-103913) by Inada Naoki · 2 years, 4 months ago
- 85c686a [3.11] gh-101100: Document PyObject_ClearWeakRefs, gzip's name, and asyncio.iscoroutine (#103001) by Hugo van Kemenade · 2 years, 5 months ago
- a7a373e [3.11] gh-102595: Document `PyObject_Format` c-api function (GH-102596) (GH-102879) by Miss Islington (bot) · 2 years, 5 months ago
- 3ddf397 gh-101100: Documenting --prefix and --exec-prefix. (GH-102695) by Miss Islington (bot) · 2 years, 6 months ago
- 00791f2 gh-102383: [docs] Arguments of `PyObject_CopyData` are `PyObject *` (GH-102390) by Miss Islington (bot) · 2 years, 6 months ago
- 61e0bbd Fix typo in `Py_GetPythonHome` signature (GH-102168) by Miss Islington (bot) · 2 years, 6 months ago
- 559d0e8 gh-101973: Fix parameter reference for PyModule_FromDefAndSpec (GH-101976) by Miss Islington (bot) · 2 years, 6 months ago
- 4aeae28 GH-101898: Fix missing term references for hashable definition (GH-101899) by Miss Islington (bot) · 2 years, 7 months ago
- 4c76346 Add missing `versionadded` directive for `PyCode_Addr2Location` (GH-101347) by Miss Islington (bot) · 2 years, 7 months ago
- bab7994 [docs] Mention how to get/set a bigint PyLong via the C API (GH-101270) by Miss Islington (bot) · 2 years, 7 months ago
- c915f00 docs: fix `ssizeobjargproc` parameters (GH-100736) by Miss Islington (bot) · 2 years, 8 months ago
- 1bc0705 Fix deprecation doc for `PyEval_InitThreads` (GH-100667) by Miss Islington (bot) · 2 years, 8 months ago
- 4b3b642 gh-98712: Clarify "readonly bytes-like object" semantics in C arg-parsing docs (GH-98710) by Miss Islington (bot) · 2 years, 8 months ago
- bf0a334 Docs: Use `PY_VERSION_HEX` for version comparison (GH-100179) by Miss Islington (bot) · 2 years, 8 months ago
- 370498b gh-97909: Fix markup for `PyMethodDef` members (GH-100089) by Miss Islington (bot) · 2 years, 8 months ago
- 5dce4ab gh-99249: Clarify "read-only" slots tp_bases & tp_mro (GH-99342) by Miss Islington (bot) · 2 years, 9 months ago
- 9a4b2f4 gh-93937: Document PyFrame_Check and PyFrame_Type (GH-99695) by Miss Islington (bot) · 2 years, 9 months ago
- 369cb3e Doc: Replace question mark with fullstop (GH-99558) by Miss Islington (bot) · 2 years, 9 months ago
- 857f6a4 [3.11] gh-96746: Docs: Clear up Py_TPFLAGS_DISALLOW_INSTANTIATION inheritance (GH-99002) (GH-99212) by Miss Islington (bot) · 2 years, 10 months ago
- 88736db gh-96997: Clarify the contract of PyMem_SetAllocator() (GH-98977) by Miss Islington (bot) · 2 years, 10 months ago
- 095e06f [3.11] Docs: Bump sphinx-lint and use double backticks for inline literals (GH-98441) (#98445) by Hugo van Kemenade · 2 years, 10 months ago
- ea19c28 [3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371) by C.A.M. Gerlach · 2 years, 11 months ago
- 4172e09 Fix types in buffer/memoryview docs (GH-98118) by Miss Islington (bot) · 2 years, 11 months ago
- 0a84b7a Add a warning message about PyOS_snprintf (GH-95993) by Miss Islington (bot) · 2 years, 11 months ago
- 27a7fe3 [3.11] gh-93738: Disallow pre-v3 syntax in the C domain (GH-97962) (#97976) by Miss Islington (bot) · 2 years, 11 months ago
- 83ad762 [3.11] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) (#97924) by Łukasz Langa · 2 years, 11 months ago
- 92054df [3.11] gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (GH-97774) (#97910) by Miss Islington (bot) · 2 years, 11 months ago
- 5c8aa2e [3.11] gh-93738: Documentation C syntax (:c:type:`PyTypeObject*` -> :c:expr:`PyTypeObject*`) (GH-97778) (#97892) by Miss Islington (bot) · 2 years, 11 months ago
- d5852a0 [3.11] gh-93738: Documentation C syntax (Use `c:struct`) (GH-97772) (#97869) by Miss Islington (bot) · 2 years, 11 months ago
- ffafd31 [3.11] gh-93738: Documentation C syntax (:c:type: to :c:expr:, misc. cases) (GH-97775) (#97873) by Miss Islington (bot) · 2 years, 11 months ago
- 0a20080 [3.11] gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (GH-97776) (#97889) by Miss Islington (bot) · 2 years, 11 months ago
- 98e250b [3.11] gh-93738: Documentation C syntax (:c:data:`view->obj` -> :c:expr:`view->obj`) (GH-97773) (#97867) by Miss Islington (bot) · 2 years, 11 months ago
- 76c50d7 [3.11] gh-93738: Documentation C syntax (:c:type:`PyInterpreterState *` -> :c:expr:`PyInterpreterState *`) (GH-97777) (#97865) by Miss Islington (bot) · 2 years, 11 months ago
- 3ec11d9 [3.11] gh-93738: Documentation C syntax (:c:type:`TYPE` -> :c:expr:`TYPE`) (GH-97770) (#97874) by Miss Islington (bot) · 2 years, 11 months ago