index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
encodings
/
idna.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Speed up IDNA for the common case
Antoine Pitrou
2011-11-10
1
-0
/
+22
*
#2834: Change re module semantics, so that str and bytes mixing is forbidden,
Antoine Pitrou
2008-08-19
1
-5
/
+3
*
Rename buffer -> bytearray.
Guido van Rossum
2007-11-21
1
-2
/
+2
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
1
-5
/
+5
*
Merged revisions 56125-56153 via svnmerge from
Guido van Rossum
2007-07-03
1
-2
/
+2
*
Enhance the punycode decoder so that it can decode
Walter Dörwald
2007-05-11
1
-20
/
+23
*
Random modifications that slightly improve the chances of this not blowing up.
Guido van Rossum
2007-05-09
1
-11
/
+10
*
Fix trivial bug in idna encoding.
Guido van Rossum
2007-05-09
1
-1
/
+0
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-18
/
+18
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-17
/
+83
*
Merge part of the trunk changes into the p3yk branch. This merges from 43030
Thomas Wouters
2006-04-21
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