summaryrefslogtreecommitdiffstats
path: root/Doc/tools
Commit message (Collapse)AuthorAgeFilesLines
* [3.13] gh-126609: Allow translating the ``availability`` directive ↵Miss Islington (bot)2025-02-032-1/+6
| | | | | | | | (GH-129549) (#129584) gh-126609: Allow translating the ``availability`` directive (GH-129549) (cherry picked from commit 0612a89ffcf0bb52b1750a3466671ba8daad1d87) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* [3.13] GH-121970: Extract ``misc_news`` into a new extension (GH-129577) ↵Adam Turner2025-02-022-41/+75
| | | | | (#129586) (cherry picked from commit ae4788809d674f8e27faef2678953be8cf67d4a3)
* [3.13] GH-121970: Remove pyspecific ``PyDecoratorMixin`` patches (GH-129306) ↵Miss Islington (bot)2025-01-261-28/+0
| | | | | | | | (#129309) GH-121970: Remove pyspecific ``PyDecoratorMixin`` patches (GH-129306) (cherry picked from commit 0ef8d470b79889de065e94cecd0ee01e45037d3a) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* [3.13] GH-125722: Remove Sphinx patches (GH-129277) (#129278)Miss Islington (bot)2025-01-251-10/+0
| | | | | | GH-125722: Remove Sphinx patches (GH-129277) (cherry picked from commit d40692db06cdae89447c26b6c1b5d2a682c0974f) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* [3.13] GH-121970: Extract ``changes`` into a new extension (GH-129105) (#129109)Miss Islington (bot)2025-01-202-57/+90
| | | | | | GH-121970: Extract ``changes`` into a new extension (GH-129105) (cherry picked from commit e54ac3b69edacf4149988150591226df1397d127) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* [3.13] gh-129044: Update glossary entry for 'loader' to reflect current ↵Miss Islington (bot)2025-01-201-1/+0
| | | | | | | | | import system (GH-129073) (#129077) gh-129044: Update glossary entry for 'loader' to reflect current import system (GH-129073) (cherry picked from commit e1fa2fcc7c1bf5291a7f71300b7828b49be9ab72) Co-authored-by: nikalinov <92603661+nikalinov@users.noreply.github.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* [3.13] GH-125722: Increase minimum supported Sphinx to 8.1.3 (GH-128922) ↵Miss Islington (bot)2025-01-201-11/+0
| | | | | | | (#129037) (cherry picked from commit d46b577ec026c2e700a9f920f81cfbf698e53eb6) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* [3.13] Docs: fix `MessageDefect` references in email.policy docs (GH-128468) ↵Miss Islington (bot)2025-01-051-1/+0
| | | | | | | (#128526) (cherry picked from commit 3b231be8f000ae59faa04d5a2f1af11beafee866) Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
* [3.13] Revert "Doc: Show object descriptions in the table of contents ↵Miss Islington (bot)2025-01-022-7/+0
| | | | | | (GH-125757)" (GH-128406) (#128413) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* [3.13] gh-101100: Fix sphinx warnings in `whatsnew/3.0.rst` (GH-127662) ↵Miss Islington (bot)2024-12-101-1/+0
| | | | | | (#127783) Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* [3.13] gh-101100: Fix Sphinx warnings about list methods (GH-127054) (#127511)Miss Islington (bot)2024-12-021-1/+0
| | | | Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
* [3.13] gh-101100: Fix sphinx warnings in `howto/*` (GH-127084) (#127287)Miss Islington (bot)2024-11-261-2/+0
| | | | Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
* [3.13] gh-121277: Allow `.. versionadded:: next` in docs (GH-121278) (#124718)Petr Viktorin2024-10-251-2/+25
| | | | | | | | | | | | | | | | | * gh-121277: Allow `.. versionadded:: next` in docs (GH-121278) Make `versionchanged:: next`` expand to current (unreleased) version. When a new CPython release is cut, the release manager will replace all such occurences of "next" with the just-released version. (See the issue for release-tools and devguide PRs.) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> (cherry picked from commit 7d24ea9db3e8fdca52058629c9ba577aba3d8e5c) * gh-121277: Raise nice error on `next` as second argument to deprecated-removed (GH-124623) (cherry-picked from e349f73a5ad2856b0a7cbe4aef7cc081c7aed777)
* [3.13] gh-125933: Add ARIA labels to select elements in the version switcher ↵Miss Islington (bot)2024-10-241-2/+2
| | | | | | | | | (GH-125934) (#125938) gh-125933: Add ARIA labels to select elements in the version switcher (GH-125934) (cherry picked from commit 1306f33c84b2745aa8af5e3e8f680aa80b836c0e) Co-authored-by: Kerim Kabirov <the.privat33r+gh@pm.me> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* [3.13] gh-125909: Avoid a redirect when linking to the devguide (GH-125826) ↵Miss Islington (bot)2024-10-241-1/+1
| | | | | | | (#125929) (cherry picked from commit 5003ad5c5ea508f0dde1b374cd8bc6a481ad5c5d) Co-authored-by: partev <petrosyan@gmail.com>
* [3.13] Doc: Show object descriptions in the table of contents (GH-125757) ↵Miss Islington (bot)2024-10-222-0/+7
| | | | | | | (#125840) (cherry picked from commit 91ddde4af0c3031c84a967bcf59f6fb4f8a48c0d) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* [3.13] GH-121970: Extract ``availability`` into a new extension (GH-125082) ↵Adam Turner2024-10-102-76/+125
| | | | | (#125237) (cherry picked from commit cbfd39247983309a9ef0ae6da6c61cc71665b967)
* [3.13] gh-125072: Add label for assignment expressions; update tracked ↵Emily Morehouse2024-10-081-2/+2
| | | | | section for assignment expression topic (GH-125074) (#125077) (cherry picked from commit 447a15190d6d766004b77619ba43e44256e348e2)
* [3.13] Doc: Fix archive filenames for standard builds (GH-124826) (#124836)Miss Islington (bot)2024-10-031-1/+5
| | | | | | Doc: Fix archive filenames for standard builds (GH-124826) (cherry picked from commit 91e64be731fe42e6b252b95d79d900251388bfc6) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* [3.13] Bump Ruff to 0.6.7 (#124384) (#124389)Alex Waygood2024-09-301-4/+1
| | | Bump Ruff to 0.6.7 (#124384)
* [3.13] Doc: Use the short version for daily downloads (GH-124602) (#124610)Miss Islington (bot)2024-09-261-1/+1
| | | | | | Doc: Use the short version for daily downloads (GH-124602) (cherry picked from commit 2c472d36b776636fb00881a717f69e43672588b1) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* [3.13] Doc: Use ``major.minor`` for documentation distribution archive ↵Miss Islington (bot)2024-09-262-12/+14
| | | | | | | | filenames (GH-124489) (#124534) Doc: Use ``major.minor`` for documentation distribution archive filenames (GH-124489) (cherry picked from commit 6318ffcba21f8fc155f5558237ab03aa45f0e174) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* [3.13] Doc: Add ``make dist-no-html`` (GH-124383) (#124387)Miss Islington (bot)2024-09-231-1/+1
| | | | | | | Doc: Add ``make dist-no-html`` (GH-124383) (cherry picked from commit 0060486862bfa8e6583beb627be154daaaaa9e2a) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* [3.13] Docs: Drop letter PDF (GH-123912) (#123998)Miss Islington (bot)2024-09-231-6/+1
| | | | | | Docs: Drop letter PDF (GH-123912) (cherry picked from commit f5597dbd0e7938648bfd9244f4a9225825b36b2b) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* [3.13] GH-121970: Fix ``gettext`` for audit events (GH-122651) (#122653)Miss Islington (bot)2024-09-021-0/+2
| | | | | | GH-121970: Fix ``gettext`` for audit events (GH-122651) (cherry picked from commit 95f5c89b545beaafad73f05a695742da3e90bc41) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* [3.13] gh-122384: Mark strings from Download page for translation ↵Miss Islington (bot)2024-08-011-32/+42
| | | | | | | (GH-122385) (#122553) Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* [3.13] GH-121970: Extract ``audit_events`` into a new extension (GH-122325) ↵Miss Islington (bot)2024-07-302-207/+262
| | | | (#122434)
* [3.13] gh-122085: Create dedicated page for deprecations (GH-122352) (#122374)Miss Islington (bot)2024-07-281-0/+2
| | | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* [3.13] GH-121970: Remove ``escape4chm`` (GH-122065) (#122167)Miss Islington (bot)2024-07-231-58/+0
| | | | | | GH-121970: Remove ``escape4chm`` (GH-122065) (cherry picked from commit 53e9e7de6359845f118431c05e2f14a96e03b757) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* [3.13] Docs: Fix duplicate object description warnings (GH-122068) (#122069)Miss Islington (bot)2024-07-201-1/+5
| | | | | | Docs: Fix duplicate object description warnings (GH-122068) (cherry picked from commit 8db5f480072421bb065d346c3bbc5e88fc368587) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* [3.13] GH-121970: Modernise the patchlevel extension (GH-121995) (#122060)Miss Islington (bot)2024-07-201-50/+59
| | | | | | GH-121970: Modernise the patchlevel extension (GH-121995) (cherry picked from commit b7ad711fcb37dd001e6bf8466c9503eef6d20331) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* [3.13] GH-121970: Rewrite the C-API annotations extension (#121985) (#122027)Adam Turner2024-07-191-203/+282
| | | | | | GH-121970: Rewrite the C-API annotations extension (#121985) Co-authored-by: Petr Viktorin <encukou@gmail.com> (cherry picked from commit 22c9d9c1fcc3bb6186524330b169eda6df450f1b)
* [3.13] GH-121970: Use Ruff to check and format the docs tools (GH-122018) ↵Miss Islington (bot)2024-07-193-15/+19
| | | | | | | | | (#122023) GH-121970: Use Ruff to check and format the docs tools (GH-122018) (cherry picked from commit 40855f3ab80ced9950c725b710f507c0e903b70a) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Alex Waygood <Alex.Waygood@gmail.com>
* [3.13] GH-121970: Combine custom Pygments lexers into a package (GH-121976) ↵Miss Islington (bot)2024-07-193-24/+21
| | | | | | | | | (#122021) GH-121970: Combine custom Pygments lexers into a package (GH-121976) (cherry picked from commit 7431c3799efbd06ed03ee70b64420f45e83b3667) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* [3.13] GH-121970: Make ``DeprecatedRemoved`` a subclass of ``VersionChange`` ↵Miss Islington (bot)2024-07-191-44/+24
| | | | | | | | (GH-121971) (#122019) GH-121970: Make ``DeprecatedRemoved`` a subclass of ``VersionChange`` (GH-121971) (cherry picked from commit 898e90c3bef77174f22193b114483b9cd196921a) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* [3.13] GH-121970: Improve the glossary preview in HTML search (GH-121991) ↵Miss Islington (bot)2024-07-193-93/+91
| | | | | | | | (#122015) GH-121970: Improve the glossary preview in HTML search (GH-121991) (cherry picked from commit adf0b94d1cdd74340c8bc031f7464d0a33200f08) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* [3.13] GH-121970: Use ``SphinxDirective`` instead of ``Directive`` ↵Miss Islington (bot)2024-07-191-20/+16
| | | | | | | | (GH-121972) (#122008) GH-121970: Use ``SphinxDirective`` instead of ``Directive`` (GH-121972) (cherry picked from commit ac39151a09fc9857e64d7b8f7eff926ec0ba6c0b) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* [3.13] gh-121453: Update the `Doc/templates/download.html` download files ↵Miss Islington (bot)2024-07-171-10/+14
| | | | | | | size estimates and support download `.texi` format. (GH-121454) (#121890) Co-authored-by: Wulian233 <1055917385@qq.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* [3.13] NEWS: Fix Sphinx warnings and increase threshold for new news nits ↵Hugo van Kemenade2024-07-131-1/+1
| | | | | | | (GH-121482) (#121513) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* [3.13] Docs: remove temporary hardcoded links (GH-120348) (#120587)Miss Islington (bot)2024-06-161-34/+1
| | | | | | Docs: remove temporary hardcoded links (GH-120348) (cherry picked from commit b8484c6ad7fd14ca464e584b79821b4b906dd77a) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* [3.13] Add Plausible for docs metrics (GH-119977) (#120193)Miss Islington (bot)2024-06-071-0/+3
| | | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Julien Palard <julien@palard.fr>
* [3.13] gh-119317: findall instead of traverse for docutils nodes (GH-119319) ↵Miss Islington (bot)2024-05-272-4/+4
| | | | | | | | (#119486) gh-119317: findall instead of traverse for docutils nodes (GH-119319) (cherry picked from commit 0867bce45768454ee31bee95ca33fdc2c9d8b0fa) Co-authored-by: Carlos Meza <hire@carlosmeza.com>
* [3.13] Docs: Move inline JavaScript to own file to reduce duplication ↵Hugo van Kemenade2024-05-272-85/+90
| | | | (GH-119541) (#119630)
* [3.13] Docs: Ensure no warnings are found in the NEWS file before a given ↵Hugo van Kemenade2024-05-211-0/+40
| | | | line number (GH-119221) (#119261)
* gh-118689: Doc: fix ePub build (GH-118690)Miss Islington (bot)2024-05-102-1/+3
| | | | | (cherry picked from commit 7ac933e2609b2ef9b08ccf9c815b682b0e1ede2a) Co-authored-by: Inada Naoki <songofacandy@gmail.com>
* Python 3.13.0b1v3.13.0b1Thomas Wouters2024-05-081-1/+1
|
* gh-101100: Fix Sphinx warnings in `library/faulthandler.rst` (#118353)Hugo van Kemenade2024-04-281-1/+0
|
* gh-117928: Bump the minimum Sphinx version to 6.2.1 (#117853)Kirill Podoprigora2024-04-262-18/+1
| | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* gh-118235: Skip RAISE_SYNTAX_ERROR rules in the grammar spec (GH-118237)Petr Viktorin2024-04-261-0/+2
|
* Doc: Render version/language selector on Read the Docs (#116966)Manuel Kaufmann2024-04-171-0/+86
|