aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/encodings/punycode.py
Commit message (Expand)AuthorAge
* Move the codec decode type checks to bytes/bytearray.decode().Marc-André Lemburg2008-06-06
* Rename buffer -> bytearray.Guido van Rossum2007-11-21
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-06
* Raise statement normalization in Lib/.Collin Winter2007-08-30
* Change a bunch of file encodings from Latin-1 to UTF-8.Guido van Rossum2007-07-16
* Enhance the punycode decoder so that it can decodeWalter Dörwald2007-05-11
* Fix punycode codec and tests.Walter Dörwald2007-05-10
* Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.Guido van Rossum2007-05-03
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-11
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-21
* Whitespace normalization.Tim Peters2003-04-24
* Implement IDNA (Internationalized Domain Names in Applications).Martin v. Löwis2003-04-18