Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-121277: Allow .. versionadded:: next in docs #121278

Merged
merged 18 commits into from
Sep 25, 2024

Commits on Jul 2, 2024

  1. Make versionchanged:: next` expand to current (unreleased) version

    - versionadded, versionchanged, and similar directives expand
      "next" to e.g. "3.14.0a0 (unreleased)".
    - A tool is provided for release managers to replace all such
      occurences of "next" with the given string.
    encukou committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f0005e7 View commit details
    Browse the repository at this point in the history
  2. Use in existing docs

    encukou committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    0c86239 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Apply extension suggestions from code review

    Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
    encukou and AA-Turner authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    e270ddc View commit details
    Browse the repository at this point in the history
  2. Update Doc/tools/extensions/pyspecific.py

    Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
    encukou and AA-Turner authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    0022e1a View commit details
    Browse the repository at this point in the history
  3. Fix location of the the Doc dir

    Co-Authored-By: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
    encukou and AA-Turner committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    342838d View commit details
    Browse the repository at this point in the history
  4. Specify encoding

    encukou committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    1d9a618 View commit details
    Browse the repository at this point in the history
  5. Improve the docstring/usage

    encukou committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    311bceb View commit details
    Browse the repository at this point in the history
  6. Re-add stray removed line

    encukou committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    72a3162 View commit details
    Browse the repository at this point in the history
  7. Split long line

    encukou committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    91bd511 View commit details
    Browse the repository at this point in the history
  8. Set env before using it

    encukou committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    46ae814 View commit details
    Browse the repository at this point in the history
  9. Add a blurb

    encukou committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    9c4502c View commit details
    Browse the repository at this point in the history
  10. Merge in the main branch

    encukou committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    426aae1 View commit details
    Browse the repository at this point in the history
  11. Consolidate VersionChange imports

    Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
    encukou and AA-Turner authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    993dd5c View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Apply suggestions from code review

    Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
    encukou and hugovk authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5f2b612 View commit details
    Browse the repository at this point in the history
  2. Expand help

    encukou committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8b8a2f9 View commit details
    Browse the repository at this point in the history
  3. Add lineno to exceptions

    Thanks to Ruff for reminding me
    encukou committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d163647 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    757cf6b View commit details
    Browse the repository at this point in the history
  2. Merge in the main branch

    encukou committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7136c0e View commit details
    Browse the repository at this point in the history