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.26.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: v2.28.0
Choose a head ref
  • 20 commits
  • 20 files changed
  • 2 contributors

Commits on Sep 13, 2021

  1. Configuration menu
    Copy the full SHA
    9adb0c6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #533 from neutrinoceros/fixup_versioned_branches_t…

    …ests
    
    BUG: fix broken tests for versioned_branches feature
    asottile authored Sep 13, 2021
    Configuration menu
    Copy the full SHA
    cb501c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. v2.26.0.post1

    asottile committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    fd60bbe View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Configuration menu
    Copy the full SHA
    f4053ec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #541 from asottile/remove-unpack-arg-listcomp

    remove splatting of listcomp -> splat of generator
    asottile authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    748a1f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    0f9d15b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #542 from asottile/named_escapes

    handle named escape sequences in format upgrades
    asottile authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    0981e83 View commit details
    Browse the repository at this point in the history
  3. v2.27.0

    asottile committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    9c40758 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. Configuration menu
    Copy the full SHA
    2fce4a1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #362 from asottile/invalid_indent_comment_after_block

    fix invalid dedent with comment after block
    asottile authored Sep 25, 2021
    Configuration menu
    Copy the full SHA
    45b4109 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca736a0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #363 from asottile/invalid_multiline_six_call

    fix rewrite causing syntax error when the first arg has newlines
    asottile authored Sep 25, 2021
    Configuration menu
    Copy the full SHA
    79d8df8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4436b63 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #361 from asottile/invalid_reraise_from_multiline

    fix raise_from with multi lines / trailing comma
    asottile authored Sep 25, 2021
    Configuration menu
    Copy the full SHA
    4130821 View commit details
    Browse the repository at this point in the history
  7. Revert "Revert "Merge pull request #317 from asottile/old_super""

    This reverts commit 2719335.
    asottile committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    820f9ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eadaf86 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dd1fe7f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1a76829 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #320 from asottile/new_class_super_v2

    Rewrite old-style-class super calls
    asottile authored Sep 25, 2021
    Configuration menu
    Copy the full SHA
    b3f8c7b View commit details
    Browse the repository at this point in the history
  12. v2.28.0

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