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: psf/black
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 24.4.0
Choose a base ref
...
head repository: psf/black
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 24.4.2
Choose a head ref
  • 17 commits
  • 26 files changed
  • 9 contributors

Commits on Apr 12, 2024

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

Commits on Apr 14, 2024

  1. Mention pipx installation

    sharsha315 authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    9dc9114 View commit details
    Browse the repository at this point in the history
  2. Use uv in docs build (#4310)

    Currently pip spends about 20s
    hauntsaninja authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    735733b View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    7669381 View commit details
    Browse the repository at this point in the history
  2. Remove node-specific logic from visit_default (#4321)

    This is the point of a visitor
    hauntsaninja authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    7134754 View commit details
    Browse the repository at this point in the history
  3. Bump sphinx from 7.2.6 to 7.3.7 in /docs (#4322)

    Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.6 to 7.3.7.
    - [Release notes](https://github.com/sphinx-doc/sphinx/releases)
    - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
    - [Commits](sphinx-doc/sphinx@v7.2.6...v7.3.7)
    
    ---
    updated-dependencies:
    - dependency-name: sphinx
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    944b99a View commit details
    Browse the repository at this point in the history
  4. Add PEP 701 support (#3822)

    Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
    Co-authored-by: hauntsaninja <hauntsaninja@gmail.com>
    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    4 people authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    551ede2 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

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

Commits on Apr 24, 2024

  1. Add support to style function definitions with newlines before functi…

    …on stubs (#4318)
    
    * Add support to style function definitions containing newlines before function stubs
    
    * Relocated implementation for removal of newlines before function stubs with added tests for comments
    
    ---------
    
    Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
    peterkra25 and hauntsaninja authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    1354be2 View commit details
    Browse the repository at this point in the history
  2. Move changelog entry to right section (#4326)

    Crashes are usually documented in the stable style portion of the
    changelog. This patch doesn't affect the parser (e.g. blib2to3).
    Noticed the second after I merged :-)
    hauntsaninja authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    12ce3db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f88085 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f0f8f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7fb048 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. New release template

    JelleZijlstra committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5683242 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba88fc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4aaa8a View commit details
    Browse the repository at this point in the history
  4. Prepare release 24.4.2 (#4335)

    * Prepare release 24.4.2
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    JelleZijlstra and pre-commit-ci[bot] authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3702ba2 View commit details
    Browse the repository at this point in the history
Loading