Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
aa4f6dc
PEP-8XX: Add timestamps to exception tracebacks
gpshead Sep 17, 2025
5a25936
Add open issues about timestamp collection and control flow exceptions
gpshead Sep 17, 2025
47d0b78
Expand motivation with answers to common questions
gpshead Sep 18, 2025
892bb05
Update control flow exception handling to acknowledge configurability…
gpshead Sep 18, 2025
39978a4
Merge remote-tracking branch 'origin/main' into pep-exception-timestamps
gpshead Mar 15, 2026
21686cf
Revise PEP to match implementation and improve writing
gpshead Mar 15, 2026
a01f06e
clarify the new APIs that support golden value tests
gpshead Mar 15, 2026
c18f3bb
Rename pep-08XX.rst to pep-9999.rst and update PEP number
gpshead Mar 15, 2026
a05e769
date and discussion pending lints
gpshead Mar 15, 2026
988a5c0
Remove unreferenced footnotes to fix Sphinx warnings
gpshead Mar 15, 2026
f254b72
no syntax highlighting of the example tracebacks
gpshead Mar 15, 2026
7e9ff7f
some more polish, claim number 829, TODOs before undrafting
gpshead Mar 15, 2026
6fe43f3
Greg and I swap numbers - thanks @gpshead!
warsaw Apr 1, 2026
4888429
Merge remote-tracking branch 'origin/main' into pep-exception-timestamps
gpshead Apr 12, 2026
0e438c5
move Rationale below Specification because FLUFL
gpshead Apr 12, 2026
d94d590
Address review vs pep 1 & 12 & my code feedback.
gpshead Apr 12, 2026
64da717
add pyperformance information
gpshead Apr 12, 2026
2d825d4
add change history section
gpshead Apr 12, 2026
81823e0
remove empty pep-delegate header
gpshead Apr 12, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,7 @@ peps/pep-0826.rst @savannahostrowski
peps/pep-0827.rst @1st1
peps/pep-0828.rst @ZeroIntensity
peps/pep-0829.rst @warsaw
peps/pep-0830.rst @gpshead
# ...
peps/pep-2026.rst @hugovk
# ...
Expand Down
Loading
Loading