summaryrefslogtreecommitdiffstats
path: root/Lib/encodings/idna.py
Commit message (Expand)AuthorAgeFilesLines
* Speed up IDNA for the common caseAntoine Pitrou2011-11-101-0/+22
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-5/+3
* Rename buffer -> bytearray.Guido van Rossum2007-11-211-2/+2
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-5/+5
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-031-2/+2
* Enhance the punycode decoder so that it can decodeWalter Dörwald2007-05-111-20/+23
* Random modifications that slightly improve the chances of this not blowing up.Guido van Rossum2007-05-091-11/+10
* Fix trivial bug in idna encoding.Guido van Rossum2007-05-091-1/+0
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-18/+18
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-17/+83
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-211-2/+17
* Avoid forward-declaring the methods array.Martin v. Löwis2006-03-101-1/+1
* Update Unicode database to Unicode 4.1.Martin v. Löwis2006-03-091-1/+2
* Make IDNA return an empty string when the input is empty. Fixes #1163178.Martin v. Löwis2005-08-251-0/+6
* Convert input to a string object. Fixes #909230.Martin v. Löwis2004-03-231-0/+1
* Support trailing dots in DNS names. Fixes #782510. Will backport to 2.3.Martin v. Löwis2003-08-051-3/+15
* Whitespace normalization.Tim Peters2003-04-241-4/+4
* Implement IDNA (Internationalized Domain Names in Applications).Martin v. Löwis2003-04-181-0/+187