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: agronholm/exceptiongroup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0
Choose a base ref
...
head repository: agronholm/exceptiongroup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.4
Choose a head ref
  • 12 commits
  • 5 files changed
  • 3 contributors

Commits on Nov 3, 2022

  1. [pre-commit.ci] pre-commit autoupdate (#37)

    updates:
    - [github.com/asottile/pyupgrade: v3.1.0 → v3.2.0](asottile/pyupgrade@v3.1.0...v3.2.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    bffd8de View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Configuration menu
    Copy the full SHA
    a0ec8cc View commit details
    Browse the repository at this point in the history
  2. Added the release version

    agronholm committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    996e81f View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Updated pre-commit modules

    agronholm committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    2167639 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbac14e View commit details
    Browse the repository at this point in the history
  3. Added the release version

    agronholm committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    5bf3692 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Backported the pure Python suggestion code from 3.12 (#42)

    Fixes #41.
    
    This was done to prevent NameError/AttributeError suggestions from breaking when using exceptiongroup on 3.10 (and on PyPy).
    cfbolz authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    ebb4582 View commit details
    Browse the repository at this point in the history
  2. Added news item on PR #42

    agronholm committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    de2b4b3 View commit details
    Browse the repository at this point in the history
  3. Added the release version

    agronholm committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    ac97f0f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. AttributeError instances might not have a .obj (#44)

    Deal with this situation without crashing. AttributeError.obj is only always there after 3.10.
    
    Fixes #43.
    cfbolz authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    4853c83 View commit details
    Browse the repository at this point in the history
  2. Added news item for PR #44

    agronholm committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    185f16c View commit details
    Browse the repository at this point in the history
  3. Added the release version

    agronholm committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    6d1bd7d View commit details
    Browse the repository at this point in the history
Loading