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.27.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.29.0
Choose a head ref
  • 19 commits
  • 7 files changed
  • 1 contributor

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

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    76f6a74 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #545 from asottile/skip-staticmethod

    don't rewrite old-super for staticmethods
    asottile authored Sep 27, 2021
    Configuration menu
    Copy the full SHA
    8768d42 View commit details
    Browse the repository at this point in the history
  3. v2.28.1

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

Commits on Sep 28, 2021

  1. Revert "Merge pull request #545 from asottile/skip-staticmethod"

    This reverts commit 8768d42, reversing
    changes made to a2f517f.
    asottile committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    9b8a728 View commit details
    Browse the repository at this point in the history
  2. Revert "Merge pull request #320 from asottile/new_class_super_v2"

    This reverts commit b3f8c7b, reversing
    changes made to 4130821.
    asottile committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    c67be29 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #548 from asottile/revert-old-super

    Revert rewriting of old super
    asottile authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    52012db View commit details
    Browse the repository at this point in the history
  4. v2.29.0

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