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: sphinx-doc/sphinx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.1
Choose a base ref
...
head repository: sphinx-doc/sphinx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.2
Choose a head ref
  • 16 commits
  • 20 files changed
  • 1 contributor

Commits on May 10, 2021

  1. Bump version

    tk0miya committed May 10, 2021
    Configuration menu
    Copy the full SHA
    d627a5f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Configuration menu
    Copy the full SHA
    5f696ed View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9212 from tk0miya/9210_viewcode_crashed_on_merging

    Fix #9210: viewcode: crashed if non importable modules found on parallel build
    tk0miya authored May 11, 2021
    Configuration menu
    Copy the full SHA
    415e255 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Configuration menu
    Copy the full SHA
    d18840b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9221 from tk0miya/fix_py36_inspect

    Fix test: the result of stringify_signature() has been changed randomly in py36
    tk0miya authored May 12, 2021
    Configuration menu
    Copy the full SHA
    bde1816 View commit details
    Browse the repository at this point in the history
  3. Fix #9222: Update Underscore.js to 1.13.1

    underscore.js 1.12.0 has a security announcement (CVE-2021-23358) for
    arbitrary code execution.  So it should be upgraded to the latest
    version.
    tk0miya committed May 12, 2021
    Configuration menu
    Copy the full SHA
    a8c63f7 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. Merge pull request #9223 from tk0miya/underscore.js-1.13.1

    Fix #9222: Update Underscore.js to 1.13.1
    tk0miya authored May 15, 2021
    Configuration menu
    Copy the full SHA
    1ab7e28 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. Configuration menu
    Copy the full SHA
    630e5bd View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Fix #9240: Unknown node error for pending_xref_condition is raised

    Unknown node error for pending_xref_condition is raised if an extension
    that does not support the node installs a missing-reference handler.
    tk0miya committed May 17, 2021
    Configuration menu
    Copy the full SHA
    2d3d668 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Close #9216: Support jinja2-3.0

    tk0miya committed May 19, 2021
    Configuration menu
    Copy the full SHA
    bb2c662 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9246 from tk0miya/9240_unknown_node_pending_xref_…

    …condition
    
    Fix #9240: Unknown node error for pending_xref_condition is raised
    tk0miya authored May 19, 2021
    Configuration menu
    Copy the full SHA
    ca36c9a View commit details
    Browse the repository at this point in the history
  3. Support jinja2-3.0

    Since jinja2-3.0, some utility functions like contextfunction and
    environmentfilter are renamed to new name.  This follows the updates to
    support jinja2-3.0 or above.
    tk0miya committed May 19, 2021
    Configuration menu
    Copy the full SHA
    e5c905c View commit details
    Browse the repository at this point in the history
  4. Fix type annotations (for jinja2)

    Jinja2 starts to bundle its typehints since v3.0.  As a result, mypy
    warns "ignore" hint is needless.  This removes them all to keep it
    valid.
    tk0miya committed May 19, 2021
    Configuration menu
    Copy the full SHA
    4b8fb68 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #9251 from tk0miya/9216_support_jinja2-3

    Close #9216: Support jinja2-3.0
    tk0miya authored May 19, 2021
    Configuration menu
    Copy the full SHA
    c015f97 View commit details
    Browse the repository at this point in the history
  6. Update CHANGES for PR #9240

    tk0miya committed May 19, 2021
    Configuration menu
    Copy the full SHA
    c44140b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Bump to 4.0.2 final

    tk0miya committed May 20, 2021
    Configuration menu
    Copy the full SHA
    a55816d View commit details
    Browse the repository at this point in the history
Loading