Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
9c0ef26
First main commit to PEP 791
jb2170 Apr 11, 2025
4e0e75e
791 -> 786
AA-Turner May 6, 2025
bd628a0
Add Alyssa as the sponsor of PEP 786
jb2170 May 8, 2025
ac5024d
Update .github/CODEOWNERS adding @ncoghlan for PEP 786
jb2170 May 8, 2025
3ca6120
Address AA-Turner's notes
jb2170 May 8, 2025
bd29ea4
Remove TODO bullet point for `z` and `#` commutativity
jb2170 May 8, 2025
d7d9cf0
Apply the more trivial suggestions from code review
jb2170 May 16, 2025
d1e47e4
Hyphenate 8-bit etc when appropriate
jb2170 May 16, 2025
be6f1dd
Correct 'defacto' -> 'de facto'
jb2170 May 16, 2025
b5c3b24
Reword the verdict of '!' syntax to not sound like there already is c…
jb2170 May 16, 2025
17a5532
Remove TODO bullet point for authorship
jb2170 May 16, 2025
a06e982
Reword 45 and -19 being indistinguishable modulo 64, '101101'
jb2170 May 16, 2025
2086547
Remove Sergey from Thanks as per his request
jb2170 May 22, 2025
d477f4c
Restructure Abstract and remove mentions to divmod
jb2170 May 22, 2025
e49ebdf
Fix quoting style; when quoting a whole sentence one should keep the …
jb2170 May 22, 2025
9cd0077
Remove TODO bullet point about RFC 2119
jb2170 May 22, 2025
565466d
Format to ~80 chars
jb2170 May 22, 2025
045df95
Restructure section about two cases of truncation
jb2170 May 22, 2025
5325a70
Ready for review
jb2170 May 22, 2025
999a9fd
Add Reference Implementation section
jb2170 Mar 25, 2026
1d38e3b
Use better anonymous link to reference implementation
jb2170 Mar 26, 2026
075eb17
Add ':' in thanks sections
jb2170 Mar 26, 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
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ peps/pep-0782.rst @vstinner
peps/pep-0783.rst @hoodmane @ambv
peps/pep-0784.rst @gpshead
peps/pep-0785.rst @gpshead
# ...
peps/pep-0786.rst @ncoghlan
peps/pep-0787.rst @ncoghlan
peps/pep-0788.rst @ZeroIntensity @vstinner
# ...
Expand Down
Loading
Loading