COMMITS
/ Lib/encodings/idna.py May 26, 2026
S
gh-62259: Add support of multi-byte encodings in the XML parser (GH-149860)
Serhiy Storchaka committed
November 26, 2025
C
gh-141968: use `bytearray.take_bytes` in `encodings.idna` (#141975)
Cody Maloney committed
July 3, 2025
D
gh-135069: Fix exception message in encodings.idna module (#135071)
Daniel Hollas committed
March 17, 2024
J
gh-85287: Change codecs to raise precise UnicodeEncodeError and UnicodeDecodeError (#113674)
John Sloboda committed
March 15, 2024
Z
gh-63283: IDNA prefix should be case insensitive (GH-17726)
Zackery Spytz committed
November 8, 2022
G
gh-98433: Fix quadratic time idna decoding. (#99092)
Gregory P. Smith committed
November 10, 2011
A
Speed up IDNA for the common case
Antoine Pitrou committed
August 19, 2008
A
#2834: Change re module semantics, so that str and bytes mixing is forbidden,
Antoine Pitrou committed
November 21, 2007
G
Rename buffer -> bytearray.
Guido van Rossum committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
July 3, 2007
G
Merged revisions 56125-56153 via svnmerge from
Guido van Rossum committed
May 11, 2007
W
Enhance the punycode decoder so that it can decode
Walter Dörwald committed
May 9, 2007
G
Random modifications that slightly improve the chances of this not blowing up.
Guido van Rossum committed
G
Fix trivial bug in idna encoding.
Guido van Rossum committed
May 2, 2007
G
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
T
Merge part of the trunk changes into the p3yk branch. This merges from 43030
Thomas Wouters committed
March 10, 2006
M
Avoid forward-declaring the methods array.
Martin v. Löwis committed
March 9, 2006
M
Update Unicode database to Unicode 4.1.
Martin v. Löwis committed
August 25, 2005
M
Make IDNA return an empty string when the input is empty. Fixes #1163178.
Martin v. Löwis committed
March 23, 2004
M
Convert input to a string object. Fixes #909230.
Martin v. Löwis committed
August 5, 2003
M
Support trailing dots in DNS names. Fixes #782510. Will backport to 2.3.
Martin v. Löwis committed
April 24, 2003
T
Whitespace normalization.
Tim Peters committed
April 18, 2003
M
Implement IDNA (Internationalized Domain Names in Applications).
Martin v. Löwis committed