summaryrefslogtreecommitdiffstats
path: root/Lib/encodings
Commit message (Expand)AuthorAgeFilesLines
* Corrected import behaviour for codecs which live outside the encodingsMarc-André Lemburg2002-02-112-17/+12
* Add IANA character set aliases to the encodings alias dictionaryMarc-André Lemburg2002-02-102-106/+355
* Patch #487275: Add windows-1251 charset alias.Martin v. Löwis2001-12-021-0/+1
* Python part of the UTF-7 codec by Brian Quinlan.Marc-André Lemburg2001-09-201-0/+27
* Patch #435971: UTF-7 codec by Brian Quinlan.Marc-André Lemburg2001-09-201-0/+4
* Patch #462635 by Andrew Kuchling correcting bugs in the newMarc-André Lemburg2001-09-205-11/+21
* Fixed search function error reporting in the encodings packageMarc-André Lemburg2001-09-191-7/+11
* Fix typo (PyChecker)Andrew M. Kuchling2001-08-131-1/+1
* Expose nl_langinfo through locale where available.Martin v. Löwis2001-08-101-0/+2
* This patch by Martin v. Loewis changes the UTF-16 codec to onlyMarc-André Lemburg2001-06-191-3/+33
* Patch #429957: Add support for cp1140, which is identical to cp037,Martin v. Löwis2001-06-072-0/+50
* Add some useful Windows encodings - patch #423221.Mark Hammond2001-06-041-0/+5
* Moved the encoding map building logic from the individual mappingMarc-André Lemburg2001-05-1653-159/+53
* Add quoted-printable codecGuido van Rossum2001-05-152-0/+59
* This patch changes the way the string .encode() method works slightlyMarc-André Lemburg2001-05-156-0/+407
* This patch changes the default behaviour of the builtin charmapMarc-André Lemburg2001-01-0352-267/+359
* Changed .getaliases() support to register the new aliases in theMarc-André Lemburg2000-12-121-4/+12
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-2/+2
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-131-2/+2
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-071-0/+22
* New codec which always raises an exception when used. ThisMarc-André Lemburg2000-06-071-0/+34
* Marc-Andre's third try at this bulk patch seems to work (except thatGuido van Rossum2000-04-052-3/+6
* Marc-Andre Lemburg: use all lowercase names.Guido van Rossum2000-03-311-8/+8
* Marc-Andre Lemburg:Guido van Rossum2000-03-281-1/+0
* MBCS codecs for Windows. Contributed by Mark Hammond.Guido van Rossum2000-03-281-0/+37
* On 17-Mar-2000, Marc-Andre Lemburg said:Barry Warsaw2000-03-201-3/+3
* Marc-Andre Lemburg: Unicode encodings.Guido van Rossum2000-03-1064-0/+8398