History log of /external/python/cpython2/Lib/encodings/string_escape.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
abb02e59946f9ea3076e96e3b03b51d1cebd46b4 15-Mar-2006 Walter Dörwald <walter@livinglogic.de> Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass
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.
/external/python/cpython2/Lib/encodings/string_escape.py
280488b9a3b5cc213d01aae794751b89144f8609 23-Aug-2002 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/encodings/string_escape.py
8a8da798a5a35bb387575d696799be29c4eaa0d3 14-Aug-2002 Martin v. Löwis <martin@v.loewis.de> Patch #505705: Remove eval in pickle and cPickle.
/external/python/cpython2/Lib/encodings/string_escape.py