summaryrefslogtreecommitdiffstats
path: root/Doc/tools/extensions
Commit message (Expand)AuthorAgeFilesLines
* [3.11] Docs: Link tokens in the format string grammars (GH-108184) (#113840)Miss Islington (bot)2024-01-091-0/+5
* [3.11] gh-113637: Let c_annotations.py to handle the spacing of Limited/Unsta...Ege Akman2024-01-031-5/+6
* [3.11] GH-101986: Support translation for Limited/Unstable API & Stable ABI (...Hugo van Kemenade2023-12-101-7/+7
* [3.11] Clarify how topics.py gets created. (GH-106121) (GH-106580)Miss Islington (bot)2023-08-221-0/+1
* [3.11] GH-84435: Make pyspecific directives translatable (GH-19470) (#107682)Miss Islington (bot)2023-08-081-10/+8
* [3.11] Do not use deprecated ``logger.warn()`` in pyspecific (GH-107694) (#10...Miss Islington (bot)2023-08-061-3/+3
* [3.11] Docs: Avoid a DeprecationWarning in `pyspecific.py` when running with ...Miss Islington (bot)2023-06-231-11/+9
* [3.11] GH-104284: Fix documentation gettext build (GH-104296) (#104299)Miss Islington (bot)2023-05-081-10/+10
* [3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221)Miss Islington (bot)2023-05-061-1/+1
* [3.11] GH-97950: Use new-style index directive ('statement') (GH-104162) (#10...Miss Islington (bot)2023-05-041-1/+1
* [3.11] GH-97950: Use new-style index directive ('exception') (GH-104160) (#10...Adam Turner2023-05-041-1/+1
* [3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159)Miss Islington (bot)2023-05-041-1/+1
* [3.11] GH-97950: Use new-style index directive ('operator') (GH-104156) (#104...Miss Islington (bot)2023-05-041-1/+1
* [3.11] GH-97950: Use new-style index directive ('keyword') (GH-104153) (#104155)Miss Islington (bot)2023-05-041-1/+1
* [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154)Adam Turner2023-05-041-5/+1
* [3.11] GH-97950: Allow translation of index directive content (GH-104000) (#1...Miss Islington (bot)2023-05-041-0/+29
* Docs: use Node.findall to avoid a deprecation warning (GH-99403)Miss Islington (bot)2023-04-081-1/+12
* Add gettext support to tools/extensions/c_annotations.py (GH-101989)Miss Islington (bot)2023-03-061-3/+4
* gh-101845: pyspecific: Fix i18n for availability directive (GH-101846)Miss Islington (bot)2023-02-121-9/+11
* gh-98366: use sphinx.locale._ as gettext() in pyspecific.py (GH-98437)Miss Islington (bot)2022-11-111-4/+4
* gh-97607: Fix content parsing in the impl-detail reST directive (GH-97652)Miss Islington (bot)2022-10-021-16/+7
* gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)Miss Islington (bot)2022-08-021-8/+6
* [3.11] gh-95415: Make availability directive consistent (GH-95416) (GH-95438)Christian Heimes2022-08-011-1/+57
* gh-86986: Drop compatibility support for Sphinx 2 (GH-93737)Miss Islington (bot)2022-06-212-40/+8
* gh-92448: Update the documentation builder to render the GitHub issue. (GH-92...Miss Islington (bot)2022-05-081-4/+5
* Update the SOURCE_URI in pyspecific.py to point to the new branchv3.11.0b1Pablo Galindo2022-05-061-1/+1
* gh-91888: add a `:gh:` role to the documentation (#91889)Ezio Melotti2022-04-251-0/+24
* Add redirects to Misc/NEWS bpo links (#91454)Ezio Melotti2022-04-141-1/+2
* Update Sphinx bpo role to use redirect URI. (#32342)Ezio Melotti2022-04-111-1/+1
* bpo-47115: Document which parts of structs are in limited API/stable ABI (GH-...Petr Viktorin2022-04-061-3/+22
* bpo-46463: Fixes escape4chm.py script used when building the CHM documentatio...Steve Dower2022-01-211-4/+5
* bpo-46231: Remove invalid_* rules preceded by more tokens from the grammar do...Pablo Galindo Salgado2022-01-041-2/+2
* bpo-42238: [doc] remove unused, and deduplicate, suspicious ignore rules. (GH...Julien Palard2021-09-061-1/+1
* bpo-43795: PEP 652 user documentation (GH-25668)Petr Viktorin2021-05-111-22/+88
* Update the SOURCE_URI in pyspecific.py to point to the new branch (GH-25977)Pablo Galindo2021-05-081-1/+1
* Fix type group capture in the PEG highlight tool (GH-25464)Pablo Galindo2021-04-171-2/+7
* bpo-43778: Fix Sphinx glossary_search extension (GH-25286)Victor Stinner2021-04-081-5/+11
* Fixed linenumber missing when audit hook has an error (GH-24692)Jules Lasne2021-03-011-0/+1
* bpo-42997: Improve error message for missing : before suites (GH-24292)Pablo Galindo2021-02-021-0/+6
* bpo-34398: Allow glossary results to show up on search page (GH-8773)Ammar Askar2020-12-181-0/+57
* bpo-42579: Make workaround for various versions of Sphinx more robust (GH-23662)Matěj Cepl2020-12-071-1/+6
* bpo-42042: Use ids attribute instead of names attribute (GH-22739)Dong-hee Na2020-11-131-2/+2
* bpo-35293: Remove RemovedInSphinx40Warning (GH-22198)Dong-hee Na2020-09-181-15/+21
* bpo-41746: Add type information to asdl_seq objects (GH-22223)Pablo Galindo2020-09-161-1/+1
* Fix invalid escape sequences in the peg_highlight Sphinx extension (GH-22047)Pablo Galindo2020-09-021-1/+1
* bpo-40939: Use the new grammar for the grammar specification documentation (G...Pablo Galindo2020-07-271-0/+75
* Doc: fix import of asdl.py when called from outside Doc/. (GH-21529)Julien Palard2020-07-201-1/+4
* bpo-40742: Doc: fix parallel build. (GH-21237)Julien Palard2020-07-061-0/+35
* bpo-40798: Generate a different message for already removed elements (GH-20483)Florian Dahlitz2020-05-301-2/+11
* bpo-40517: Implement syntax highlighting support for ASDL (GH-19967)Batuhan Taskaya2020-05-071-0/+51