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: v2.18.1
Choose a base ref
...
head repository: asottile/pyupgrade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.19.0
Choose a head ref
  • 9 commits
  • 8 files changed
  • 3 contributors

Commits on May 24, 2021

  1. Configuration menu
    Copy the full SHA
    5e0f39b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #451 from graingert/patch-1

    don't rewrite list comp to generator expression in short-circuiting f…
    asottile authored May 24, 2021
    Configuration menu
    Copy the full SHA
    6d90dd1 View commit details
    Browse the repository at this point in the history
  3. v2.18.2

    asottile committed May 24, 2021
    Configuration menu
    Copy the full SHA
    b524cb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27124b7 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Merge pull request #453 from MarcoGorelli/fix-gen-expr-bug

    Remove trailing comma after removed list comp
    asottile authored May 25, 2021
    Configuration menu
    Copy the full SHA
    55ad134 View commit details
    Browse the repository at this point in the history
  2. v2.18.3

    asottile committed May 25, 2021
    Configuration menu
    Copy the full SHA
    2700122 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

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

Commits on May 29, 2021

  1. Merge pull request #454 from MarcoGorelli/splat-list-to-splat-gen

    unpack argument list comprehensions
    asottile authored May 29, 2021
    Configuration menu
    Copy the full SHA
    a408082 View commit details
    Browse the repository at this point in the history
  2. v2.19.0

    asottile committed May 29, 2021
    Configuration menu
    Copy the full SHA
    8047b47 View commit details
    Browse the repository at this point in the history
Loading