15 Commits (41bade96a4d1dcd35bbba79c2eabe052d02756a4)

Author SHA1 Message Date
Florent Xicluna e01de8f2f3 remove pointless coding cookies 16 years ago
Marc-André Lemburg b2750b5d33 Move the codec decode type checks to bytes/bytearray.decode(). 18 years ago
Guido van Rossum 254348e201 Rename buffer -> bytearray. 19 years ago
Guido van Rossum 98297ee781 Merging the py3k-pep3137 branch back into the py3k branch. 19 years ago
Collin Winter ce36ad8a46 Raise statement normalization in Lib/. 19 years ago
Guido van Rossum d77d6992a5 Change a bunch of file encodings from Latin-1 to UTF-8. 19 years ago
Walter Dörwald 0ac30f82fe Enhance the punycode decoder so that it can decode 19 years ago
Walter Dörwald a4c612845a Fix punycode codec and tests. 19 years ago
Guido van Rossum 84fc66dd02 Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. 19 years ago
Guido van Rossum ef87d6ed94 Rip out all the u"..." literals and calls to unicode(). 19 years ago
Guido van Rossum cc2b016125 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 19 years ago
Thomas Wouters 0e3f591aee Merged revisions 46753-51188 via svnmerge from 20 years ago
Thomas Wouters a977329b6f Merge part of the trunk changes into the p3yk branch. This merges from 43030 20 years ago
Tim Peters 0eadaac7dc Whitespace normalization. 23 years ago
Martin v. Löwis 2548c730c1 Implement IDNA (Internationalized Domain Names in Applications). 23 years ago