-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Commits on Feb 13, 2022
-
PEP-678: exception notes are set by add_note(). __notes__ holds a tup…
…le of the assigned notes
Configuration menu - View commit details
-
Copy full SHA for 1555087 - Browse repository at this point
Copy the full SHA 1555087View commit details
Commits on Feb 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6a38688 - Browse repository at this point
Copy the full SHA 6a38688View commit details
Commits on Mar 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7bab63e - Browse repository at this point
Copy the full SHA 7bab63eView commit details
Commits on Mar 16, 2022
-
Revert "do not create new tuple when __notes__ is accessed"
This reverts commit 7bab63e.
Configuration menu - View commit details
-
Copy full SHA for 396b5f1 - Browse repository at this point
Copy the full SHA 396b5f1View commit details -
add __notes__ attribute in add_note. Traceback ignores it if it's not…
… a sequence of strings
Configuration menu - View commit details
-
Copy full SHA for f518aa5 - Browse repository at this point
Copy the full SHA f518aa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0438933 - Browse repository at this point
Copy the full SHA 0438933View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcc93ef - Browse repository at this point
Copy the full SHA dcc93efView commit details
Commits on Mar 17, 2022
-
if __notes__ is not sequence, print repr(__notes__). If note is not a…
… string, print str(note)
Configuration menu - View commit details
-
Copy full SHA for 614378e - Browse repository at this point
Copy the full SHA 614378eView commit details
Commits on Mar 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f240e71 - Browse repository at this point
Copy the full SHA f240e71View commit details
Commits on Mar 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6786dbd - Browse repository at this point
Copy the full SHA 6786dbdView commit details
Commits on Mar 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bdd4e2a - Browse repository at this point
Copy the full SHA bdd4e2aView commit details
Commits on Mar 28, 2022
-
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 711e804 - Browse repository at this point
Copy the full SHA 711e804View commit details
Commits on Apr 12, 2022
-
Co-authored-by: Zac Hatfield-Dodds <zac.hatfield.dodds@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e147f52 - Browse repository at this point
Copy the full SHA e147f52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 622ca51 - Browse repository at this point
Copy the full SHA 622ca51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 404f80d - Browse repository at this point
Copy the full SHA 404f80dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c014ad8 - Browse repository at this point
Copy the full SHA c014ad8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47bfcdc - Browse repository at this point
Copy the full SHA 47bfcdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ae22e4 - Browse repository at this point
Copy the full SHA 2ae22e4View commit details
Commits on Apr 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 95be670 - Browse repository at this point
Copy the full SHA 95be670View commit details -
Configuration menu - View commit details
-
Copy full SHA for 520efd1 - Browse repository at this point
Copy the full SHA 520efd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a14e915 - Browse repository at this point
Copy the full SHA a14e915View commit details -
Configuration menu - View commit details
-
Copy full SHA for 991e982 - Browse repository at this point
Copy the full SHA 991e982View commit details -
Configuration menu - View commit details
-
Copy full SHA for 602b4c4 - Browse repository at this point
Copy the full SHA 602b4c4View commit details