summaryrefslogtreecommitdiffstats
path: root/Lib/encodings/latin_1.py
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2006-03-151-1/+0
|
* Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclassWalter Dörwald2006-03-151-1/+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 Peters2002-08-081-1/+1
|
* Marc-Andre Lemburg: Unicode encodings.Guido van Rossum2000-03-101-0/+35