Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary parentheses from with statements #2926

Merged
merged 24 commits into from Apr 3, 2022

Commits on Mar 15, 2022

  1. Copy the full SHA
    1a499b2 View commit details
    Browse the repository at this point in the history
  2. Add unit tests

    jpy-git committed Mar 15, 2022
    Copy the full SHA
    1a2c13b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    27a4bfd View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Copy the full SHA
    ddc1a3f View commit details
    Browse the repository at this point in the history
  2. Make logic more DRY

    jpy-git committed Mar 16, 2022
    Copy the full SHA
    240a6f8 View commit details
    Browse the repository at this point in the history
  3. Use or instead of and

    jpy-git committed Mar 16, 2022
    Copy the full SHA
    cd0695d View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Make unit test py>=3.9

    jpy-git committed Mar 17, 2022
    Copy the full SHA
    0e0d9f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Copy the full SHA
    3c14ab2 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Copy the full SHA
    254fc91 View commit details
    Browse the repository at this point in the history
  2. Update for latest master

    jpy-git committed Mar 21, 2022
    Copy the full SHA
    d5db697 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    87aa74d View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. add brackets for clarity

    jpy-git committed Mar 23, 2022
    Copy the full SHA
    aaa902a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Copy the full SHA
    9b62d0e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    68bb6d8 View commit details
    Browse the repository at this point in the history
  3. Fix condition after merge

    jpy-git committed Mar 24, 2022
    Copy the full SHA
    3f8db3d View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

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

Commits on Mar 26, 2022

  1. Copy the full SHA
    6532485 View commit details
    Browse the repository at this point in the history
  2. fix parent in as_expr logic

    jpy-git committed Mar 26, 2022
    Copy the full SHA
    e61783a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    639a2e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

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

Commits on Apr 2, 2022

  1. Copy the full SHA
    1540bfa View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0f0a01a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bd7373c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    99167c2 View commit details
    Browse the repository at this point in the history