summaryrefslogtreecommitdiffstats
path: root/Lib/encodings/punycode.py
Commit message (Collapse)AuthorAgeFilesLines
* errors is an attribute in the incremental decoderWalter Dörwald2006-06-131-3/+3
| | | | not an argument.
* Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclassWalter Dörwald2006-03-151-4/+20
| | | | | | | of tuple) that provides incremental decoders and encoders (a way to use stateful codecs without the stream API). Functions codecs.getincrementaldecoder() and codecs.getincrementalencoder() have been added.
* Whitespace normalization.Tim Peters2003-04-241-5/+5
|
* Implement IDNA (Internationalized Domain Names in Applications).Martin v. Löwis2003-04-181-0/+222