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: asottile/pyupgrade
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.18.0
Choose a base ref
...
head repository: asottile/pyupgrade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.19.0
Choose a head ref
  • 7 commits
  • 50 files changed
  • 1 contributor

Commits on Oct 12, 2024

  1. py39+

    asottile committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    9827b4d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #973 from asottile/py39-plus

    py39+
    asottile authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    4028fd1 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. prevent dict/set rewrite directly in f-string placeholder

    this can change the syntax by doubling the curly braces
    asottile committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b673db5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #979 from asottile/directly-in-f-string-placeholder

    prevent dict/set rewrite directly in f-string placeholder
    asottile authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c29b8d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    aa12347 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #980 from asottile/named-escapes-in-fstrings

    fix named escapes in FSTRING_MIDDLE
    asottile authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    466dfb1 View commit details
    Browse the repository at this point in the history
  3. v3.19.0

    asottile committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    19364aa View commit details
    Browse the repository at this point in the history
Loading