History log of /external/python/cpython2/Lib/encodings/idna.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
78a0be6ab373680335e12cb76b3d811afbae32d0 14-Apr-2006 Walter Dörwald <walter@livinglogic.de> Add a BufferedIncrementalEncoder class that can be used for implementing
an incremental encoder that must retain part of the data between calls
to the encode() method.

Fix the incremental encoder and decoder for the IDNA encoding.

This closes SF patch #1453235.
/external/python/cpython2/Lib/encodings/idna.py
a40cf31de67c51bae91a897bd007fa36d6d5daf9 14-Apr-2006 Walter Dörwald <walter@livinglogic.de> Make error message less misleading for u"a..b".encode("idna").
/external/python/cpython2/Lib/encodings/idna.py
6493699c0d2190c3f568f92b5c6e8cf471ad435b 14-Apr-2006 Walter Dörwald <walter@livinglogic.de> Make raise statements PEP 8 compatible.
/external/python/cpython2/Lib/encodings/idna.py
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/idna.py
5bd7c0229826bc8b71879a3600a34d21045bc031 10-Mar-2006 Martin v. Löwis <martin@v.loewis.de> Avoid forward-declaring the methods array.
Rename unicodedata.db* to unicodedata.ucd*
/external/python/cpython2/Lib/encodings/idna.py
480f1bb67ba8d2857d87921391df278c5569774c 10-Mar-2006 Martin v. Löwis <martin@v.loewis.de> Update Unicode database to Unicode 4.1.
/external/python/cpython2/Lib/encodings/idna.py
8b59514e5799fc41e84afeef0892219d9aa3e872 25-Aug-2005 Martin v. Löwis <martin@v.loewis.de> Make IDNA return an empty string when the input is empty. Fixes #1163178.
Will backport to 2.4.
/external/python/cpython2/Lib/encodings/idna.py
708b4dacf4f5c24eb30590ace7fb64d0ef018837 24-Mar-2004 Martin v. Löwis <martin@v.loewis.de> Convert input to a string object. Fixes #909230.
Backported 2.3.
/external/python/cpython2/Lib/encodings/idna.py
0d8e16c7adb3ac57d74e86bcf2311215ced1d034 05-Aug-2003 Martin v. Löwis <martin@v.loewis.de> Support trailing dots in DNS names. Fixes #782510. Will backport to 2.3.
/external/python/cpython2/Lib/encodings/idna.py
0eadaac7dc3ae49974c105ff9e8c1e98a04d7d5a 24-Apr-2003 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/encodings/idna.py
2548c730c17d766ca04b2bf633552655f7f96cdf 18-Apr-2003 Martin v. Löwis <martin@v.loewis.de> Implement IDNA (Internationalized Domain Names in Applications).
/external/python/cpython2/Lib/encodings/idna.py