]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Implement IDNA (Internationalized Domain Names in Applications).
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 18 Apr 2003 10:39:54 +0000 (10:39 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 18 Apr 2003 10:39:54 +0000 (10:39 +0000)
commit2548c730c17d766ca04b2bf633552655f7f96cdf
treeb128f16abd8b4c3058d1be4093f30bfb5454b59e
parent8d17a90b830ae9b9c672a504f01d4f93bac3d23d
Implement IDNA (Internationalized Domain Names in Applications).
12 files changed:
Doc/lib/lib.tex
Doc/lib/libcodecs.tex
Doc/lib/libstringprep.tex [new file with mode: 0644]
Doc/whatsnew/whatsnew23.tex
Lib/encodings/idna.py [new file with mode: 0644]
Lib/encodings/punycode.py [new file with mode: 0644]
Lib/httplib.py
Lib/stringprep.py [new file with mode: 0644]
Lib/test/test_codecs.py
Misc/NEWS
Modules/socketmodule.c
Tools/unicode/mkstringprep.py [new file with mode: 0644]