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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-89770: Implement PEP-678 - Exception notes #31317

Merged
merged 23 commits into from
Apr 16, 2022

Commits on Feb 13, 2022

  1. PEP-678: exception notes are set by add_note(). __notes__ holds a tup…

    …le of the assigned notes
    iritkatriel committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    1555087 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

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

Commits on Mar 2, 2022

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

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    396b5f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f518aa5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0438933 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcc93ef View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. if __notes__ is not sequence, print repr(__notes__). If note is not a…

    … string, print str(note)
    iritkatriel committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    614378e View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

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

Commits on Mar 22, 2022

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

Commits on Mar 23, 2022

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

Commits on Mar 28, 2022

  1. typo in doc

    Co-authored-by: Petr Viktorin <encukou@gmail.com>
    iritkatriel and encukou authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    711e804 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. fix typo in test

    Co-authored-by: Zac Hatfield-Dodds <zac.hatfield.dodds@gmail.com>
    iritkatriel and Zac-HD authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    e147f52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    622ca51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    404f80d View commit details
    Browse the repository at this point in the history
  4. update test_traceback

    iritkatriel committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    c014ad8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47bfcdc View commit details
    Browse the repository at this point in the history
  6. update whatnew

    iritkatriel committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    2ae22e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. METH_VARARGS --> METH_O

    iritkatriel committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    95be670 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    520efd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a14e915 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    991e982 View commit details
    Browse the repository at this point in the history
  5. fix whitespace

    iritkatriel committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    602b4c4 View commit details
    Browse the repository at this point in the history