summaryrefslogtreecommitdiffstats
path: root/Lib/encodings
Commit message (Expand)AuthorAgeFilesLines
* Don't use deprecated aliases.Georg Brandl2010-12-061-4/+4
* #7475: add (un)transform method to bytes/bytearray and str, add back codecs t...Georg Brandl2010-12-028-18/+550
* remove pointless coding cookiesFlorent Xicluna2010-08-301-1/+0
* Fix a typo in the alias target name for 'macintosh'.Marc-André Lemburg2010-08-211-1/+1
* alias macintosh to mac_roman #843590Benjamin Peterson2010-08-211-0/+1
* Merged revisions 81499,81506 via svnmerge fromBenjamin Peterson2010-06-272-0/+703
* Merged revisions 81471-81472 via svnmerge fromVictor Stinner2010-05-222-14/+26
* Merged revisions 78806 via svnmerge fromBenjamin Peterson2010-03-081-311/+309
* Fix a minor grammatical error.Brett Cannon2009-12-131-1/+1
* Merged revisions 76337 via svnmerge fromPhilip Jenvey2009-11-171-1/+1
* Oops, really pass a bytes string to the ctypes function.Amaury Forgeot d'Arc2009-07-131-27/+27
* Merged revisions 74000-74001 via svnmerge fromAmaury Forgeot d'Arc2009-07-131-0/+311
* #1276: Add temporary encoding aliases for non-supported Mac CJKHye-Shik Chang2008-08-231-0/+5
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-5/+3
* Move the codec decode type checks to bytes/bytearray.decode().Marc-André Lemburg2008-06-061-0/+2
* The bz2 codec isn't supported any more. I've also commented out several codec...Christian Heimes2007-12-022-120/+18
* Rename buffer -> bytearray.Guido van Rossum2007-11-212-5/+5
* Merged revisions 59056-59076 via svnmerge fromChristian Heimes2007-11-201-13/+10
* Merged revisions 59041-59055 via svnmerge fromGuido van Rossum2007-11-191-5/+11
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-063-12/+12
* Patch 1280, by Alexandre Vassalotti.Guido van Rossum2007-10-191-0/+2
* More raise statement normalization.Collin Winter2007-08-301-1/+1
* Raise statement normalization in Lib/.Collin Winter2007-08-303-11/+9
* Fix stupid typo in Lib/encodings/utf_32.py which led to failing testsWalter Dörwald2007-08-171-1/+1
* Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le andWalter Dörwald2007-08-164-0/+228
* Change a bunch of file encodings from Latin-1 to UTF-8.Guido van Rossum2007-07-161-2/+2
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-031-2/+2
* Rip out all codecs that can't work in a unicode/bytes world:Walter Dörwald2007-06-127-618/+0
* Change normalize_encodings() to avoid using .translate() or depending onGuido van Rossum2007-06-071-14/+11
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-6/+6
* Make test_str.py pass.Guido van Rossum2007-05-151-1/+1
* Enhance the punycode decoder so that it can decodeWalter Dörwald2007-05-112-22/+27
* Fix punycode codec and tests.Walter Dörwald2007-05-101-18/+15
* Random modifications that slightly improve the chances of this not blowing up.Guido van Rossum2007-05-091-11/+10
* Fix trivial bug in idna encoding.Guido van Rossum2007-05-091-1/+0
* Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.Guido van Rossum2007-05-031-1/+1
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-0265-15638/+15638
* Apply SF patch #1698994: Add getstate() and setstate()Walter Dörwald2007-04-162-14/+83
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-2/+4
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-2/+1
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-051-0/+4
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-134-12/+55
* Get rid of a bunch more has_key() uses. We *really* need a tool for this.Neal Norwitz2006-08-201-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-114-26/+23
* Merge the rest of the trunk.Thomas Wouters2006-06-0845-11486/+180
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-2125-449/+635
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-2190-375/+1660
* Checkpoint. 218 tests are okay; 53 are failing. Done so far:Guido van Rossum2006-03-151-1/+2
* Avoid forward-declaring the methods array.Martin v. Löwis2006-03-101-1/+1