Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
0dc5ab41f07a26deaebe46f593e572e221772aa2
/
Lib
/
encodings
/
punycode.py
e01de8f
remove pointless coding cookies
by Florent Xicluna
· 14 years ago
b2750b5
Move the codec decode type checks to bytes/bytearray.decode().
by Marc-André Lemburg
· 16 years ago
254348e
Rename buffer -> bytearray.
by Guido van Rossum
· 17 years ago
98297ee
Merging the py3k-pep3137 branch back into the py3k branch.
by Guido van Rossum
· 17 years ago
ce36ad8
Raise statement normalization in Lib/.
by Collin Winter
· 17 years ago
d77d699
Change a bunch of file encodings from Latin-1 to UTF-8.
by Guido van Rossum
· 17 years ago
0ac30f8
Enhance the punycode decoder so that it can decode unicode objects.
by Walter Dörwald
· 17 years ago
a4c6128
Fix punycode codec and tests.
by Walter Dörwald
· 17 years ago
84fc66d
Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.
by Guido van Rossum
· 18 years ago
ef87d6e
Rip out all the u"..." literals and calls to unicode().
by Guido van Rossum
· 18 years ago
cc2b016
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
by Guido van Rossum
· 18 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 18 years ago
a977329
Merge part of the trunk changes into the p3yk branch. This merges from 43030
by Thomas Wouters
· 19 years ago
0eadaac
Whitespace normalization.
by Tim Peters
· 22 years ago
2548c73
Implement IDNA (Internationalized Domain Names in Applications).
by Martin v. Löwis
· 22 years ago