cpython/Tools/unicode
Walter Dörwald abb02e5994 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.
2006-03-15 11:35:15 +00:00
..
python-mappings Add custom mapping files used for generating some of the charmap 2005-10-25 11:54:04 +00:00
Makefile Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass 2006-03-15 11:35:15 +00:00
comparecodecs.py Add two new tools to compare codecs and show differences and to 2005-10-21 13:47:03 +00:00
gencodec.py Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass 2006-03-15 11:35:15 +00:00
listcodecs.py Add two new tools to compare codecs and show differences and to 2005-10-21 13:47:03 +00:00
makeunicodedata.py Add changelog entry. 2006-03-11 12:43:44 +00:00
mkstringprep.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00