Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The incremental decoder for utf-7 must preserve its state between calls. | Amaury Forgeot d'Arc | 2007-11-20 | 1 | -13/+10 |
| | | | | | | | Solves issue1460. Might not be a backport candidate: a new API function was added, and some code may rely on details in utf-7.py. | ||||
* | Whitespace normalization. | Tim Peters | 2006-03-15 | 1 | -1/+1 |
| | |||||
* | Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass | Walter Dörwald | 2006-03-15 | 1 | -2/+17 |
| | | | | | | | 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 | 2002-08-08 | 1 | -2/+1 |
| | |||||
* | Python part of the UTF-7 codec by Brian Quinlan. | Marc-André Lemburg | 2001-09-20 | 1 | -0/+27 |