summaryrefslogtreecommitdiffstats
path: root/Lib/encodings/string_escape.py
Commit message (Collapse)AuthorAgeFilesLines
* Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclassWalter Dörwald2006-03-151-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 Peters2002-08-231-1/+1
|
* Patch #505705: Remove eval in pickle and cPickle.Martin v. Löwis2002-08-141-0/+23