Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace normalization. | Tim Peters | 2006-03-15 | 1 | -1/+0 |
| | |||||
* | Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass | Walter Dörwald | 2006-03-15 | 1 | -5/+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 | 2005-12-25 | 1 | -514/+513 |
| | |||||
* | Cosmetic change: make all hex literals use upper case hex so that they | Marc-André Lemburg | 2005-10-24 | 1 | -364/+365 |
| | | | | | | look more like the Unicode Consortium files. Add ending new-line to all source files. | ||||
* | Removed the decoding_map from the codecs where this is possible. | Marc-André Lemburg | 2005-10-24 | 1 | -13/+521 |
| | | | | | Replaced the tis_620, cp1140 and koi8_u codecs with new ones based on custom mapping files. | ||||
* | Whitespace normalization. | Tim Peters | 2002-08-08 | 1 | -4/+3 |
| | |||||
* | Patch #429957: Add support for cp1140, which is identical to cp037, | Martin v. Löwis | 2001-06-07 | 1 | -0/+45 |
with the addition of the euro character. Also added a few EDBDIC aliases. |