summaryrefslogtreecommitdiffstats
path: root/Doc/tools/extensions
Commit message (Expand)AuthorAgeFilesLines
* GH-121970: Fix ``gettext`` for audit events (#122651)Adam Turner2024-08-031-0/+2
* GH-121970: Extract ``audit_events`` into a new extension (#122325)Adam Turner2024-07-302-207/+262
* GH-121970: Remove ``escape4chm`` (#122065)Adam Turner2024-07-231-58/+0
* Docs: Fix duplicate object description warnings (#122068)Adam Turner2024-07-201-1/+5
* GH-121970: Modernise the patchlevel extension (#121995)Adam Turner2024-07-201-50/+59
* GH-121970: Rewrite the C-API annotations extension (#121985)Adam Turner2024-07-191-203/+282
* GH-121970: Use Ruff to check and format the docs tools (#122018)Adam Turner2024-07-192-4/+8
* GH-121970: Make ``DeprecatedRemoved`` a subclass of ``VersionChange`` (#121971)Adam Turner2024-07-191-44/+24
* GH-121970: Improve the glossary preview in HTML search (#121991)Adam Turner2024-07-191-36/+32
* GH-121970: Use ``SphinxDirective`` instead of ``Directive`` (#121972)Adam Turner2024-07-191-20/+16
* GH-121970: Combine custom Pygments lexers into a package (#121976)Adam Turner2024-07-183-24/+21
* gh-118235: Move RAISE_SYNTAX_ERROR actions to invalid rules and make sure the...Petr Viktorin2024-05-301-2/+0
* gh-119317: findall instead of traverse for docutils nodes (#119319)Carlos Meza2024-05-242-4/+4
* Docs: Fix SOURCE_URI (#118945)Nice Zombies2024-05-111-1/+1
* gh-118689: Doc: fix ePub build (#118690)Inada Naoki2024-05-101-1/+1
* Python 3.13.0b1v3.13.0b1Thomas Wouters2024-05-081-1/+1
* gh-117928: Bump the minimum Sphinx version to 6.2.1 (#117853)Kirill Podoprigora2024-04-262-18/+1
* gh-118235: Skip RAISE_SYNTAX_ERROR rules in the grammar spec (GH-118237)Petr Viktorin2024-04-261-0/+2
* Docs: Add classes to C API return value annotations (#117926)Hugo van Kemenade2024-04-161-9/+11
* Docs: add link roles with Sphinx extlinks (#117850)Hugo van Kemenade2024-04-151-13/+2
* gh-114099: Add documentation for iOS platform (GH-117057)Russell Keith-Magee2024-03-281-1/+1
* gh-114099 - Add iOS framework loading machinery. (GH-116454)Russell Keith-Magee2024-03-191-1/+1
* Fix typo in c_annotations.py comment (#108773)Kuan-Wei Chiu2024-01-161-1/+1
* Docs: Link tokens in the format string grammars (#108184)William Andrea2024-01-091-0/+5
* gh-113637: Let c_annotations.py to handle the spacing of Limited/Unstable API...Ege Akman2024-01-031-6/+7
* GH-101986: Support translation for Limited/Unstable API & Stable ABI (#107680)Adam Turner2023-12-101-10/+10
* gh-81925: Implement native thread ids for kFreeBSD (#111761)Samuel Thibault2023-11-091-2/+2
* GH-103082: Clean up the sys.monitoring docs (GH-110532)Tian Gao2023-10-181-0/+8
* Fix the pyspecific SOURCE_URI (#110811)T. Wouters2023-10-131-1/+1
* Do not use deprecated ``logger.warn()`` in pyspecific (#107694)Adam Turner2023-08-061-3/+3
* GH-84435: Make pyspecific directives translatable (#19470)cocoatomo2023-08-061-10/+8
* Clarify how topics.py gets created. (#106121)Ned Batchelder2023-07-101-0/+1
* Docs: Avoid a DeprecationWarning in `pyspecific.py` when running with Sphinx ...Alex Waygood2023-06-231-11/+9
* gh-104780: Remove 2to3 program and lib2to3 module (#104781)Victor Stinner2023-05-231-1/+0
* Python 3.12.0b1v3.12.0b1Thomas Wouters2023-05-221-1/+1
* GH-104284: Fix documentation gettext build (#104296)Adam Turner2023-05-081-10/+10
* GH-97950: Use new-style index directive ('builtin') (#104164)Adam Turner2023-05-061-1/+1
* GH-97950: Use new-style index directive ('statement') (#104162)Adam Turner2023-05-041-1/+1
* GH-97950: Use new-style index directive ('exception') (#104160)Adam Turner2023-05-041-1/+1
* GH-97950: Use new-style index directive ('object') (#104158)Adam Turner2023-05-041-1/+1
* GH-97950: Use new-style index directive ('operator') (#104156)Adam Turner2023-05-041-1/+1
* GH-97950: Use new-style index directive ('keyword') (#104153)Adam Turner2023-05-041-1/+1
* GH-97950: Use new-style index directive ('module') (#103996)Adam Turner2023-05-041-5/+1
* GH-97950: Allow translation of index directive content (#104000)Adam Turner2023-05-041-0/+29
* Docs: use Node.findall to avoid a deprecation warning (#99403)Adam Turner2023-04-081-1/+12
* Add gettext support to tools/extensions/c_annotations.py (#101989)RĂ©mi Lapeyre2023-03-061-3/+4
* gh-101101: Unstable C API tier (PEP 689) (GH-101102)Petr Viktorin2023-02-281-0/+16
* gh-101845: pyspecific: Fix i18n for availability directive (GH-101846)Jean Abou-Samra2023-02-121-9/+11
* gh-98366: use sphinx.locale._ as gettext() in pyspecific.py (#98437)Wei-Hsiang (Matt) Wang2022-11-111-4/+4
* gh-86404: Doc: Drop now unused make suspicious and rstlint. (GH-98179)Julien Palard2022-10-112-256/+0