Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | errors is an attribute in the incremental decoder | Walter Dörwald | 2006-06-13 | 1 | -3/+3 |
| | | | | not an argument. | ||||
* | Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass | Walter Dörwald | 2006-03-15 | 1 | -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 Peters | 2003-04-24 | 1 | -5/+5 |
| | |||||
* | Implement IDNA (Internationalized Domain Names in Applications). | Martin v. Löwis | 2003-04-18 | 1 | -0/+222 |