Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mkdocstrings/python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.5
Choose a base ref
...
head repository: mkdocstrings/python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.6
Choose a head ref
  • 6 commits
  • 9 files changed
  • 4 contributors

Commits on Jul 8, 2026

  1. chore: Update sponsors section in README (#332)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Jul 8, 2026
    Configuration menu
    Copy the full SHA
    0fa2d2e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2026

  1. fix: Increase stash key length from 1 to 2

    Cross-reference stash keys start with `_` and preserve the rendered identifier length. One-character and two-character identifiers therefore share a keyspace of only 62 keys. Once all keys are present, `_gen_stash_key` retries random choices forever. This happens for example in mkdocstrings when rendering an attribute value that has 62 names in it or more. We increase the minimum key length by 1, to reach a keyspace of 3844, making it very unlikely to hit the limit again.
    
    PR-336: #336
    jonashaag authored Aug 7, 2026
    Configuration menu
    Copy the full SHA
    6ff2749 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2026

  1. Configuration menu
    Copy the full SHA
    4b38b6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb49b15 View commit details
    Browse the repository at this point in the history
  3. ci: Fix type-checking issues

    pawamoy committed Aug 16, 2026
    Configuration menu
    Copy the full SHA
    3c782f5 View commit details
    Browse the repository at this point in the history
  4. chore: Prepare release 2.0.6

    pawamoy committed Aug 16, 2026
    Configuration menu
    Copy the full SHA
    a025f49 View commit details
    Browse the repository at this point in the history
Loading