summaryrefslogtreecommitdiff
path: root/Lib/encodings/punycode.py
Commit message (Expand)AuthorAgeFilesLines
* remove pointless coding cookiesFlorent Xicluna2010-08-301-1/+0
* Move the codec decode type checks to bytes/bytearray.decode().Marc-André Lemburg2008-06-061-0/+2
* Rename buffer -> bytearray.Guido van Rossum2007-11-211-3/+3
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-6/+6
* Raise statement normalization in Lib/.Collin Winter2007-08-301-4/+4
* Change a bunch of file encodings from Latin-1 to UTF-8.Guido van Rossum2007-07-161-2/+2
* Enhance the punycode decoder so that it can decodeWalter Dörwald2007-05-111-2/+4
* Fix punycode codec and tests.Walter Dörwald2007-05-101-18/+15
* Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.Guido van Rossum2007-05-031-1/+1
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-1/+1
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-2/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-3/+3
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-211-4/+20
* Whitespace normalization.Tim Peters2003-04-241-5/+5
* Implement IDNA (Internationalized Domain Names in Applications).Martin v. Löwis2003-04-181-0/+222