Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-125933: Add ARIA labels to select elements in the version switcher (#125934) | Kerim Kabirov | 2024-10-24 | 1 | -2/+2 |
| | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | ||||
* | gh-125909: Avoid a redirect when linking to the devguide (#125826) | partev | 2024-10-24 | 1 | -1/+1 |
| | |||||
* | Doc: Show object descriptions in the table of contents (#125757) | Adam Turner | 2024-10-22 | 2 | -0/+7 |
| | |||||
* | GH-121970: Extract ``availability`` into a new extension (#125082) | Adam Turner | 2024-10-09 | 2 | -76/+125 |
| | |||||
* | gh-125072: Add label for assignment expressions; update tracked section for ↵ | Emily Morehouse | 2024-10-07 | 1 | -2/+2 |
| | | | | assignment expression topic (#125074) | ||||
* | Doc: Fix archive filenames for standard builds (#124826) | Adam Turner | 2024-10-01 | 1 | -1/+5 |
| | |||||
* | gh-121277: Raise nice error on `next` as second argument to ↵ | Petr Viktorin | 2024-09-27 | 1 | -0/+3 |
| | | | | deprecated-removed (GH-124623) | ||||
* | Doc: Use the short version for daily downloads (#124602) | Adam Turner | 2024-09-26 | 1 | -1/+1 |
| | |||||
* | gh-121277: Allow `.. versionadded:: next` in docs (GH-121278) | Petr Viktorin | 2024-09-25 | 1 | -2/+22 |
| | | | | | | | | | | 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> | ||||
* | Doc: Use ``major.minor`` for documentation distribution archive filenames ↵ | Adam Turner | 2024-09-25 | 2 | -12/+14 |
| | | | | (#124489) | ||||
* | Bump Ruff to 0.6.7 (#124384) | Alex Waygood | 2024-09-23 | 1 | -4/+1 |
| | |||||
* | Doc: Add ``make dist-no-html`` (#124383) | Adam Turner | 2024-09-23 | 1 | -1/+1 |
| | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | ||||
* | Docs: Drop letter PDF (#123912) | Hugo van Kemenade | 2024-09-12 | 1 | -6/+1 |
| | |||||
* | GH-121970: Fix ``gettext`` for audit events (#122651) | Adam Turner | 2024-08-03 | 1 | -0/+2 |
| | |||||
* | gh-122384: Mark strings from Download page for translation (#122385) | Rafael Fontenelle | 2024-08-01 | 1 | -32/+42 |
| | | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | ||||
* | GH-121970: Extract ``audit_events`` into a new extension (#122325) | Adam Turner | 2024-07-30 | 2 | -207/+262 |
| | |||||
* | gh-122085: Create dedicated page for deprecations (#122352) | Hugo van Kemenade | 2024-07-28 | 1 | -0/+2 |
| | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | GH-121970: Remove ``escape4chm`` (#122065) | Adam Turner | 2024-07-23 | 1 | -58/+0 |
| | |||||
* | Docs: Fix duplicate object description warnings (#122068) | Adam Turner | 2024-07-20 | 1 | -1/+5 |
| | |||||
* | GH-121970: Modernise the patchlevel extension (#121995) | Adam Turner | 2024-07-20 | 1 | -50/+59 |
| | |||||
* | GH-121970: Rewrite the C-API annotations extension (#121985) | Adam Turner | 2024-07-19 | 1 | -203/+282 |
| | | | Co-authored-by: Petr Viktorin <encukou@gmail.com> | ||||
* | GH-121970: Use Ruff to check and format the docs tools (#122018) | Adam Turner | 2024-07-19 | 3 | -15/+19 |
| | | | Co-authored-by: Alex Waygood <Alex.Waygood@gmail.com> | ||||
* | GH-121970: Make ``DeprecatedRemoved`` a subclass of ``VersionChange`` (#121971) | Adam Turner | 2024-07-19 | 1 | -44/+24 |
| | |||||
* | GH-121970: Improve the glossary preview in HTML search (#121991) | Adam Turner | 2024-07-19 | 3 | -93/+91 |
| | |||||
* | GH-121970: Use ``SphinxDirective`` instead of ``Directive`` (#121972) | Adam Turner | 2024-07-19 | 1 | -20/+16 |
| | |||||
* | GH-121970: Combine custom Pygments lexers into a package (#121976) | Adam Turner | 2024-07-18 | 3 | -24/+21 |
| | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | ||||
* | gh-121453: Update the `Doc/templates/download.html` download files size ↵ | Wulian233 | 2024-07-17 | 1 | -10/+14 |
| | | | | | | estimates and support download `.texi` format. (#121454) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | ||||
* | NEWS: Fix Sphinx warnings and increase threshold for new news nits (#121482) | Hugo van Kemenade | 2024-07-08 | 1 | -1/+1 |
| | | | | Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> | ||||
* | GH-120804: add docs for removal for asyncio child watchers (#120895) | Kumar Aditya | 2024-06-23 | 1 | -1/+0 |
| | | | Co-authored-by: Alex Waygood <alex.waygood@gmail.com> | ||||
* | Docs: remove temporary hardcoded links (#120348) | Hugo van Kemenade | 2024-06-16 | 1 | -34/+1 |
| | |||||
* | Add Plausible for docs metrics (#119977) | Hugo van Kemenade | 2024-06-07 | 1 | -0/+3 |
| | | | | Co-authored-by: Julien Palard <julien@palard.fr> | ||||
* | gh-118235: Move RAISE_SYNTAX_ERROR actions to invalid rules and make sure ↵ | Petr Viktorin | 2024-05-30 | 1 | -2/+0 |
| | | | | | | | | they stay there (GH-119731) The Full Grammar specification in the docs omits rule actions, so grammar rules that raise a syntax error looked like valid syntax. This was solved in ef940de by hiding those rules in the custom syntax highlighter. This moves all syntax-error alternatives to invalid rules, adds a validator that ensures that actions containing RAISE_SYNTAX_ERROR are in invalid rules, and reverts the syntax highlighter hack. | ||||
* | Docs: Move inline JavaScript to own file to reduce duplication (#119541) | Hugo van Kemenade | 2024-05-27 | 2 | -91/+90 |
| | |||||
* | Update README and layout.html from 3.13 to 3.14 (#119539) | Wulian233 | 2024-05-26 | 1 | -1/+7 |
| | | | | | Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | ||||
* | gh-119317: findall instead of traverse for docutils nodes (#119319) | Carlos Meza | 2024-05-24 | 2 | -4/+4 |
| | |||||
* | Docs: Ensure no warnings are found in the NEWS file before a given line ↵ | Hugo van Kemenade | 2024-05-20 | 1 | -0/+40 |
| | | | | number (#119221) | ||||
* | Docs: Fix SOURCE_URI (#118945) | Nice Zombies | 2024-05-11 | 1 | -1/+1 |
| | |||||
* | gh-118689: Doc: fix ePub build (#118690) | Inada Naoki | 2024-05-10 | 2 | -1/+3 |
| | |||||
* | Python 3.13.0b1v3.13.0b1 | Thomas Wouters | 2024-05-08 | 1 | -1/+1 |
| | |||||
* | gh-101100: Fix Sphinx warnings in `library/faulthandler.rst` (#118353) | Hugo van Kemenade | 2024-04-28 | 1 | -1/+0 |
| | |||||
* | gh-117928: Bump the minimum Sphinx version to 6.2.1 (#117853) | Kirill Podoprigora | 2024-04-26 | 2 | -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 Viktorin | 2024-04-26 | 1 | -0/+2 |
| | |||||
* | Doc: Render version/language selector on Read the Docs (#116966) | Manuel Kaufmann | 2024-04-17 | 1 | -0/+86 |
| | |||||
* | Docs: Add classes to C API return value annotations (#117926) | Hugo van Kemenade | 2024-04-16 | 1 | -9/+11 |
| | | | | Co-authored-by: Nikita Sobolev <mail@sobolevn.me> | ||||
* | Docs: add link roles with Sphinx extlinks (#117850) | Hugo van Kemenade | 2024-04-15 | 1 | -13/+2 |
| | | | Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> | ||||
* | gh-114099: Add documentation for iOS platform (GH-117057) | Russell Keith-Magee | 2024-03-28 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Jacob Coffee <jacob@z7x.org> Co-authored-by: Malcolm Smith <smith@chaquo.com> Co-authored-by: Ned Deily <nad@python.org> | ||||
* | Change links on the index page (#117230) | Adorilson Bezerra | 2024-03-26 | 1 | -2/+2 |
| | |||||
* | gh-101100: Fix Sphinx warnings in `library/pydoc.rst` (#116913) | Hugo van Kemenade | 2024-03-19 | 1 | -1/+0 |
| | |||||
* | gh-114099 - Add iOS framework loading machinery. (GH-116454) | Russell Keith-Magee | 2024-03-19 | 1 | -1/+1 |
| | | | | Co-authored-by: Malcolm Smith <smith@chaquo.com> Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com> | ||||
* | Update titles and subtitles on landing page template (#116914) | Carol Willing | 2024-03-17 | 1 | -31/+31 |
| | | | | | | | | | * Update titles and subtitles on landing page template * address review from gvanrossum * Edits from hugovk review * Change word order back. Down the road we should split license and history |