| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass | Walter Dörwald | 2006-03-15 | 1 | -4/+19 |
| | | | | | | | | 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 | -1/+1 |
| | | |||||
| * | New codec which always raises an exception when used. This | Marc-André Lemburg | 2000-06-07 | 1 | -0/+34 |
| codec can be used to effectively switch off string coercion to Unicode. | |||||
