Commits
Branch selector
User selector
Commit History
Commits on Jun 26, 2026
Fix 'original' field having an un-escaped local part
Show description for b73d010committed
Commits on Jun 14, 2026
Commits on May 19, 2026
Bump idna from 3.11 to 3.15 (#167)
Show description for 7394682authored
Commits on Apr 14, 2026
- committed
- committed
Bump pytest from 8.2.2 to 9.0.3 (#166)
Show description for 9f2a837authored
Commits on Jan 14, 2026
Use "PEP 604 – Allow writing union types as X | Y"
Show description for 934541acommitted
Commits on Oct 27, 2025
Commits on Oct 7, 2025
Use "PEP 585, type hinting generics in standard collections"
Show description for 6bc4589committed- committed
- committed
Commits on Aug 26, 2025
- committed
Commits on Aug 25, 2025
Commits on Jun 19, 2025
Commits on Nov 25, 2024
Commits on Jul 9, 2024
Commits on Jun 22, 2024
Commits on Jun 21, 2024
- committed
- authored
- committed
- committed
- committed
Commits on Jun 20, 2024
- committed
Commits on Jun 19, 2024
Improve the error message for invalid characters in domain names after Unicode NFC normalization
Show description for 8051347committedCheck domain syntax after normalization to internationalized characters as a precaution
Show description for 7f1f281committed- committed
- committed
Check that email address length is valid on the original email address string since callers may continue to use that string
Show description for f8709e8committedCheck that the local part is valid after Unicode NFC normalization to prevent injection of invalid characters
Show description for 9ef1f82committedAdd a test that shows that the local part is returned with Unicode NFC normalization
Show description for 1fb55d4committed