index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
encodings
/
punycode.py
Commit message (
Expand
)
Author
Age
*
Move the codec decode type checks to bytes/bytearray.decode().
Marc-André Lemburg
2008-06-06
*
Rename buffer -> bytearray.
Guido van Rossum
2007-11-21
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
*
Raise statement normalization in Lib/.
Collin Winter
2007-08-30
*
Change a bunch of file encodings from Latin-1 to UTF-8.
Guido van Rossum
2007-07-16
*
Enhance the punycode decoder so that it can decode
Walter Dörwald
2007-05-11
*
Fix punycode codec and tests.
Walter Dörwald
2007-05-10
*
Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.
Guido van Rossum
2007-05-03
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
*
Merge part of the trunk changes into the p3yk branch. This merges from 43030
Thomas Wouters
2006-04-21
*
Whitespace normalization.
Tim Peters
2003-04-24
*
Implement IDNA (Internationalized Domain Names in Applications).
Martin v. Löwis
2003-04-18