index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
encodings
/
idna.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a BufferedIncrementalEncoder class that can be used for implementing
Walter Dörwald
2006-04-14
1
-6/+72
*
Make error message less misleading for u"a..b".encode("idna").
Walter Dörwald
2006-04-14
1
-3/+3
*
Make raise statements PEP 8 compatible.
Walter Dörwald
2006-04-14
1
-11/+11
*
Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass
Walter Dörwald
2006-03-15
1
-2/+17
*
Avoid forward-declaring the methods array.
Martin v. Löwis
2006-03-10
1
-1/+1
*
Update Unicode database to Unicode 4.1.
Martin v. Löwis
2006-03-09
1
-1/+2
*
Make IDNA return an empty string when the input is empty. Fixes #1163178.
Martin v. Löwis
2005-08-25
1
-0/+6
*
Convert input to a string object. Fixes #909230.
Martin v. Löwis
2004-03-23
1
-0/+1
*
Support trailing dots in DNS names. Fixes #782510. Will backport to 2.3.
Martin v. Löwis
2003-08-05
1
-3/+15
*
Whitespace normalization.
Tim Peters
2003-04-24
1
-4/+4
*
Implement IDNA (Internationalized Domain Names in Applications).
Martin v. Löwis
2003-04-18
1
-0/+187