1. 9768676 Speed up IDNA for the common case by Antoine Pitrou · 13 years ago
  2. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  3. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  4. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  5. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  6. 0ac30f8 Enhance the punycode decoder so that it can decode unicode objects. by Walter Dörwald · 17 years ago
  7. 0e02abb Random modifications that slightly improve the chances of this not blowing up. by Guido van Rossum · 17 years ago
  8. 3699582 Fix trivial bug in idna encoding. by Guido van Rossum · 17 years ago
  9. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  10. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  11. a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 18 years ago
  12. 5bd7c02 Avoid forward-declaring the methods array. by Martin v. Löwis · 18 years ago
  13. 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 18 years ago
  14. 8b59514 Make IDNA return an empty string when the input is empty. Fixes #1163178. by Martin v. Löwis · 19 years ago
  15. 708b4da Convert input to a string object. Fixes #909230. Backported 2.3. by Martin v. Löwis · 20 years ago
  16. 0d8e16c Support trailing dots in DNS names. Fixes #782510. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  17. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  18. 2548c73 Implement IDNA (Internationalized Domain Names in Applications). by Martin v. Löwis · 21 years ago